public final class IndexerActionDAO extends Object implements IIndexerActionDAO
| Constructor and Description |
|---|
IndexerActionDAO() |
| 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
|
public int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
newPrimaryKey in interface IIndexerActionDAOplugin - the pluginpublic void insert(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface IIndexerActionDAOindexerAction - instance of the IndexerAction object to insertplugin - the pluginpublic IndexerAction load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IIndexerActionDAOnId - The identifier of the actionplugin - the pluginpublic void delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface IIndexerActionDAOnId - The identifier of the actionplugin - the pluginpublic List<IndexerAction> selectList(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectList in interface IIndexerActionDAOfilter - the search filterplugin - the pluginCopyright © 2020 City of Paris. All rights reserved.