public interface IConfigDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
deleteMapping(MappingAction action,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
deleteMappingByIdForm(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
insert(Config config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
insertMapping(MappingAction action,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Config |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<MappingAction> |
loadActionMapping(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Config |
loadByWorkflow(int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<MappingAction> |
loadMapping(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Config> |
selectConfigsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the config objects and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectConfigsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the config objects and returns them as a referenceList
|
List<Integer> |
selectIdConfigsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the config objects and returns them as a list
|
void |
store(Config config,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Config config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- instance of the Config object to insertplugin
- the Pluginvoid store(Config config, fr.paris.lutece.portal.service.plugin.Plugin plugin)
config
- the reference of the Configplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the Config to deleteplugin
- the PluginConfig load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the configplugin
- the PluginConfig loadByWorkflow(int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The id Workflow of the configplugin
- the PluginList<Config> selectConfigsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdConfigsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectConfigsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginvoid insertMapping(MappingAction action, fr.paris.lutece.portal.service.plugin.Plugin plugin)
void deleteMapping(MappingAction action, fr.paris.lutece.portal.service.plugin.Plugin plugin)
List<MappingAction> loadMapping(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
void deleteMappingByIdForm(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
List<MappingAction> loadActionMapping(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copyright © 2018 City of Paris. All rights reserved.