|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionDAO
DAO for Action object
| Method Summary | |
|---|---|
void |
delete(java.lang.Integer actionOID)
Deletes an action from the TAction table. |
boolean |
isDeletable(java.lang.Integer actionOID)
Verifies whether an action is deletable. |
java.util.List |
loadAll()
Loads all fields from TAction table. |
TActionBean |
loadByPrimaryKey(java.lang.Integer actionOID)
Gets a TActionBean from the TAction table. |
java.lang.Integer |
save(TActionBean action)
Saves an action to the TAction table. |
| Method Detail |
|---|
TActionBean loadByPrimaryKey(java.lang.Integer actionOID)
TActionBean from the TAction table.
actionOID - the actions object identifier
java.util.List loadAll()
TActionBean objects.java.lang.Integer save(TActionBean action)
action -
void delete(java.lang.Integer actionOID)
actionOID - the actions object identifierboolean isDeletable(java.lang.Integer actionOID)
actionOID - the actions object identifier
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||