Uses of Class
com.atlassian.gadgets.opensocial.spi.PersonServiceException

Packages that use PersonServiceException
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of PersonServiceException in com.atlassian.gadgets.opensocial.spi
 

Methods in com.atlassian.gadgets.opensocial.spi that throw PersonServiceException
 Set<Person> PersonService.getPeople(Set<String> personIds, Group group, OpenSocialRequestContext requestContext)
          Returns a List corresponding to the group members of the passed in person IDs
 Person PersonService.getPerson(String personId, OpenSocialRequestContext requestContext)
          Returns a Person corresponding to the personId
 

Uses of PersonServiceException in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that throw PersonServiceException
 Set<Person> UserManagerPersonService.getPeople(Set<String> personIds, Group group, OpenSocialRequestContext requestContext)
           
 Person UserManagerPersonService.getPerson(String userId, OpenSocialRequestContext requestContext)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.