|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.DirectoryActionDAO
public class DirectoryActionDAO
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 |
---|
public DirectoryActionDAO()
Method Detail |
---|
public java.util.List<DirectoryAction> selectActionsByDirectoryState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectActionsByDirectoryState
in interface IDirectoryActionDAO
nState
- the state of the formplugin
- the plugin
public java.util.List<DirectoryAction> selectActionsByDirectoryRecordState(int nState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectActionsByDirectoryRecordState
in interface IDirectoryActionDAO
nState
- the state of the formplugin
- the plugin
public java.util.List<DirectoryAction> selectActionsByDirectoryXsl(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectActionsByDirectoryXsl
in interface IDirectoryActionDAO
nState
- the state of the formplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |