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)
          Deprecated. Creates a new object in the datastore.
 SMObject DataService.createObject(String schema, SMObject toCreate)
          Creates a new object in the datastore.
 Boolean DatastoreService.deleteObject(String modelName, String objectId)
          Deprecated. Deletes an object in the datastore.
 Boolean DataService.deleteObject(String schema, String id)
          Deletes an object in the datastore.
 Map<PushService.TokenAndType,Long> PushService.getAllExpiredTokens(boolean clear)
          get all of the tokens that are expired for this app
 Map<String,List<PushService.TokenAndType>> PushService.getAllTokensForUsers(List<String> users)
          get all of the tokens for each of the given users
 Map<String,Long> PushService.getExpiredTokens(boolean clear)
          Deprecated. use PushService.getAllExpiredTokens(boolean) instead. This method only gets/removes iOS expired tokens,
 Map<String,String> PushService.getTokensForUsers(List<String> users)
          Deprecated. use PushService.getAllTokensForUsers(java.util.List) instead. This method only gets iOS tokens.
 List<SMObject> DataService.readObjects(String schema, List<SMCondition> conditions)
          Reads a list of objects matching the given query fields from the datastore.
 List<SMObject> DataService.readObjects(String schema, List<SMCondition> conditions, List<String> fields)
          Reads a list of objects matching the given query fields from the datastore, returning only the specified fields
 List<Map<String,Object>> DatastoreService.readObjects(String modelName, Map<String,List<String>> queryFields)
          Deprecated. Reads a list of objects matching the given query fields from the datastore.
 void PushService.registerToken(String username, String token)
          Deprecated. use PushService.registerTokenForUser(String, TokenAndType) instead. This method only registers iOS tokens
 void PushService.registerTokenForUser(String username, PushService.TokenAndType token)
          register a token for a given user
 void PushService.removeToken(PushService.TokenAndType token)
          remove a token from the list of registered tokens
 void PushService.removeToken(String token)
          Deprecated. use PushService.removeToken(TokenAndType) instead. This method can only remove iOS tokens.
 SMObject DataService.updateObject(String schema, String id, List<SMUpdate> updateActions)
          Updates an object in the datastore.
 Map<String,Object> DatastoreService.updateObject(String modelName, String objectId, Map<String,Object> newValue)
          Deprecated. Updates an object in the datastore.
 void DataService.updateObjects(String schema, List<SMCondition> conditions, List<SMUpdate> updateActions)
          Updates all objects matching the given query in the datastore
 



Copyright © 2012 StackMob. All Rights Reserved.