|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.ConfigurationKeyHome
public final class ConfigurationKeyHome
This class provides instances management methods (create, find, ...) for ConfigurationKey objects
Method Summary | |
---|---|
static ConfigurationKey |
create(ConfigurationKey configurationKey)
Create an instance of the configurationKey class |
static ConfigurationKey |
findByPrimaryKey(int nKey)
Returns an instance of a configurationKey whose identifier is specified in parameter |
static Collection<ConfigurationKey> |
getConfigurationKeysList()
Load the data of all the configurationKey objects and returns them in form of a collection |
static void |
remove(int nConfigurationKeyId)
Remove the configurationKey whose identifier is specified in parameter |
static ConfigurationKey |
update(ConfigurationKey configurationKey)
Update of the configurationKey which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConfigurationKey create(ConfigurationKey configurationKey)
configurationKey
- The instance of the ConfigurationKey which contains the informations to store
public static ConfigurationKey update(ConfigurationKey configurationKey)
configurationKey
- The instance of the ConfigurationKey which contains the data to store
public static void remove(int nConfigurationKeyId)
nConfigurationKeyId
- The configurationKey Idpublic static ConfigurationKey findByPrimaryKey(int nKey)
nKey
- The configurationKey primary key
public static Collection<ConfigurationKey> getConfigurationKeysList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |