|
||||||||||
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 | |
---|---|
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 |
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 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 user
IAction
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 permission
IAction
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 user
IAction
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 permission
IAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |