Package org.ametys.odf.person
Class PersonDAO
java.lang.Object
org.ametys.odf.person.PersonDAO
- All Implemented Interfaces:
Component,Serviceable
DAO for manipulating
Person-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPersonInfos(String personId) Gets the information about the given persongetPersonInfos(Person person) Gets the information about the given persongetPersonsInfos(List<String> personIds) Gets the information about the given personsvoidservice(ServiceManager manager)
-
Field Details
-
ROLE
The Avalon role
-
-
Constructor Details
-
PersonDAO
public PersonDAO()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getPersonsInfos
Gets the information about the given persons- Parameters:
personIds- The person ids- Returns:
- A map of information
-
getPersonInfos
Gets the information about the given person- Parameters:
personId- The person id- Returns:
- A map of information
-
getPersonInfos
Gets the information about the given person- Parameters:
person- The person- Returns:
- A map of information
-