|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.service.action.ActionService
public class ActionService
ActionService
Constructor Summary | |
---|---|
ActionService()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionService()
Method Detail |
---|
public java.util.List<IAction> getListActions(java.lang.String strActionType, java.util.Locale locale, fr.paris.lutece.portal.business.user.AdminUser user)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeuser
- the current user
IAction
public 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)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeuser
- the current userstrPermission
- the permission
IAction
public 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)
getListActions
in interface IActionService
strActionType
- the action typelocale
- the localeresource
- the resourceuser
- the current user
IAction
public 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)
getListActions
in interface IActionService
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 |