|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppDataServiceException | |
|---|---|
| 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 AppDataServiceException in com.atlassian.gadgets.opensocial.spi |
|---|
| Methods in com.atlassian.gadgets.opensocial.spi that throw AppDataServiceException | |
|---|---|
void |
AppDataService.deletePersonData(PersonId personId,
AppId appId,
OpenSocialRequestContext requestContext)
Delete all application data for the specified person and all fields |
void |
AppDataService.deletePersonData(PersonId personId,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Delete all application data for the specified person and fields |
Map<PersonId,Map<String,String>> |
AppDataService.getPeopleData(Set<PersonId> people,
AppId appId,
OpenSocialRequestContext requestContext)
Fetch the application data for the specified people and all fields |
Map<PersonId,Map<String,String>> |
AppDataService.getPeopleData(Set<PersonId> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
Fetch the application data for the specified people |
void |
AppDataService.updatePersonData(PersonId personId,
AppId appId,
Map<String,String> values,
OpenSocialRequestContext requestContext)
Update (add or modify) application data for the specified person with the specified field / value pairs. |
| Uses of AppDataServiceException in com.atlassian.gadgets.refimpl |
|---|
| Methods in com.atlassian.gadgets.refimpl that throw AppDataServiceException | |
|---|---|
void |
PluginSettingsAppDataService.deletePersonData(PersonId personId,
AppId appId,
OpenSocialRequestContext requestContext)
|
void |
PluginSettingsAppDataService.deletePersonData(PersonId personId,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
Map<PersonId,Map<String,String>> |
PluginSettingsAppDataService.getPeopleData(Set<PersonId> people,
AppId appId,
OpenSocialRequestContext requestContext)
|
Map<PersonId,Map<String,String>> |
PluginSettingsAppDataService.getPeopleData(Set<PersonId> people,
AppId appId,
Set<String> fields,
OpenSocialRequestContext requestContext)
|
void |
PluginSettingsAppDataService.updatePersonData(PersonId personId,
AppId appId,
Map<String,String> values,
OpenSocialRequestContext requestContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||