|
||||||||||
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,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the configurationKey class |
static ConfigurationKey |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a configurationKey whose identifier is specified in parameter |
static java.util.Collection<ConfigurationKey> |
getConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the configurationKey objects and returns them in form of a collection |
static void |
remove(int nConfigurationKeyId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the configurationKey whose identifier is specified in parameter |
static ConfigurationKey |
update(ConfigurationKey configurationKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
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, fr.paris.lutece.portal.service.plugin.Plugin plugin)
configurationKey
- The instance of the ConfigurationKey which contains the informations to storeplugin
- the Plugin
public static ConfigurationKey update(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
configurationKey
- The instance of the ConfigurationKey which contains the data to storeplugin
- the Plugin
public static void remove(int nConfigurationKeyId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nConfigurationKeyId
- The configurationKey Idplugin
- the Pluginpublic static ConfigurationKey findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The configurationKey primary keyplugin
- the Plugin
public static java.util.Collection<ConfigurationKey> getConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |