public interface IConfigurationKeyDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdConfigurationKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(ConfigurationKey configurationKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
ConfigurationKey |
load(int nIdKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Collection<ConfigurationKey> |
selectConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the configurationKey objects and returns them as a collection
|
void |
store(ConfigurationKey configurationKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
configurationKey
- instance of the ConfigurationKey object to inssertplugin
- the Pluginvoid store(ConfigurationKey configurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
configurationKey
- the reference of the ConfigurationKeyplugin
- the Pluginvoid delete(int nIdConfigurationKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdConfigurationKey
- int identifier of the ConfigurationKey to deleteplugin
- the PluginConfigurationKey load(int nIdKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdKey
- The identifier of the configurationKeyplugin
- the PluginCollection<ConfigurationKey> selectConfigurationKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2020 City of Paris. All rights reserved.