|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatastoreException | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of DatastoreException in com.stackmob.sdkapi |
|---|
| Methods in com.stackmob.sdkapi that throw DatastoreException | |
|---|---|
Map<String,Object> |
DatastoreService.createObject(String modelName,
Map<String,Object> toCreate)
Creates a new object in the datastore. |
Boolean |
DatastoreService.deleteObject(String modelName,
String objectId)
Deletes an object in the datastore. |
Map<String,Long> |
PushService.getExpiredTokens(boolean clear)
Get the tokens, which have been reported as expired by Apple's feedback service |
Map<String,String> |
PushService.getTokensForUsers(List<String> users)
Finds the device push tokens for the given user list. |
List<Map<String,Object>> |
DatastoreService.readObjects(String modelName,
Map<String,List<String>> queryFields)
Reads a list of objects matching the given query fields from the datastore. |
void |
PushService.registerToken(String username,
String token)
Assign a push token to the specified user. |
void |
PushService.removeToken(String token)
Removes the token from the list of registered tokens. |
Map<String,Object> |
DatastoreService.updateObject(String modelName,
String objectId,
Map<String,Object> newValue)
Updates an object in the datastore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||