|
||||||||||
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(String strActionType)
Create a new action |
IAction |
ActionFactory.newAction(String strActionType)
Create a new action |
Methods in fr.paris.lutece.plugins.unittree.business.action that return types with arguments of type IAction | |
---|---|
static List<IAction> |
ActionHome.getActionsList(String strActionType)
Returns the list of allowed actions for a given action type |
List<IAction> |
ActionDAO.selectActions(String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
List<IAction> |
IActionDAO.selectActions(String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
static List<IAction> |
ActionHome.selectFilterByPermission(String strActionType,
String strPermission)
Load the list of actions |
List<IAction> |
ActionDAO.selectFilterByPermission(String strActionType,
String strPermission,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
List<IAction> |
IActionDAO.selectFilterByPermission(String strActionType,
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 | |
---|---|
List<IAction> |
ActionService.getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions by filter by permission |
List<IAction> |
IActionService.getListActions(String strActionType,
Locale locale,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions by filter by permission |
List<IAction> |
ActionService.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> |
IActionService.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> |
ActionService.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> |
IActionService.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> |
ActionService.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 |
List<IAction> |
IActionService.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 |
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 | |
---|---|
List<IAction> |
UnitService.getListActions(String strActionType,
Locale locale,
Unit unit,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions |
List<IAction> |
IUnitService.getListActions(String strActionType,
Locale locale,
Unit unit,
fr.paris.lutece.portal.business.user.AdminUser user)
Get the list of actions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |