|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionService
IActionService
Method Summary | |
---|---|
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 |
Method Detail |
---|
List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.business.user.AdminUser user)
strActionType
- the action typelocale
- the localeuser
- the current user
IAction
List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.business.user.AdminUser user, String strPermission)
strActionType
- the action typelocale
- the localeuser
- the current userstrPermission
- the permission
IAction
List<IAction> getListActions(String strActionType, Locale locale, fr.paris.lutece.portal.service.rbac.RBACResource resource, fr.paris.lutece.portal.business.user.AdminUser user)
strActionType
- the action typelocale
- the localeresource
- the resourceuser
- the current user
IAction
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)
strActionType
- the action typelocale
- the localeresource
- the resourceuser
- the current userstrPermission
- the permission
IAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |