fr.paris.lutece.plugins.document.business.workflow
Interface IDocumentActionDAO

All Known Implementing Classes:
DocumentActionDAO

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

load

DocumentAction load(int nIdAction)
Load the data of Document Action from the table

Parameters:
nIdAction - The identifier of the action
Returns:
the instance of action

selectActions

java.util.List<DocumentAction> selectActions(Document document)
Load the list of actions for a document

Parameters:
document - The document to add available actions
Returns:
The Collection of actions


Copyright © 2010 Mairie de Paris. All Rights Reserved.