|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.ModeHome
public final class ModeHome
This class provides instances management methods (create, find, ...) for Mode objects
Method Summary | |
---|---|
static Mode |
create(Mode mode)
Creation of an instance of a mode |
static Mode |
findByPrimaryKey(int nKey)
Returns an instance of an mode whose identifier is specified in parameter |
static ReferenceList |
getModes()
Returns a reference list which contains all the modes |
static Collection<Mode> |
getModesList()
Return the list of all the modes |
static Properties |
getOuputXslProperties(int nKey)
Returns a set of properties used for xsl output |
static void |
remove(int nId)
Remove the mode whose identifier is specified in parameter |
static Mode |
update(Mode 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 Mode create(Mode mode)
mode
- An instance of a mode which contains the informations to store
public static Mode update(Mode 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 Mode findByPrimaryKey(int nKey)
nKey
- The mode primary key
public static Collection<Mode> getModesList()
public static ReferenceList getModes()
public static Properties getOuputXslProperties(int nKey)
nKey
- The mode primary key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |