public final class IndexerActionHome extends Object
Modifier and Type | Method and Description |
---|---|
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
|
public static void create(IndexerAction indexerAction)
indexerAction
- The instance of the indexer action which contains the informations to storepublic static void update(IndexerAction indexerAction)
indexerAction
- The instance of the indexerAction which contains the informations to updatepublic static void remove(int nId)
nId
- The IndexerActionIdpublic static void removeAll()
public static IndexerAction findByPrimaryKey(int nKey)
nKey
- The indexerAction primary keypublic static List<IndexerAction> getList(IndexerActionFilter filter)
filter
- the filterpublic static List<IndexerAction> getList()
Copyright © 2020 City of Paris. All rights reserved.