Uses of Class
fr.paris.lutece.portal.business.indexeraction.IndexerAction

Packages that use IndexerAction
fr.paris.lutece.portal.business.indexeraction   
fr.paris.lutece.portal.service.search   
 

Uses of IndexerAction in fr.paris.lutece.portal.business.indexeraction
 

Methods in fr.paris.lutece.portal.business.indexeraction 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)
          Load the data of the IndexerAction from the table
 IndexerAction IIndexerActionDAO.load(int nId)
          Load the data of the IndexerAction from the table
 

Methods in fr.paris.lutece.portal.business.indexeraction that return types with arguments of type IndexerAction
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> IndexerActionDAO.selectList()
          Load the data of all indexerAction
 List<IndexerAction> IIndexerActionDAO.selectList()
          Load the data of all indexerAction
 List<IndexerAction> IndexerActionDAO.selectList(IndexerActionFilter filter)
          Load the data of all indexerAction and returns them in a list
 List<IndexerAction> IIndexerActionDAO.selectList(IndexerActionFilter filter)
          Load the data of all indexerAction and returns them in a list
 

Methods in fr.paris.lutece.portal.business.indexeraction with parameters of type IndexerAction
static void IndexerActionHome.create(IndexerAction indexerAction)
          Creation of an instance of Indexer Action
 void IndexerActionDAO.insert(IndexerAction indexerAction)
          Insert a new record in the table.
 void IIndexerActionDAO.insert(IndexerAction indexerAction)
          Insert a new record in the table.
 void IndexerActionDAO.store(IndexerAction indexerAction)
          Update the indexerAction in the table
 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.portal.service.search
 

Methods in fr.paris.lutece.portal.service.search that return types with arguments of type IndexerAction
static List<IndexerAction> IndexationService.getAllIndexerActionByTask(int nIdTask)
          return a list of IndexerAction by task key
 

Methods in fr.paris.lutece.portal.service.search with parameters of type IndexerAction
static void IndexationService.error(IndexerAction action, Exception e, String strMessage)
          Log the error for the indexer action.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.