Uses of Class
fr.paris.lutece.plugins.pluginwizard.business.ConfigurationKey

Packages that use ConfigurationKey
fr.paris.lutece.plugins.pluginwizard.business   
 

Uses of ConfigurationKey in fr.paris.lutece.plugins.pluginwizard.business
 

Methods in fr.paris.lutece.plugins.pluginwizard.business that return ConfigurationKey
static ConfigurationKey ConfigurationKeyHome.create(ConfigurationKey configurationKey)
          Create an instance of the configurationKey class
static ConfigurationKey ConfigurationKeyHome.findByPrimaryKey(int nKey)
          Returns an instance of a configurationKey whose identifier is specified in parameter
 ConfigurationKey ConfigurationKeyDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the configurationKey from the table
 ConfigurationKey IConfigurationKeyDAO.load(int nIdKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
static ConfigurationKey ConfigurationKeyHome.update(ConfigurationKey configurationKey)
          Update of the configurationKey which is specified in parameter
 

Methods in fr.paris.lutece.plugins.pluginwizard.business that return types with arguments of type ConfigurationKey
static Collection<ConfigurationKey> ConfigurationKeyHome.getConfigurationKeysList()
          Load the data of all the configurationKey objects and returns them in form of a collection
 Collection<ConfigurationKey> ConfigurationKeyDAO.selectConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the configurationKeys and returns them as a collection
 Collection<ConfigurationKey> IConfigurationKeyDAO.selectConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the configurationKey objects and returns them as a collection
 

Methods in fr.paris.lutece.plugins.pluginwizard.business with parameters of type ConfigurationKey
static ConfigurationKey ConfigurationKeyHome.create(ConfigurationKey configurationKey)
          Create an instance of the configurationKey class
 void ConfigurationKeyDAO.insert(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IConfigurationKeyDAO.insert(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void ConfigurationKeyDAO.store(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void IConfigurationKeyDAO.store(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static ConfigurationKey ConfigurationKeyHome.update(ConfigurationKey configurationKey)
          Update of the configurationKey which is specified in parameter
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.