|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.IndexerActionHome
public final class IndexerActionHome
This class provides instances management methods (create, find, ...) for IndexerAction objects
Method Summary | |
---|---|
static void |
create(IndexerAction indexerAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Indexer Action |
static IndexerAction |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a IndexerAction whose identifier is specified in parameter |
static List<IndexerAction> |
getList(IndexerActionFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the IndexerAction who verify the filter and returns them in a list |
static void |
remove(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the indexerAction whose identifier is specified in parameter |
static void |
update(IndexerAction indexerAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the indexerAction which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
indexerAction
- The instance of the indexer action which contains the informations to storeplugin
- the Pluginpublic static void update(IndexerAction indexerAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
indexerAction
- The instance of the indexerAction which contains the informations to updateplugin
- the Pluginpublic static void remove(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The IndexerActionIdplugin
- the Pluginpublic static IndexerAction findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The indexerAction primary keyplugin
- the Plugin
public static List<IndexerAction> getList(IndexerActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |