Uses of Class
com.stackmob.sdk.model.StackMobModel

Packages that use StackMobModel
com.stackmob.sdk.callback   
com.stackmob.sdk.model   
 

Uses of StackMobModel in com.stackmob.sdk.callback
 

Classes in com.stackmob.sdk.callback with type parameters of type StackMobModel
 class StackMobQueryCallback<T extends StackMobModel>
           
 

Uses of StackMobModel in com.stackmob.sdk.model
 

Classes in com.stackmob.sdk.model with type parameters of type StackMobModel
 class StackMobModelQuery<T extends StackMobModel>
           
 

Methods in com.stackmob.sdk.model that return StackMobModel
protected static StackMobModel StackMobModel.getExistingModel(java.util.Collection<? extends StackMobModel> oldList, com.google.gson.JsonElement json)
          Finds a model with the same id as the json
 

Methods in com.stackmob.sdk.model that return types with arguments of type StackMobModel
protected  java.util.Collection<StackMobModel> StackMobModel.getFieldAsCollection(java.lang.reflect.Field field)
          Turns a field which is either an Array or Collection of StackMobModels and turns in into a collection
protected static java.util.List<StackMobModel> StackMobModel.updateModelListFromJson(com.google.gson.JsonArray array, java.util.Collection<? extends StackMobModel> existingModels, java.lang.Class<? extends StackMobModel> modelClass)
           
 

Method parameters in com.stackmob.sdk.model with type arguments of type StackMobModel
protected static StackMobModel StackMobModel.getExistingModel(java.util.Collection<? extends StackMobModel> oldList, com.google.gson.JsonElement json)
          Finds a model with the same id as the json
protected  void StackMobModel.setFieldFromList(java.lang.reflect.Field field, java.util.List<? extends StackMobModel> list, java.lang.Class<? extends StackMobModel> modelClass)
          Sets a field which is either an Array or Collection of StackMobModels using a list
protected  void StackMobModel.setFieldFromList(java.lang.reflect.Field field, java.util.List<? extends StackMobModel> list, java.lang.Class<? extends StackMobModel> modelClass)
          Sets a field which is either an Array or Collection of StackMobModels using a list
protected static java.util.List<StackMobModel> StackMobModel.updateModelListFromJson(com.google.gson.JsonArray array, java.util.Collection<? extends StackMobModel> existingModels, java.lang.Class<? extends StackMobModel> modelClass)
           
protected static java.util.List<StackMobModel> StackMobModel.updateModelListFromJson(com.google.gson.JsonArray array, java.util.Collection<? extends StackMobModel> existingModels, java.lang.Class<? extends StackMobModel> modelClass)
           
 

Constructor parameters in com.stackmob.sdk.model with type arguments of type StackMobModel
StackMobModel(java.lang.Class<? extends StackMobModel> actualClass)
           
StackMobModel(java.lang.String id, java.lang.Class<? extends StackMobModel> actualClass)
           
 



Copyright © 2012 StackMob. All Rights Reserved.