fr.paris.lutece.portal.business.indexeraction
Class IndexerActionHome

java.lang.Object
  extended by fr.paris.lutece.portal.business.indexeraction.IndexerActionHome

public final class IndexerActionHome
extends Object

This class provides instances management methods (create, find, ...) for IndexerAction objects


Method Summary
static void create(IndexerAction indexerAction)
          Creation of an instance of Indexer Action
static IndexerAction findByPrimaryKey(int nKey)
          Returns an instance of a IndexerAction whose identifier is specified in parameter
static List<IndexerAction> getList()
          Loads the data of all the IndexerAction
static List<IndexerAction> getList(IndexerActionFilter filter)
          Loads the data of all the IndexerAction who verify the filter and returns them in a list
static void remove(int nId)
          Remove the indexerAction whose identifier is specified in parameter
static void removeAll()
          Remove the indexerAction whose identifier is specified in parameter
static void update(IndexerAction indexerAction)
          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

create

public static void create(IndexerAction indexerAction)
Creation of an instance of Indexer Action

Parameters:
indexerAction - The instance of the indexer action which contains the informations to store

update

public static void update(IndexerAction indexerAction)
Update of the indexerAction which is specified in parameter

Parameters:
indexerAction - The instance of the indexerAction which contains the informations to update

remove

public static void remove(int nId)
Remove the indexerAction whose identifier is specified in parameter

Parameters:
nId - The IndexerActionId

removeAll

public static void removeAll()
Remove the indexerAction whose identifier is specified in parameter


findByPrimaryKey

public static IndexerAction findByPrimaryKey(int nKey)
Returns an instance of a IndexerAction whose identifier is specified in parameter

Parameters:
nKey - The indexerAction primary key
Returns:
an instance of IndexerAction

getList

public static List<IndexerAction> getList(IndexerActionFilter filter)
Loads the data of all the IndexerAction who verify the filter and returns them in a list

Parameters:
filter - the filter
Returns:
the list which contains the data of all the indexerAction

getList

public static List<IndexerAction> getList()
Loads the data of all the IndexerAction

Returns:
the list which contains the data of all the indexerAction


Copyright © 2014 Mairie de Paris. All Rights Reserved.