fr.paris.lutece.plugins.pluginwizard.business
Interface IConfigurationKeyDAO

All Known Implementing Classes:
ConfigurationKeyDAO

public interface IConfigurationKeyDAO

IConfigurationKeyDAO Interface


Method Summary
 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
 

Method Detail

insert

void insert(ConfigurationKey configurationKey,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
configurationKey - instance of the ConfigurationKey object to inssert
plugin - the Plugin

store

void store(ConfigurationKey configurationKey,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table

Parameters:
configurationKey - the reference of the ConfigurationKey
plugin - the Plugin

delete

void delete(int nIdConfigurationKey,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
nIdConfigurationKey - int identifier of the ConfigurationKey to delete
plugin - the Plugin

load

ConfigurationKey load(int nIdKey,
                      fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table

Parameters:
nIdKey - The identifier of the configurationKey
plugin - the Plugin
Returns:
The instance of the configurationKey

selectConfigurationKeysList

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

Parameters:
plugin - the Plugin
Returns:
The collection which contains the data of all the configurationKey objects


Copyright © 2013 Mairie de Paris. All Rights Reserved.