Skip navigation links
A B C D E F G H I L M N P R S U V 

A

AbstractAction - Class in fr.paris.lutece.plugins.unittree.business.action
AbstractAction
AbstractAction() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
 
AbstractUnitAttribute<T> - Class in fr.paris.lutece.plugins.unittree.business.unit
AbstractUnitAttribute
AbstractUnitAttribute() - Constructor for class fr.paris.lutece.plugins.unittree.business.unit.AbstractUnitAttribute
 
ACTION_TYPE - Static variable in class fr.paris.lutece.plugins.unittree.business.action.UnitAction
 
ACTION_TYPE - Static variable in class fr.paris.lutece.plugins.unittree.business.action.UnitUserAction
 
ActionDAO - Class in fr.paris.lutece.plugins.unittree.business.action
ActionDAO
ActionDAO() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.ActionDAO
 
ActionFactory - Class in fr.paris.lutece.plugins.unittree.business.action
This factory is used for : creating new instance of IAction depending of the action type
ActionFactory() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.ActionFactory
 
ActionHome - Class in fr.paris.lutece.plugins.unittree.business.action
ActionHome
ActionService - Class in fr.paris.lutece.plugins.unittree.service.action
ActionService
ActionService() - Constructor for class fr.paris.lutece.plugins.unittree.service.action.ActionService
 
addAttribute(IUnitAttribute<?>) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Add an attribute
AddUnitUsersPluginAction - Class in fr.paris.lutece.plugins.unittree.web.action
AddUnitUsersPluginAction
AddUnitUsersPluginAction() - Constructor for class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction
 
