fr.paris.lutece.plugins.directory.business
Class DirectoryActionDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.DirectoryActionDAO
All Implemented Interfaces:
IDirectoryActionDAO

public class DirectoryActionDAO
extends java.lang.Object
implements IDirectoryActionDAO

DirectoryActionDAO


Constructor Summary
DirectoryActionDAO()
           
 
Method Summary
 java.util.List<DirectoryAction> selectActionsByDirectoryRecordState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of actions for a all directory by directory state
 java.util.List<DirectoryAction> selectActionsByDirectoryState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of actions for a all directory by directory state
 java.util.List<DirectoryAction> selectActionsByDirectoryXsl(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of actions for a all directory by directory state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryActionDAO

public DirectoryActionDAO()
Method Detail

selectActionsByDirectoryState

public java.util.List<DirectoryAction> selectActionsByDirectoryState(int nState,
                                                                     fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions for a all directory by directory state

Specified by:
selectActionsByDirectoryState in interface IDirectoryActionDAO
Parameters:
nState - the state of the form
plugin - the plugin
Returns:
The Collection of actions

selectActionsByDirectoryRecordState

public java.util.List<DirectoryAction> selectActionsByDirectoryRecordState(int nState,
                                                                           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions for a all directory by directory state

Specified by:
selectActionsByDirectoryRecordState in interface IDirectoryActionDAO
Parameters:
nState - the state of the form
plugin - the plugin
Returns:
The Collection of actions

selectActionsByDirectoryXsl

public java.util.List<DirectoryAction> selectActionsByDirectoryXsl(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions for a all directory by directory state

Specified by:
selectActionsByDirectoryXsl in interface IDirectoryActionDAO
Parameters:
nState - the state of the form
plugin - the plugin
Returns:
The Collection of actions


Copyright © 2010 Mairie de Paris. All Rights Reserved.