public interface IDocumentActionDAO
| Modifier and Type | Method and Description |
|---|---|
DocumentAction |
load(int nIdAction)
Load the data of Document Action from the table
|
List<DocumentAction> |
selectActions(Document document)
Load the list of actions for a document
|
DocumentAction load(int nIdAction)
nIdAction - The identifier of the actionList<DocumentAction> selectActions(Document document)
document - The document to add available actionsCopyright © 2020 City of Paris. All rights reserved.