|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IPersonAttributes in org.jasig.services.persondir |
|---|
| Methods in org.jasig.services.persondir that return IPersonAttributes | |
|---|---|
IPersonAttributes |
IPersonAttributeDao.getPerson(String uid)
Searches for a single IPersonAttributes using the specified uid (userName).This method returns according to the following rules: If the user exists and has attributes a populated IPersonAttributes is returned.
If the user exists and has no attributes an IPersonAttributes with an empty attributes Map is returned.
If the user doesn't exist null is returned.
If an error occurs while find the person an appropriate exception will be thrown.
|
| Methods in org.jasig.services.persondir that return types with arguments of type IPersonAttributes | |
|---|---|
Set<IPersonAttributes> |
IPersonAttributeDao.getPeople(Map<String,Object> query)
Searches for IPersonAttributess that match the set of attributes provided in the query Map. |
Set<IPersonAttributes> |
IPersonAttributeDao.getPeopleWithMultivaluedAttributes(Map<String,List<Object>> query)
Searches for IPersonAttributess that match the set of attributes provided in the query Map. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||