addUserToUnit(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Add an user to an unit
addUserToUnit(int, int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Add an user to an unit
addUserToUnit(int, int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Add the user to the unit
addUserToUnit(int, int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Add an user to an unit
addUserToUnit(int, int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Add an user to an unit

B

BEAN_NAME - Static variable in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
 
BEAN_UNIT_SERVICE - Static variable in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
 

C

canCreateSubUnit(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Check if the given id unit can creabe sub units
canCreateSubUnit(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Check if the given id unit, we can create sub unit.
canCreateSubUnit(int) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Check if the given id unit can creabe sub units
canCreateSubUnit(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Check if the given id unit, we can create sub unit.
containsDescription() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Check if the filter contains the description
containsIdParent() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Check if the filter contains the id parent
containsLabel() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Check if the filter contains the label
create(UnitAssignment) - Static method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentHome
Creates a unit assignment
create(Unit) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Insert a new unit
createUnit(Unit, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Create a unit
createUnit(Unit, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Create a unit

D

deactivate(UnitAssignment, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Deactivates a unit assignment
deactivate(UnitAssignment, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Deactivates a unit assignment
deactivate(UnitAssignment) - Static method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentHome
Deactivates a unit assignment
deactivateByResource(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Deactivate the unit assignments associated to the specified resource
deactivateByResource(int, String, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Deactivate the unit assignments associated to the specified resource
deactivateByResource(int, String) - Static method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentHome
Deactivate the units assignments associated to the specified resource.
DefaultAction - Class in fr.paris.lutece.plugins.unittree.business.action
DefaultAction
DefaultAction() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.DefaultAction
 
DefaultUnitSearchFields - Class in fr.paris.lutece.plugins.unittree.web.action
DefaultUnitSearchFields
DefaultUnitSearchFields() - Constructor for class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
 
doAddUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserAttributeService
Do add the user to the unit
doAddUsers(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Dp add users
doCreateUnit(Unit, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Do create the additional attributes of the given unit
doCreateUnit(Unit, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Do create the additional attributes of the given unit
doCreateUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do create an unit
doModifyUnit(Unit, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Do modify the additional attributes of the given unit
doModifyUnit(Unit, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Do modify the additional attributes of the given unit
doModifyUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Dp modify an unit
doModifyUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserAttributeService
Do modify the user
doModifyUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do modify user
doMoveSubTree(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do change the parent of a unit
doMoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do move user
doProcessAddUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Do process adding the user to the unit
doProcessAddUser(int, AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Do process adding the user to the unit
doProcessModifyUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Do process modifying the user
doProcessModifyUser(int, AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Do process modifying the user
doProcessRemoveUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Do process removing an user from an unit
doProcessRemoveUser(int, AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Do process removing an user from an unit
doRemoveUnit(int, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Do remove the additional attributes
doRemoveUnit(int, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Do remove the additional attributes
doRemoveUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do remove an unit
doRemoveUser(int, AdminUser, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserAttributeService
Do remove the user from an unit
doRemoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Do remove user

E

equals(Object) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
equals(Object) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit

F

fillModel(HttpServletRequest, AdminUser, Map<String, Object>, String) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Fill the model for the unit user attribute component
fillModel(HttpServletRequest, AdminUser, Map<String, Object>, String) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserAttributeManager
Fill the model for the unit user attribute component
fillModel(HttpServletRequest, AdminUser, Map<String, Object>) - Method in class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction
fillModel(HttpServletRequest, AdminUser, Map<String, Object>) - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitAttributeComponent
Fill the model of the unit user attribute component
fillModel(HttpServletRequest, Map<String, Object>) - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitUserAttributeComponent
Fill the model of the unit user attribute component
fillModelForUserSearchForm(List<AdminUser>, String, HttpServletRequest, Map<String, Object>, Unit) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Fill the model for the user search form
fillModelForUserSearchForm(List<AdminUser>, String, HttpServletRequest, Map<String, Object>, Unit) - Method in class fr.paris.lutece.plugins.unittree.web.action.UnitUserSearchFields
Fill the model for the user search form
findAll() - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Select all units
findAllIdsUsers() - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Find all ids users
findByCode(String) - Static method in enum fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentType
Finds the assignment type corresponding to the specified assignment code
findByFilter(UnitFilter) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Find the units by filter
findByIdUser(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Load an unit by id user
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Load the unit
findByResource(int, String) - Static method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentHome
Finds the unit assignments associated to the specified couple {resource id, resource type}.
findBySectorId(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Return all the Unit of the Sector
findBySectorId(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Return all the Unit of the Sector
findBySectorId(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Find the sector id
findBySectorId(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Find by sector id
findBySectorId(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Find by sector id
findByUnit(int) - Static method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentHome
Finds the unit assignments associated to the specified unit.
findIdsUser(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Find the ids user
fr.paris.lutece.plugins.unittree.business.action - package fr.paris.lutece.plugins.unittree.business.action
 
fr.paris.lutece.plugins.unittree.business.assignment - package fr.paris.lutece.plugins.unittree.business.assignment
 
fr.paris.lutece.plugins.unittree.business.unit - package fr.paris.lutece.plugins.unittree.business.unit
 
fr.paris.lutece.plugins.unittree.service - package fr.paris.lutece.plugins.unittree.service
 
fr.paris.lutece.plugins.unittree.service.action - package fr.paris.lutece.plugins.unittree.service.action
 
fr.paris.lutece.plugins.unittree.service.rbac - package fr.paris.lutece.plugins.unittree.service.rbac
 
fr.paris.lutece.plugins.unittree.service.unit - package fr.paris.lutece.plugins.unittree.service.unit
 
fr.paris.lutece.plugins.unittree.web - package fr.paris.lutece.plugins.unittree.web
 
fr.paris.lutece.plugins.unittree.web.action - package fr.paris.lutece.plugins.unittree.web.action
 
fr.paris.lutece.plugins.unittree.web.unit - package fr.paris.lutece.plugins.unittree.web.unit
 

G

getActionsList(String) - Static method in class fr.paris.lutece.plugins.unittree.business.action.ActionHome
Returns the list of allowed actions for a given action type
getActionType() - Method in class fr.paris.lutece.plugins.unittree.business.action.DefaultAction
Get the action type
getActionType() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Get the action type
getActionType() - Method in class fr.paris.lutece.plugins.unittree.business.action.UnitAction
Get the action type
getActionType() - Method in class fr.paris.lutece.plugins.unittree.business.action.UnitUserAction
Get the action type
getAddUsers(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get add users
getAllSubUnits(Unit, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get all the sub units in the unit tree from the specified unit
getAllSubUnits(Unit, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get all the sub units in the unit tree from the specified unit
getAllSubUnitsId(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Retrieve Set of all children units id
getAllUnits(boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get all units
getAllUnits(boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get all units
getAssignedUnit() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assigned unit
getAssignmentDate() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assignment date
getAssignmentType() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assignment type
getAssignmentTypeCode() - Method in enum fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentType
Gives the assignment type code
getAssignorUnit() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assignor unit
getAttribute() - Method in class fr.paris.lutece.plugins.unittree.business.unit.AbstractUnitAttribute
Get the attribute
getAttribute() - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitAttribute
Get the attribute
getAttribute(String) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Get the attribute from a given key
getAttributeName() - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitAttribute
Get the attribute name
getAvailableUsers(AdminUser, int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Get the list of available users for a given unit.
getAvailableUsers(AdminUser, int, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Get the list of available users for a given unit.
getAvailableUsers(AdminUser, int, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Get the list of available users for a given unit.
getAvailableUsers(AdminUser, int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Get the list of available users for a given unit.
getButtonTemplate() - Method in class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction
getConfirmRemoveUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get confirm remove unit
getConfirmRemoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get confirm remove code mapping
getCreateUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get create unit
getCurrentPageIndex() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Current page index
getCurrentPageIndex() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Current page index
getDefaultItemsPerPage() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Default items per page
getDefaultItemsPerPage() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Default items per page
getDescription() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the Description
getDescription() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the Description
getDescription() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Get the description
getDescription() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Get the description
getDescriptionKey() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the DescriptionKey
getDescriptionKey() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the DescriptionKey
getDirectSubUnits(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Retrieve list of direct children units
getI18nErrorMessage() - Method in exception fr.paris.lutece.plugins.unittree.service.UnitErrorException
 
getIcon() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the icon
getIcon() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the IconUrl
getId() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the id
getIdAction() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Get the id action
getIdAction() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Get the id action
getIdAssignedUnit() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assigned unit id
getIdAssignorUnit() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the assignor unit id
getIdParent() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Get the id parent
getIdParent() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Get the id parent
getIdResource() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the resource id
getIdUnit() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Get the id unit
getItemsPerPage() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Get the items per page
getItemsPerPage() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Get the items per page
getLabel() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Get the label
getLabel() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Get the label
getListActions(String, Locale, AdminUser) - Method in class fr.paris.lutece.plugins.unittree.service.action.ActionService
Get the list of actions by filter by permission
getListActions(String, Locale, AdminUser, String) - Method in class fr.paris.lutece.plugins.unittree.service.action.ActionService
Get the list of actions by filter by permission
getListActions(String, Locale, RBACResource, AdminUser) - Method in class fr.paris.lutece.plugins.unittree.service.action.ActionService
Get the list of actions by filter by permission
getListActions(String, Locale, RBACResource, AdminUser, String) - Method in class fr.paris.lutece.plugins.unittree.service.action.ActionService
Get the list of actions by filter by permission
getListActions(String, Locale, AdminUser) - Method in interface fr.paris.lutece.plugins.unittree.service.action.IActionService
Get the list of actions by filter by permission
getListActions(String, Locale, AdminUser, String) - Method in interface fr.paris.lutece.plugins.unittree.service.action.IActionService
Get the list of actions by filter by permission
getListActions(String, Locale, RBACResource, AdminUser) - Method in interface fr.paris.lutece.plugins.unittree.service.action.IActionService
Get the list of actions by filter by permission
getListActions(String, Locale, RBACResource, AdminUser, String) - Method in interface fr.paris.lutece.plugins.unittree.service.action.IActionService
Get the list of actions by filter by permission
getListActions(String, Locale, Unit, AdminUser, UnittreeRBACRecursiveType) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the list of actions
getListActions(String, Locale, Unit, AdminUser, UnittreeRBACRecursiveType) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the list of actions
getListParentUnits(Unit) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the unit parent list, from a given unit.
getListParentUnits(Unit) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the unit parent list, from a given unit.
getListUnitAttributeComponents() - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Get the list of unit attribute components
getListUnitAttributeService() - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Get the list of unit attribute services
getListUnitUserAttributeComponents() - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserAttributeManager
Get the list of unit user attribute components
getListUnitUserAttributeService() - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserAttributeManager
Get the list of unit user attribute services
getManageUnits(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get manage units
getModifyUnit(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get modify unit
getModifyUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get modify the user
getMoveSubTree(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get a page to change the parent of a unit
getMoveUser(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
Get move user
getName() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the Name
getName() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction
getName() - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitAttributeComponent
Get the name
getName() - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitUserAttributeComponent
Get the name
getNameKey() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the NameKey
getNameKey() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the NameKey
getPermission() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Returns the permission associated to the action
getPermission() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the permission associated to the action
getResourceId() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
getResourceIdList(Locale) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Returns a list of resource ids
getResourceType() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Gives the resource type
getResourceTypeCode() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
getRootUnit(boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the root unit
getRootUnit(boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the root unit
getSortedAttributeName() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Get the sorted attribute name
getSortedAttributeName() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Get the sorted attribute name
getSubUnits(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Retrieve list of direct children units
getSubUnits(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Retrieve list of direct children units
getSubUnits(int, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the direct sub units from a given id unit
getSubUnits(int, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the direct sub units from a given id unit
getSubUnitsAsReferenceList(int, Locale) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the direct sub units as a ReferenceList
getSubUnitsAsReferenceList(int, Locale) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the direct sub units as a ReferenceList
getTemplate() - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitAttributeComponent
Get the template
getTemplate() - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitUserAttributeComponent
Get the template
getTitle(String, Locale) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Returns the Title of a given resource
getTreeXsl() - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the XSL of the tree
getTreeXsl() - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the XSL of the tree
getUnit(int, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the unit
getUnit(int, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the unit
getUnitsByIdUser(int, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the unit by id user
getUnitsByIdUser(int, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the unit by id user
getUnitsFirstLevel(boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the units first level
getUnitsFirstLevel(boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the units first level
getUnitWithNoChildren(Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Return all the Unit with no children (level 0)
getUnitWithNoChildren(Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Return all the Unit with no children (level 0)
getUnitWithNoChildren() - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Return all the Unit with no children (level 0)
getUnitWithNoChildren() - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Return all the Unit with no children (level 0)
getUnitWithNoChildren() - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Return all the Unit with no children (level 0)
getUrl() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Return the Url
getUrl() - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Returns the Url
getUser(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Get the user from a given id user
getUser(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Get the user from a given id user
getUsers(int, Map<String, Unit>, boolean) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Get the list of AdminUser from a given id unit
getUsers(int, Map<String, Unit>, boolean) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Get the list of AdminUser from a given id unit
getXMLUnits(AdminUser) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Get the XML units
getXMLUnits(AdminUser) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Get the XML units

H

hashCode() - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
hashCode() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
hasSubUnits(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Check if the given id unit has sub units or not
hasSubUnits(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Check if the given id unit has sub units or not
hasSubUnits(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Check if the given id unit has sub units
hasSubUnits(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Check if the given id unit has sub units
hasSubUnits(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Check if the given id unit has sub units

I

IAction - Interface in fr.paris.lutece.plugins.unittree.business.action
IAction
IActionDAO - Interface in fr.paris.lutece.plugins.unittree.business.action
IActionDAO
IActionFactory - Interface in fr.paris.lutece.plugins.unittree.business.action
IActionFactory
IActionService - Interface in fr.paris.lutece.plugins.unittree.service.action
IActionService
ID_NULL - Static variable in class fr.paris.lutece.plugins.unittree.business.unit.Unit
 
ID_ROOT - Static variable in class fr.paris.lutece.plugins.unittree.business.unit.Unit
 
insert(UnitAssignment, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Inserts a new record in the table.
insert(UnitAssignment, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Inserts a new record in the table.
insert(Unit, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Insert a new unit
insert(Unit, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Insert a new unit
isActive() - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Tests if the assignment is active or not
isAscSort() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Check if it is an asc sort
isAscSort() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Check if it is an asc sort
isAuthorized(Unit, String, AdminUser, UnittreeRBACRecursiveType) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Check if the given user is authorized to do the action for a given unit.
isAuthorized(String, String, AdminUser, UnittreeRBACRecursiveType) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
See #isAuthorized(Unit, String, AdminUser)
isAuthorized(Unit, String, AdminUser, UnittreeRBACRecursiveType) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Check if the given user is authorized to do the action for a given unit.
isAuthorized(String, String, AdminUser, UnittreeRBACRecursiveType) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
See #isAuthorized(Unit, String, AdminUser)
isDisplayedInUnitForm() - Method in interface fr.paris.lutece.plugins.unittree.web.unit.IUnitAttributeComponent
Check if the component is displayed in the creation/modification unit form
isInDepthSearch() - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Check if it is an in depth search
isInDepthSearch() - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Check if it is an in depth search
isInvoked(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction
isMultiAffectationEnabled() - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Check if users can be affected to several units at the same time or not
isMultiAffectationEnabled() - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Check if users can be affected to several units at the same time or not
isParent(Unit, Unit) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Check if the first unit in parameter is parent of the second unit in parameter
isParent(Unit, Unit) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Check if the first unit in parameter is parent of the second unit in parameter
isRoot() - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Check if the unit is the root unit
isUnitInList(Unit, Collection<Unit>) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Check if an unit is in a given list of unit
isUnitInList(Unit, Collection<Unit>) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Check if an unit is in a given list of unit
isUserInUnit(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Check if the user is in the unit
isUserInUnit(int, int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Check if the user is in the unit
isUserInUnit(int, int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Check if the user is in a given unit
isUserInUnit(int, int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Check if the given user is in a given unit
isUserInUnit(int, int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Check if the given user is in a given unit
isWideSearch() - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Return true if the search is wide, false otherwise
IUnitAssignmentDAO - Interface in fr.paris.lutece.plugins.unittree.business.assignment
This interface provides Data Access methods for UnitAssignment objects
IUnitAttribute<T> - Interface in fr.paris.lutece.plugins.unittree.business.unit
This class represents the complementary attributes of an unit
IUnitAttributeComponent - Interface in fr.paris.lutece.plugins.unittree.web.unit
IUnitUserAttributeComponent
IUnitAttributeService - Interface in fr.paris.lutece.plugins.unittree.service.unit
IUnitAttributeService
IUnitDAO - Interface in fr.paris.lutece.plugins.unittree.business.unit
 
IUnitPluginAction - Interface in fr.paris.lutece.plugins.unittree.web.action
IUnitPluginAction
IUnitRemovalListener - Interface in fr.paris.lutece.plugins.unittree.service.unit
 
IUnitSearchFields - Interface in fr.paris.lutece.plugins.unittree.web.action
IUnitPluginAction
IUnitService - Interface in fr.paris.lutece.plugins.unittree.service.unit
IUnitService
IUnitUserAttributeComponent - Interface in fr.paris.lutece.plugins.unittree.web.unit
IUnitUserAttributeComponent
IUnitUserAttributeService - Interface in fr.paris.lutece.plugins.unittree.service.unit
IUnitUserAttributeService
IUnitUserService - Interface in fr.paris.lutece.plugins.unittree.service.unit
IUnitUserService

L

load(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Load the unit
load(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Load the unit
loadCurrentAssignment(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Loads the current unit assignment for the specified couple {resource id, resource type}
loadCurrentAssignment(int, String, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Loads the current unit assignment for the specified couple {resource id, resource type}

M

MokeUnitRemovalListener - Class in fr.paris.lutece.plugins.unittree.service.unit
 
MokeUnitRemovalListener() - Constructor for class fr.paris.lutece.plugins.unittree.service.unit.MokeUnitRemovalListener
 
moveSubTree(Unit, Unit) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Update attributes to change the parent of a unit.
moveSubTree(Unit, Unit) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Change the parent of a unit.
moveSubTree(Unit, Unit) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Update attributes to change the parent of a unit.
moveSubTree(Unit, Unit) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Change the parent of a unit.

N

newAction(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.ActionFactory
Create a new action
newAction(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IActionFactory
Create a new action
newPrimaryKey(Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Get new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Get new primary key
notify(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitRemovalListener
Notify the listener for a unit deletion
notify(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.MokeUnitRemovalListener
Notify the listener for a unit deletion

P

PERMISSION_ADD_USER - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PERMISSION_CREATE - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Permission for creating a space
PERMISSION_DELETE - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Permission for deleting a space
PERMISSION_MODIFY - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Permission for modifying a space
PERMISSION_MODIFY_USER - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PERMISSION_MOVE_UNIT - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PERMISSION_MOVE_USER - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PERMISSION_REMOVE_USER - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PERMISSION_SEE_UNIT - Static variable in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.unittree.service.UnitTreePlugin
 
populate(Unit) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Populate an unit additionnal attributes with the data of the database
populate(Unit, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitAttributeService
Populate an unit additionnal attributes with the data of the request
populate(Unit, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Populate an unit with the data of the request
populate(Unit) - Static method in class fr.paris.lutece.plugins.unittree.service.unit.UnitAttributeManager
Populate an unit additionnal attributes with the data of the database
process(HttpServletRequest, HttpServletResponse, AdminUser, IUnitSearchFields) - Method in class fr.paris.lutece.plugins.unittree.web.action.AddUnitUsersPluginAction

R

register() - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Initializes the service
remove(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Remove a unit
remove(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Remove a unit
remove(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Remove a unit
removeUnit(int, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Remove the unit only if the unit does not have sub units
removeUnit(int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Remove the unit only if the unit does not have sub units
removeUserFromUnit(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Remove a given user from the unit
removeUserFromUnit(int, int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Remove a given user from the unit
removeUserFromUnit(int, int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Remove a user from a unit
removeUserFromUnit(int, int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Remove the user from a unit
removeUserFromUnit(int, int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Remove the user from a unit
removeUsersFromUnit(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Remove users from a given id unit
removeUsersFromUnit(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Remove users from a given id unit
removeUsersFromUnit(int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Remove an unit from a given id unit
removeUsersFromUnit(int) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitUserService
Remove users from a given id unit
removeUsersFromUnit(int) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
Remove users from a given id unit
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.unittree.business.unit.Unit
 
RIGHT_MANAGE_UNITS - Static variable in class fr.paris.lutece.plugins.unittree.web.UnitJspBean
 

S

selectActions(String, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.action.ActionDAO
Load the list of actions
selectActions(String, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IActionDAO
Load the list of actions
selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Select all units
selectAll(Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Select all units
selectAllIdsUser(Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Select all ids user
selectAllIdsUser(Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Select all ids user
selectByFilter(UnitFilter, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Select the units by filter
selectByFilter(UnitFilter, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Select the units by filter
selectByIdUser(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Load an unit by id user
selectByIdUser(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Load an unit by id user
selectByResource(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Loads the unit assignments associated to the specified couple {resource id, resource type}
selectByResource(int, String, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Loads the unit assignments associated to the specified couple {resource id, resource type}
selectByUnit(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.assignment.IUnitAssignmentDAO
Loads the unit assignments associated to the specified unit
selectByUnit(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
Loads the unit assignments associated to the specified unit
selectFilterByPermission(String, String, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.action.ActionDAO
Load the list of actions
selectFilterByPermission(String, String) - Static method in class fr.paris.lutece.plugins.unittree.business.action.ActionHome
Load the list of actions
selectFilterByPermission(String, String, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IActionDAO
Load the list of actions
selectIdsUser(int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Select the ids user from a given id unit
selectIdsUser(int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Select the ids user from a given id unit
setActionType(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.DefaultAction
Set the action type
setActionType(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Set the action type
setActionType(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.UnitAction
Set the action type
setActionType(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.UnitUserAction
Set the action type
setActive(boolean) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets if the assignment is active or not
setAscSort(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Set the asc sort from the HTTP request
setAscSort(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Set the asc sort from the HTTP request
setAssignedUnit(Unit) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assigned unit
setAssignmentDate(Timestamp) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assignment date
setAssignmentType(UnitAssignmentType) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assignment type
setAssignorUnit(Unit) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assignor unit
setAttribute(T) - Method in class fr.paris.lutece.plugins.unittree.business.unit.AbstractUnitAttribute
Set the attribute
setAttribute(T) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitAttribute
Set the attribute
setCurrentPageIndex(String) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Current page index
setCurrentPageIndex(String) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Current page index
setDefaultItemsPerPage(int) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Default items per page
setDefaultItemsPerPage(int) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Default items per page
setDescription(String) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Set the description
setDescription(String) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Set the description
setDescriptionKey(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Sets the DescriptionKey
setDescriptionKey(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Sets the DescriptionKey
setIcon(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Sets the icon
setIcon(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Sets the IconUrl
setId(int) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the id
setIdAction(int) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Set the id action
setIdAction(int) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Set the id action
setIdAssignedUnit(int) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assigned unit id
setIdAssignorUnit(int) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the assignor unit id
setIdParent(int) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Set the id parent
setIdParent(int) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Set the id parent
setIdResource(int) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the resource id
setIdUnit(int) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Set the id unit
setInDepthSearch(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Check if if it an in depth search.
setInDepthSearch(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Check if if it an in depth search.
setItemsPerPage(int) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Set the items per page
setItemsPerPage(int) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Set the items per page
setLabel(String) - Method in class fr.paris.lutece.plugins.unittree.business.unit.Unit
Set the label
setLabel(String) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Set the label
setLocale(Locale) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Implements Localizable
setLocale(Locale) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Implements Localizable
setNameKey(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Sets the NameKey
setNameKey(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Sets the NameKey
setPermission(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Sets the Permission
setPermission(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Sets the Permission
setResourceType(String) - Method in class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Sets the resource type
setSortedAttributeName(HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.web.action.DefaultUnitSearchFields
Set the sorted attribute name from the HTTP request
setSortedAttributeName(HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.web.action.IUnitSearchFields
Set the sorted attribute name from the HTTP request
setUrl(String) - Method in class fr.paris.lutece.plugins.unittree.business.action.AbstractAction
Set the Url
setUrl(String) - Method in interface fr.paris.lutece.plugins.unittree.business.action.IAction
Sets the Url
setWideSearch(boolean) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Set true if the search is wide, false otherwise

U

Unit - Class in fr.paris.lutece.plugins.unittree.business.unit
Unit
Unit() - Constructor for class fr.paris.lutece.plugins.unittree.business.unit.Unit
 
UnitAction - Class in fr.paris.lutece.plugins.unittree.business.action
This class represents the action usable on an unit
UnitAction() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.UnitAction
 
UnitAssignment - Class in fr.paris.lutece.plugins.unittree.business.assignment
This class represents an assignment to a unit
UnitAssignment() - Constructor for class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment
Constructor
UnitAssignmentDAO - Class in fr.paris.lutece.plugins.unittree.business.assignment
This class provides Data Access methods for UnitAssignment objects
UnitAssignmentDAO() - Constructor for class fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentDAO
 
UnitAssignmentHome - Class in fr.paris.lutece.plugins.unittree.business.assignment
This class provides instances management methods (create, find, ...) for UnitAssignment objects
UnitAssignmentType - Enum in fr.paris.lutece.plugins.unittree.business.assignment
This enum represents the different types of assignments
UnitAttributeManager - Class in fr.paris.lutece.plugins.unittree.service.unit
UnitAttributeManager
UnitDAO - Class in fr.paris.lutece.plugins.unittree.business.unit
UnitDAO
UnitDAO() - Constructor for class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
 
UnitErrorException - Exception in fr.paris.lutece.plugins.unittree.service
UnitErrorException
UnitErrorException(String) - Constructor for exception fr.paris.lutece.plugins.unittree.service.UnitErrorException
Constructor
UnitFilter - Class in fr.paris.lutece.plugins.unittree.business.unit
UnitFilter
UnitFilter() - Constructor for class fr.paris.lutece.plugins.unittree.business.unit.UnitFilter
Constructor
UnitHome - Class in fr.paris.lutece.plugins.unittree.business.unit
UnitHome
UnitJspBean - Class in fr.paris.lutece.plugins.unittree.web
UnitJspBean
UnitJspBean() - Constructor for class fr.paris.lutece.plugins.unittree.web.UnitJspBean
 
UnitResourceIdService - Class in fr.paris.lutece.plugins.unittree.service.unit
UnitResourceIdService
UnitResourceIdService() - Constructor for class fr.paris.lutece.plugins.unittree.service.unit.UnitResourceIdService
Constructor
UnitService - Class in fr.paris.lutece.plugins.unittree.service.unit
UnitService
UnitService() - Constructor for class fr.paris.lutece.plugins.unittree.service.unit.UnitService
 
UnitTreePlugin - Class in fr.paris.lutece.plugins.unittree.service
UnitTreePlugin
UnitTreePlugin() - Constructor for class fr.paris.lutece.plugins.unittree.service.UnitTreePlugin
 
UnittreeRBACRecursiveType - Enum in fr.paris.lutece.plugins.unittree.service.rbac
This enum represents the recursive type for RBAC
UnitUserAction - Class in fr.paris.lutece.plugins.unittree.business.action
This class represents an action usable on the user assigned to an unit
UnitUserAction() - Constructor for class fr.paris.lutece.plugins.unittree.business.action.UnitUserAction
 
UnitUserAttributeManager - Class in fr.paris.lutece.plugins.unittree.service.unit
UnitUserAttributeManager
UnitUserSearchFields - Class in fr.paris.lutece.plugins.unittree.web.action
UnitUserSearchFields
UnitUserSearchFields() - Constructor for class fr.paris.lutece.plugins.unittree.web.action.UnitUserSearchFields
Constructor
UnitUserSearchFields(HttpServletRequest) - Constructor for class fr.paris.lutece.plugins.unittree.web.action.UnitUserSearchFields
Constructor
UnitUserService - Class in fr.paris.lutece.plugins.unittree.service.unit
UnitUserService
UnitUserService() - Constructor for class fr.paris.lutece.plugins.unittree.service.unit.UnitUserService
 
update(Unit, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Update a unit
update(Unit, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Update a unit
update(Unit) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Update a unit
updateParent(int, int, Plugin) - Method in interface fr.paris.lutece.plugins.unittree.business.unit.IUnitDAO
Update the parent of a unit
updateParent(int, int, Plugin) - Method in class fr.paris.lutece.plugins.unittree.business.unit.UnitDAO
Update the parent of a unit
updateParent(int, int) - Static method in class fr.paris.lutece.plugins.unittree.business.unit.UnitHome
Update the parent of a unit
updateUnit(Unit, HttpServletRequest) - Method in interface fr.paris.lutece.plugins.unittree.service.unit.IUnitService
Update the unit
updateUnit(Unit, HttpServletRequest) - Method in class fr.paris.lutece.plugins.unittree.service.unit.UnitService
Update the unit

V

valueOf(String) - Static method in enum fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.paris.lutece.plugins.unittree.service.rbac.UnittreeRBACRecursiveType
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.paris.lutece.plugins.unittree.service.rbac.UnittreeRBACRecursiveType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N P R S U V 
Skip navigation links

Copyright © 2019 City of Paris. All rights reserved.