|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Level | |
---|---|
fr.paris.lutece.portal.business.features |
Uses of Level in fr.paris.lutece.portal.business.features |
---|
Methods in fr.paris.lutece.portal.business.features that return Level | |
---|---|
static Level |
LevelHome.create(Level mode)
Creation of an instance of a mode |
static Level |
LevelHome.findByPrimaryKey(int nKey)
Returns an instance of an mode whose identifier is specified in parameter |
Level |
LevelDAO.load(int nIdLevel)
|
Level |
ILevelDAO.load(int nIdLevel)
load the data of Level from the table |
static Level |
LevelHome.update(Level mode)
Update of the mode which is specified |
Methods in fr.paris.lutece.portal.business.features that return types with arguments of type Level | |
---|---|
static java.util.Collection<Level> |
LevelHome.getLevelsList()
Return the list of all the modes |
java.util.Collection<Level> |
LevelDAO.selectLevelsList()
|
java.util.Collection<Level> |
ILevelDAO.selectLevelsList()
Returns a list of all the right level |
Methods in fr.paris.lutece.portal.business.features with parameters of type Level | |
---|---|
static Level |
LevelHome.create(Level mode)
Creation of an instance of a mode |
void |
LevelDAO.insert(Level level)
|
void |
ILevelDAO.insert(Level level)
Insert a new record in the table. |
void |
LevelDAO.store(Level level)
|
void |
ILevelDAO.store(Level level)
Update the record in the table |
static Level |
LevelHome.update(Level mode)
Update of the mode which is specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |