Package | Description |
---|---|
fr.paris.lutece.portal.business.style |
Modifier and Type | Method and Description |
---|---|
static Mode |
ModeHome.create(Mode mode)
Creation of an instance of a mode
|
static Mode |
ModeHome.findByPrimaryKey(int nKey)
Returns an instance of an mode whose identifier is specified in parameter
|
Mode |
ModeDAO.load(int nIdMode)
load the data of Level from the table
|
Mode |
IModeDAO.load(int nIdMode)
load the data of Level from the table
|
static Mode |
ModeHome.update(Mode mode)
Update of the mode which is specified
|
Modifier and Type | Method and Description |
---|---|
static Collection<Mode> |
ModeHome.getModesList()
Return the list of all the modes
|
Collection<Mode> |
ModeDAO.selectModesList()
Returns a list of all the modes
|
Collection<Mode> |
IModeDAO.selectModesList()
Returns a list of all the modes
|
Modifier and Type | Method and Description |
---|---|
static Mode |
ModeHome.create(Mode mode)
Creation of an instance of a mode
|
void |
ModeDAO.insert(Mode mode)
Insert a new record in the table.
|
void |
IModeDAO.insert(Mode mode)
Insert a new record in the table.
|
void |
ModeDAO.store(Mode mode)
Update the record in the table
|
void |
IModeDAO.store(Mode mode)
Update the record in the table
|
static Mode |
ModeHome.update(Mode mode)
Update of the mode which is specified
|
Copyright © 2020 City of Paris. All rights reserved.