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)
          Creates a new object in the datastore.
 Boolean DatastoreService.deleteObject(String modelName, String objectId)
          Deletes an object in the datastore.
 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.
 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.