public interface IActionDAO
Modifier and Type | Method and Description |
---|---|
List<IAction> |
selectActions(String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions
|
List<IAction> |
selectFilterByPermission(String strActionType,
String strPermission,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions
|
List<IAction> selectActions(String strActionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strActionType
- the action typeplugin
- the pluginList<IAction> selectFilterByPermission(String strActionType, String strPermission, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strActionType
- the action typestrPermission
- the permissionplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.