public interface IIndexerActionDAO
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deletes a record from the table
|
void |
deleteByFilter(IndexerActionFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete all the indexer action with given filter
|
void |
insert(IndexerAction indexerAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table.
|
void |
insertAll(List<IndexerAction> listIndexerActions,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts in the table all the indexer actions contained in the specified list.
|
void |
insertAllByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert all the indexer action with given task id
|
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key
|
List<IndexerAction> |
selectListLimit(IndexerActionFilter filter,
int nStart,
int nLimit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads 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 pluginvoid insertAll(List<IndexerAction> listIndexerActions, fr.paris.lutece.portal.service.plugin.Plugin plugin)
listIndexerActions - the list of the IndexerAction objects to insertplugin - the pluginvoid delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId - The identifier of the actionplugin - the pluginList<IndexerAction> selectListLimit(IndexerActionFilter filter, int nStart, int nLimit, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter - the search filterplugin - the pluginnStart - the startnLimit - the limitvoid deleteByFilter(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter - the filterplugin - the pluginvoid insertAllByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask - the id task of indexer action to insertplugin - the pluginCopyright © 2018 City of Paris. All rights reserved.