public interface IIndexerActionDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(IndexerAction indexerAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
IndexerAction |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the IndexerAction from the table
|
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key
|
List<IndexerAction> |
selectList(IndexerActionFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all indexerAction and returns them in a list
|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginvoid insert(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
indexerAction
- instance of the IndexerAction object to insertplugin
- the pluginIndexerAction load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the actionplugin
- the pluginvoid delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the actionplugin
- the pluginList<IndexerAction> selectList(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the search filterplugin
- the pluginCopyright © 2019 City of Paris. All rights reserved.