Package org.ametys.odf.orgunit
Class OrgUnitDAO
java.lang.Object
org.ametys.odf.orgunit.OrgUnitDAO
- All Implemented Interfaces:
Component
,Serviceable
DAO for manipulating OrgUnits
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrgUnitInfos
(String orgUnitId) Gets the information about the given orgunitgetOrgUnitInfos
(String orgUnitId, String rootOrgUnitId) Gets the information about the given orgunitgetOrgUnitInfos
(OrgUnit orgUnit, String rootOrgUnitId) Gets the information about the given orgunitgetOrgUnitsInfos
(List<String> orgUnitIds) Gets the information about the given orgunitsgetOrgUnitsInfos
(List<String> orgUnitIds, String rootOrgUnitId) Gets the information about the given orgunitsvoid
service
(ServiceManager manager)
-
Field Details
-
ROLE
The Avalon role
-
-
Constructor Details
-
OrgUnitDAO
public OrgUnitDAO()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getOrgUnitsInfos
Gets the information about the given orgunits- Parameters:
orgUnitIds
- The orgunits ids- Returns:
- A map of information
-
getOrgUnitsInfos
Gets the information about the given orgunits- Parameters:
orgUnitIds
- The orgunits idsrootOrgUnitId
- the root orgUnitId- Returns:
- A map of information
-
getOrgUnitInfos
Gets the information about the given orgunit- Parameters:
orgUnitId
- The orgunit id- Returns:
- A map of information
-
getOrgUnitInfos
Gets the information about the given orgunit- Parameters:
orgUnitId
- The orgunit idrootOrgUnitId
- the root orgUnit id- Returns:
- A map of information
-
getOrgUnitInfos
Gets the information about the given orgunit- Parameters:
orgUnit
- The orgunitrootOrgUnitId
- the root orgUnit id- Returns:
- A map of information
-