public class DocumentActionDAO extends Object implements IDocumentActionDAO
| Constructor and Description |
|---|
DocumentActionDAO() |
| 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
|
public DocumentAction load(int nIdAction)
load in interface IDocumentActionDAOnIdAction - The identifier of the actionpublic List<DocumentAction> selectActions(Document document)
selectActions in interface IDocumentActionDAOdocument - The document to add available actionsCopyright © 2020 City of Paris. All rights reserved.