|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.right.LevelHome
public final class LevelHome
This class provides instances management methods (create, find, ...) for Level right objects
Method Summary | |
---|---|
static Level |
create(Level mode)
Creation of an instance of a mode |
static Level |
findByPrimaryKey(int nKey)
Returns an instance of an mode whose identifier is specified in parameter |
static java.util.Collection<Level> |
getLevelsList()
Return the list of all the modes |
static void |
remove(int nId)
Remove the mode whose identifier is specified in parameter |
static Level |
update(Level mode)
Update of the mode which is specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Level create(Level mode)
mode
- An instance of a mode which contains the informations to store
public static Level update(Level mode)
mode
- The instance of the mode which contains the data to store
public static void remove(int nId)
nId
- The identifier of the mode to removepublic static Level findByPrimaryKey(int nKey)
nKey
- The mode primary key
public static java.util.Collection<Level> getLevelsList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |