|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
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
|
StackMobModel.delete(Class<T> theClass,
StackMobQuery q,
StackMobCountCallback callback)
run a delete request with query parameters on the server. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||