fr.paris.lutece.plugins.unittree.business.action
Class ActionDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.unittree.business.action.ActionDAO
All Implemented Interfaces:
IActionDAO

public class ActionDAO
extends java.lang.Object
implements IActionDAO

ActionDAO


Constructor Summary
ActionDAO()
           
 
Method Summary
 java.util.List<IAction> selectActions(java.lang.String strActionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of actions
 java.util.List<IAction> selectFilterByPermission(java.lang.String strActionType, java.lang.String strPermission, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of actions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDAO

public ActionDAO()
Method Detail

selectActions

public java.util.List<IAction> selectActions(java.lang.String strActionType,
                                             fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions

Specified by:
selectActions in interface IActionDAO
Parameters:
strActionType - the action type
plugin - the plugin
Returns:
The List of actions

selectFilterByPermission

public java.util.List<IAction> selectFilterByPermission(java.lang.String strActionType,
                                                        java.lang.String strPermission,
                                                        fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions

Specified by:
selectFilterByPermission in interface IActionDAO
Parameters:
strActionType - the action type
strPermission - the permission
plugin - the plugin
Returns:
The List of actions


Copyright © 2012 Mairie de Paris. All Rights Reserved.