fr.paris.lutece.plugins.directory.business
Interface IIndexerActionDAO

All Known Implementing Classes:
IndexerActionDAO

public interface IIndexerActionDAO

IIndexerActionDAO


Method Summary
 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
 java.util.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
 void store(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the indexerAction in the table
 

Method Detail

newPrimaryKey

int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key

Parameters:
plugin - the plugin
Returns:
The new primary key

insert

void insert(IndexerAction indexerAction,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
indexerAction - instance of the IndexerAction object to insert
plugin - the plugin

load

IndexerAction load(int nId,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the IndexerAction from the table

Parameters:
nId - The identifier of the action
plugin - the plugin
Returns:
the instance of the IndexerAction

delete

void delete(int nId,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
nId - The identifier of the action
plugin - the plugin

store

void store(IndexerAction indexerAction,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the indexerAction in the table

Parameters:
indexerAction - instance of the IndexerAction object to update
plugin - the plugin

selectList

java.util.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

Parameters:
filter - the search filter
plugin - the plugin
Returns:
The List which contains the data of all action


Copyright © 2010 Mairie de Paris. All Rights Reserved.