|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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 Plugin
Collection<ConfigurationKey> selectConfigurationKeysList(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 |