|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMobQueryCallback | |
|---|---|
| com.stackmob.sdk.model | Base classes for objects that map to StackMob data. |
| Uses of StackMobQueryCallback in com.stackmob.sdk.model |
|---|
| Methods in com.stackmob.sdk.model with parameters of type StackMobQueryCallback | ||
|---|---|---|
static
|
StackMobUser.getLoggedInUser(Class<T> classOfT,
StackMobOptions options,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobUser.getLoggedInUser(Class<T> classOfT,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobModel.query(Class<T> theClass,
StackMobQuery q,
StackMobOptions options,
StackMobQueryCallback<T> callback)
run a query on the server to get all the instances of your model within certain constraints |
|
static
|
StackMobModel.query(Class<T> theClass,
StackMobQuery q,
StackMobQueryCallback<T> callback)
run a query on the server to get all the instances of your model within certain constraints |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||