fr.paris.lutece.plugins.document.business.workflow
Class DocumentActionDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.document.business.workflow.DocumentActionDAO
All Implemented Interfaces:
IDocumentActionDAO

public class DocumentActionDAO
extends java.lang.Object
implements IDocumentActionDAO

This class porvides Data Access methods for DocumentActionDAO objects


Constructor Summary
DocumentActionDAO()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentActionDAO

public DocumentActionDAO()
Method Detail

load

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

Specified by:
load in interface IDocumentActionDAO
Parameters:
nIdAction - The identifier of the action
Returns:
the instance of action

selectActions

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

Specified by:
selectActions in interface IDocumentActionDAO
Parameters:
document - The document to add available actions
Returns:
The Collection of actions


Copyright © 2010 Mairie de Paris. All Rights Reserved.