|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
void 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 plugin
void delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the actionplugin
- the pluginvoid store(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
indexerAction
- instance of the IndexerAction object to updateplugin
- the pluginjava.util.List<IndexerAction> selectList(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the search filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |