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

Packages that use AppDataServiceException
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
 

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

Methods in com.atlassian.gadgets.opensocial.spi that throw AppDataServiceException
 void AppDataService.deletePersonData(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and all fields
 void AppDataService.deletePersonData(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, Set<String> fields, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Delete all application data for the specified person and fields
 Map<com.atlassian.gadgets.opensocial.model.PersonId,Map<String,String>> AppDataService.getPeopleData(Set<com.atlassian.gadgets.opensocial.model.PersonId> people, com.atlassian.gadgets.opensocial.model.AppId appId, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people and all fields
 Map<com.atlassian.gadgets.opensocial.model.PersonId,Map<String,String>> AppDataService.getPeopleData(Set<com.atlassian.gadgets.opensocial.model.PersonId> people, com.atlassian.gadgets.opensocial.model.AppId appId, Set<String> fields, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people
 void AppDataService.updatePersonData(com.atlassian.gadgets.opensocial.model.PersonId personId, com.atlassian.gadgets.opensocial.model.AppId appId, Map<String,String> values, com.atlassian.gadgets.opensocial.OpenSocialRequestContext requestContext)
          Update (add or modify) application data for the specified person with the specified field / value pairs.
 



Copyright © 2011 Atlassian. All Rights Reserved.