|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.IndexerActionDAO
public final class IndexerActionDAO
This class provides Data Access methods for Indexer Action objects
Constructor Summary | |
---|---|
IndexerActionDAO()
|
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 |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexerActionDAO()
Method Detail |
---|
public int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
newPrimaryKey
in interface IIndexerActionDAO
plugin
- the plugin
public void insert(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
insert
in interface IIndexerActionDAO
indexerAction
- instance of the IndexerAction object to insertplugin
- the pluginpublic IndexerAction load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
load
in interface IIndexerActionDAO
nId
- The identifier of the actionplugin
- the plugin
public void delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
delete
in interface IIndexerActionDAO
nId
- The identifier of the actionplugin
- the pluginpublic void store(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
store
in interface IIndexerActionDAO
indexerAction
- instance of the IndexerAction object to updateplugin
- the pluginpublic List<IndexerAction> selectList(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IIndexerActionDAO
selectList
in interface IIndexerActionDAO
filter
- the search filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |