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