|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexerAction | |
---|---|
fr.paris.lutece.plugins.document.business | |
fr.paris.lutece.plugins.document.service.docsearch |
Uses of IndexerAction in fr.paris.lutece.plugins.document.business |
---|
Methods in fr.paris.lutece.plugins.document.business that return IndexerAction | |
---|---|
static IndexerAction |
IndexerActionHome.findByPrimaryKey(int nKey)
Returns an instance of a IndexerAction whose identifier is specified in parameter |
IndexerAction |
IndexerActionDAO.load(int nId)
|
IndexerAction |
IIndexerActionDAO.load(int nId)
Load the data of the IndexerAction from the table |
Methods in fr.paris.lutece.plugins.document.business that return types with arguments of type IndexerAction | |
---|---|
static java.util.List<IndexerAction> |
IndexerActionHome.getList(IndexerActionFilter filter)
Loads the data of all the IndexerAction who verify the filter and returns them in a list |
java.util.List<IndexerAction> |
IndexerActionDAO.selectList(IndexerActionFilter filter)
|
java.util.List<IndexerAction> |
IIndexerActionDAO.selectList(IndexerActionFilter filter)
Load the data of all indexerAction and returns them in a list |
Methods in fr.paris.lutece.plugins.document.business with parameters of type IndexerAction | |
---|---|
static void |
IndexerActionHome.create(IndexerAction indexerAction)
Creation of an instance of Indexer Action |
void |
IndexerActionDAO.insert(IndexerAction indexerAction)
|
void |
IIndexerActionDAO.insert(IndexerAction indexerAction)
Insert a new record in the table. |
void |
IndexerActionDAO.store(IndexerAction indexerAction)
|
void |
IIndexerActionDAO.store(IndexerAction indexerAction)
Update the indexerAction in the table |
static void |
IndexerActionHome.update(IndexerAction indexerAction)
Update of the indexerAction which is specified in parameter |
Uses of IndexerAction in fr.paris.lutece.plugins.document.service.docsearch |
---|
Methods in fr.paris.lutece.plugins.document.service.docsearch that return types with arguments of type IndexerAction | |
---|---|
java.util.List<IndexerAction> |
DocSearchService.getAllIndexerActionByTask(int nIdTask)
return a list of IndexerAction by task key |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |