Uses of Class
com.stackmob.sdk.callback.StackMobCountCallback

Packages that use StackMobCountCallback
com.stackmob.sdk.model Base classes for objects that map to StackMob data. 
 

Uses of StackMobCountCallback in com.stackmob.sdk.model
 

Methods in com.stackmob.sdk.model with parameters of type StackMobCountCallback
static
<T extends StackMobModel>
void
StackMobModel.count(Class<T> theClass, StackMobQuery q, StackMobCountCallback callback)
          run a count query on the server to count all the instances of your model within certain constraints
static
<T extends StackMobModel>
void
StackMobModel.count(StackMob stackmob, Class<T> theClass, StackMobQuery q, StackMobCountCallback callback)
          run a count query on the server to count all the instances of your model within certain constraints
static
<T extends StackMobModel>
void
StackMobModel.delete(Class<T> theClass, StackMobQuery q, StackMobCountCallback callback)
          run a delete request with query parameters on the server.
 



Copyright © 2013 StackMob. All Rights Reserved.