|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentActionDAO
This class porvides Data Access methods for DocumentActionDAO interface
Method Summary | |
---|---|
DocumentAction |
load(int nIdAction)
Load the data of Document Action from the table |
java.util.List<DocumentAction> |
selectActions(Document document)
Load the list of actions for a document |
Method Detail |
---|
DocumentAction load(int nIdAction)
nIdAction
- The identifier of the action
java.util.List<DocumentAction> selectActions(Document document)
document
- The document to add available actions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |