|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexerActionDAO
IIndexerActionDAO
Method Summary | |
---|---|
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 |
int |
newPrimaryKey()
Generates a new primary key |
java.util.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 |
Method Detail |
---|
int newPrimaryKey()
void insert(IndexerAction indexerAction)
indexerAction
- instance of the IndexerAction object to insertIndexerAction load(int nId)
nId
- The identifier of the action
void delete(int nId)
nId
- The identifier of the actionvoid deleteAll()
void store(IndexerAction indexerAction)
indexerAction
- instance of the IndexerAction object to updatejava.util.List<IndexerAction> selectList(IndexerActionFilter filter)
filter
- the search filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |