com.atlassian.gadgets.refimpl
Class UserManagerPersonService
java.lang.Object
com.atlassian.gadgets.refimpl.UserManagerPersonService
- All Implemented Interfaces:
- PersonService
public class UserManagerPersonService
- extends Object
- implements PersonService
A PersonService implementation based on SAL's UserManager class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserManagerPersonService
public UserManagerPersonService(com.atlassian.sal.api.user.UserManager userManager)
getPerson
public Person getPerson(String userId,
OpenSocialRequestContext requestContext)
throws PersonServiceException
- Specified by:
getPerson in interface PersonService
- Throws:
PersonServiceException
getPeople
public Set<Person> getPeople(Set<String> personIds,
Group group,
OpenSocialRequestContext requestContext)
throws PersonServiceException
- Specified by:
getPeople in interface PersonService
- Throws:
PersonServiceException
Copyright © 2011 Atlassian. All Rights Reserved.