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

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.DirectoryActionHome

public final class DirectoryActionHome
extends java.lang.Object

This class provides instances management methods (create, find, ...) for DirectortyAction objects


Method Summary
static java.util.List<DirectoryAction> selectActionsByDirectoryXsl(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Load the list of actions for directory Xsl
static java.util.List<DirectoryAction> selectActionsByFormState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Load the list of actions by directory state
static java.util.List<DirectoryAction> selectActionsRecordByFormState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin, java.util.Locale locale)
          Load the list of actions by directory state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

selectActionsByFormState

public static java.util.List<DirectoryAction> selectActionsByFormState(int nState,
                                                                       fr.paris.lutece.portal.service.plugin.Plugin plugin,
                                                                       java.util.Locale locale)
Load the list of actions by directory state

Parameters:
nState - the state of the directory
locale - the locale
plugin - the plugin
Returns:
The Collection of actions

selectActionsRecordByFormState

public static java.util.List<DirectoryAction> selectActionsRecordByFormState(int nState,
                                                                             fr.paris.lutece.portal.service.plugin.Plugin plugin,
                                                                             java.util.Locale locale)
Load the list of actions by directory state

Parameters:
nState - the state of the directory
locale - the locale
plugin - the plugin
Returns:
The Collection of actions

selectActionsByDirectoryXsl

public static java.util.List<DirectoryAction> selectActionsByDirectoryXsl(fr.paris.lutece.portal.service.plugin.Plugin plugin,
                                                                          java.util.Locale locale)
Load the list of actions for directory Xsl

Parameters:
locale - the locale
plugin - the plugin
Returns:
The Collection of actions


Copyright © 2009 Mairie de Paris. All Rights Reserved.