|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
---|---|
fr.paris.lutece.portal.business.style |
Uses of Mode in fr.paris.lutece.portal.business.style |
---|
Methods in fr.paris.lutece.portal.business.style that return Mode | |
---|---|
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 |
IModeDAO.load(int nIdMode)
load the data of Level from the table |
Mode |
ModeDAO.load(int nIdMode)
load the data of Level from the table |
static Mode |
ModeHome.update(Mode mode)
Update of the mode which is specified |
Methods in fr.paris.lutece.portal.business.style that return types with arguments of type Mode | |
---|---|
static java.util.Collection<Mode> |
ModeHome.getModesList()
Return the list of all the modes |
java.util.Collection<Mode> |
IModeDAO.selectModesList()
Returns a list of all the modes |
java.util.Collection<Mode> |
ModeDAO.selectModesList()
Returns a list of all the modes |
Methods in fr.paris.lutece.portal.business.style with parameters of type Mode | |
---|---|
static Mode |
ModeHome.create(Mode mode)
Creation of an instance of a mode |
void |
IModeDAO.insert(Mode mode)
Insert a new record in the table. |
void |
ModeDAO.insert(Mode mode)
Insert a new record in the table. |
void |
IModeDAO.store(Mode mode)
Update the record in the table |
void |
ModeDAO.store(Mode mode)
Update the record in the table |
static Mode |
ModeHome.update(Mode mode)
Update of the mode which is specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |