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

Packages that use AppDataServiceException
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

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

Methods in com.atlassian.gadgets.opensocial.spi that throw AppDataServiceException
 void AppDataService.deletePersonData(Person person, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Delete all application data for the specified person
 Map<Person,Map<String,String>> AppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
          Fetch the application data for the specified people
 void AppDataService.updatePersonData(Person person, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
          Update application data for the specified person.
 

Uses of AppDataServiceException in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that throw AppDataServiceException
 void PluginSettingsAppDataService.deletePersonData(Person person, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 Map<Person,Map<String,String>> PluginSettingsAppDataService.getPeopleData(Set<Person> people, AppId appId, Set<String> fields, OpenSocialRequestContext requestContext)
           
 void PluginSettingsAppDataService.updatePersonData(Person person, AppId appId, Map<String,String> values, OpenSocialRequestContext requestContext)
           
 



Copyright © 2009 Atlassian. All Rights Reserved.