public interface IIndexerActionDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nId)
Delete a record from the table
|
void |
deleteAll()
Delete a record from the table
|
void |
insert(IndexerAction indexerAction)
Insert a new record in the table.
|
IndexerAction |
load(int nId)
Load the data of the IndexerAction from the table
|
List<IndexerAction> |
selectList()
Load the data of all indexerAction
|
List<IndexerAction> |
selectList(IndexerActionFilter filter)
Load the data of all indexerAction and returns them in a list
|
void |
store(IndexerAction indexerAction)
Update the indexerAction in the table
|
void insert(IndexerAction indexerAction)
indexerAction
- instance of the IndexerAction object to insertIndexerAction load(int nId)
nId
- The identifier of the actionvoid delete(int nId)
nId
- The identifier of the actionvoid deleteAll()
void store(IndexerAction indexerAction)
indexerAction
- instance of the IndexerAction object to updateList<IndexerAction> selectList(IndexerActionFilter filter)
filter
- the search filterList<IndexerAction> selectList()
Copyright © 2020 City of Paris. All rights reserved.