Package | Description |
---|---|
fr.paris.lutece.plugins.unittree.business.action | |
fr.paris.lutece.plugins.unittree.service.action | |
fr.paris.lutece.plugins.unittree.service.unit |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
IAction |
ActionFactory.newAction(String strActionType)
Create a new action
|
IAction |
IActionFactory.newAction(String strActionType)
Create a new action
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2017 City of Paris. All rights reserved.