Package | Description |
---|---|
fr.paris.lutece.portal.business.right |
Modifier and Type | Method and Description |
---|---|
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 |
ILevelDAO.load(int nIdLevel)
load the data of Level from the table
|
Level |
LevelDAO.load(int nIdLevel)
load the data of Level from the table
|
static Level |
LevelHome.update(Level mode)
Update of the mode which is specified
|
Modifier and Type | Method and Description |
---|---|
static Collection<Level> |
LevelHome.getLevelsList()
Return the list of all the modes
|
Collection<Level> |
ILevelDAO.selectLevelsList()
Returns a list of all the right level
|
Collection<Level> |
LevelDAO.selectLevelsList()
Returns a list of all the right level
|
Modifier and Type | Method and Description |
---|---|
static Level |
LevelHome.create(Level mode)
Creation of an instance of a mode
|
void |
ILevelDAO.insert(Level level)
Insert a new record in the table.
|
void |
LevelDAO.insert(Level level)
Insert a new record in the table.
|
void |
ILevelDAO.store(Level level)
Update the record in the table
|
void |
LevelDAO.store(Level level)
Update the record in the table
|
static Level |
LevelHome.update(Level mode)
Update of the mode which is specified
|
Copyright © 2020 City of Paris. All rights reserved.