|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAction | |
---|---|
fr.paris.lutece.plugins.unittree.business.action | |
fr.paris.lutece.plugins.unittree.service.action | |
fr.paris.lutece.plugins.unittree.service.unit |
Uses of IAction in fr.paris.lutece.plugins.unittree.business.action |
---|
Classes in fr.paris.lutece.plugins.unittree.business.action that implement IAction | |
---|---|
class |
AbstractAction
AbstractAction |
class |
DefaultAction
DefaultAction |
class |
UnitAction
This class represents the action usable on an unit |
class |
UnitUserAction
This class represents an action usable on the user assigned to an unit |
Methods in fr.paris.lutece.plugins.unittree.business.action that return IAction | |
---|---|
IAction |
IActionFactory.newAction(java.lang.String strActionType)
Create a new action |
IAction |
ActionFactory.newAction(java.lang.String strActionType)
Create a new action |
Methods in fr.paris.lutece.plugins.unittree.business.action that return types with arguments of type IAction | |
---|---|
static java.util.List<IAction> |
ActionHome.getActionsList(java.lang.String strActionType)
Returns the list of allowed actions for a given action type |
java.util.List<IAction> |
ActionDAO.selectActions(java.lang.String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
java.util.List<IAction> |
IActionDAO.selectActions(java.lang.String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
static java.util.List<IAction> |
ActionHome.selectFilterByPermission(java.lang.String strActionType,
java.lang.String strPermission)
Load the list of actions |
java.util.List<IAction> |
ActionDAO.selectFilterByPermission(java.lang.String strActionType,
java.lang.String strPermission,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
java.util.List<IAction> |
IActionDAO.selectFilterByPermission(java.lang.String strActionType,
java.lang.String strPermission,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
Uses of IAction in fr.paris.lutece.plugins.unittree.service.action |
---|
Methods in fr.paris.lutece.plugins.unittree.service.action that return types with arguments of type IAction | |
---|---|
java.util.List<IAction> |
ActionService.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> |
IActionService.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> |
ActionService.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> |
IActionService.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> |
ActionService.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> |
IActionService.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> |
ActionService.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 |
java.util.List<IAction> |
IActionService.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 |
Uses of IAction in fr.paris.lutece.plugins.unittree.service.unit |
---|
Methods in fr.paris.lutece.plugins.unittree.service.unit that return types with arguments of type IAction | |
---|---|
java.util.List<IAction> |
UnitService.getListActions(java.lang.String strActionType,
java.util.Locale locale,
Unit unit,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions |
java.util.List<IAction> |
IUnitService.getListActions(java.lang.String strActionType,
java.util.Locale locale,
Unit unit,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |