Uses of Class
com.stackmob.core.DatastoreException

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.
 



Copyright © 2011 StackMob. All Rights Reserved.