Uses of Class
com.stackmob.core.InvalidSchemaException

Packages that use InvalidSchemaException
com.stackmob.sdkapi   
 

Uses of InvalidSchemaException in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that throw InvalidSchemaException
 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.
 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.
 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.