fr.paris.lutece.plugins.unittree.business.action
Class ActionDAO
java.lang.Object
fr.paris.lutece.plugins.unittree.business.action.ActionDAO
- All Implemented Interfaces:
- IActionDAO
public class ActionDAO
- extends Object
- implements IActionDAO
ActionDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionDAO
public ActionDAO()
selectActions
public List<IAction> selectActions(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 typeplugin
- the plugin
- Returns:
- The List of actions
selectFilterByPermission
public List<IAction> selectFilterByPermission(String strActionType,
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 typestrPermission
- the permissionplugin
- the plugin
- Returns:
- The List of actions
Copyright © 2013 Mairie de Paris. All Rights Reserved.