Package | Description |
---|---|
fr.paris.lutece.portal.business.indexeraction | |
fr.paris.lutece.portal.service.search |
Modifier and Type | Method and Description |
---|---|
static IndexerAction |
IndexerActionHome.findByPrimaryKey(int nKey)
Returns an instance of a IndexerAction whose identifier is specified in parameter
|
IndexerAction |
IIndexerActionDAO.load(int nId)
Load the data of the IndexerAction from the table
|
IndexerAction |
IndexerActionDAO.load(int nId)
Load the data of the IndexerAction from the table
|
Modifier and Type | Method and Description |
---|---|
static List<IndexerAction> |
IndexerActionHome.getList()
Loads the data of all the IndexerAction
|
static List<IndexerAction> |
IndexerActionHome.getList(IndexerActionFilter filter)
Loads the data of all the IndexerAction who verify the filter and returns them in a list
|
List<IndexerAction> |
IIndexerActionDAO.selectList()
Load the data of all indexerAction
|
List<IndexerAction> |
IndexerActionDAO.selectList()
Load the data of all indexerAction
|
List<IndexerAction> |
IIndexerActionDAO.selectList(IndexerActionFilter filter)
Load the data of all indexerAction and returns them in a list
|
List<IndexerAction> |
IndexerActionDAO.selectList(IndexerActionFilter filter)
Load the data of all indexerAction and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
IndexerActionHome.create(IndexerAction indexerAction)
Creation of an instance of Indexer Action
|
void |
IIndexerActionDAO.insert(IndexerAction indexerAction)
Insert a new record in the table.
|
void |
IndexerActionDAO.insert(IndexerAction indexerAction)
Insert a new record in the table.
|
void |
IIndexerActionDAO.store(IndexerAction indexerAction)
Update the indexerAction in the table
|
void |
IndexerActionDAO.store(IndexerAction indexerAction)
Update the indexerAction in the table
|
static void |
IndexerActionHome.update(IndexerAction indexerAction)
Update of the indexerAction which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<IndexerAction> |
IndexationService.getAllIndexerActionByTask(int nIdTask)
return a list of IndexerAction by task key
|
Modifier and Type | Method and Description |
---|---|
static void |
IndexationService.error(IndexerAction action,
Exception e,
String strMessage)
Log the error for the indexer action.
|
Copyright © 2020 City of Paris. All rights reserved.