public class ActionService extends Object implements IActionService
Constructor and Description |
---|
ActionService() |
Modifier and Type | Method and Description |
---|---|
List<IAction> |
getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions by filter by permission
|
List<IAction> |
getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.business.user.AdminUser user,
String strPermission)
Get the list of actions by filter by permission
|
List<IAction> |
getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.service.rbac.RBACResource resource,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions by filter by permission
|
List<IAction> |
getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.service.rbac.RBACResource resource,
fr.paris.lutece.portal.business.user.AdminUser user,
String strPermission)
Get the list of actions by filter by permission
|
public List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.business.user.AdminUser user)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeuser
- the current userIAction
public List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.business.user.AdminUser user, String strPermission)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeuser
- the current userstrPermission
- the permissionIAction
public List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.service.rbac.RBACResource resource, fr.paris.lutece.portal.business.user.AdminUser user)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeresource
- the resourceuser
- the current userIAction
public List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.service.rbac.RBACResource resource, fr.paris.lutece.portal.business.user.AdminUser user, String strPermission)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeresource
- the resourceuser
- the current userstrPermission
- the permissionIAction
Copyright © 2017 City of Paris. All rights reserved.