|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StackMob | |
|---|---|
| com.stackmob.sdk.api | Classes for communicating directly with StackMob. |
| com.stackmob.sdk.model | Base classes for objects that map to StackMob data. |
| com.stackmob.sdk.push | Support classes for push methods. |
| Uses of StackMob in com.stackmob.sdk.api |
|---|
| Methods in com.stackmob.sdk.api that return StackMob | |
|---|---|
static StackMob |
StackMob.getStackMob()
Get the singleton StackMob object. |
| Methods in com.stackmob.sdk.api with parameters of type StackMob | |
|---|---|
static void |
StackMob.setStackMob(StackMob stackmob)
Set the singleton StackMob to a particular one for convenience. |
| Constructors in com.stackmob.sdk.api with parameters of type StackMob | |
|---|---|
StackMob(StackMob other)
Copy constructor |
|
| Uses of StackMob in com.stackmob.sdk.model |
|---|
| Methods in com.stackmob.sdk.model with parameters of type StackMob | ||
|---|---|---|
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
|
StackMobUser.getLoggedInUser(StackMob stackmob,
Class<T> classOfT,
StackMobOptions options,
StackMobQueryCallback<T> callback)
Get the currently logged in user. |
|
static
|
StackMobModel.newFromJson(StackMob stackmob,
Class<T> classOfT,
String json)
create a new instance of the specified model class from a json string. |
|
static
|
StackMobModel.query(StackMob stackmob,
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(StackMob stackmob,
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 |
|
static
|
StackMobModel.saveMultiple(StackMob stackmob,
List<T> models,
StackMobCallback callback)
save multiple objects in one batch. |
|
void |
StackMobModel.setStackMob(StackMob stackmob)
Have this model use a specific StackMob instance when making requests. |
|
| Uses of StackMob in com.stackmob.sdk.push |
|---|
| Constructors in com.stackmob.sdk.push with parameters of type StackMob | |
|---|---|
StackMobPush(StackMob stackmob)
create a StackMobPush based on a StackMob object and defaults elsewhere. |
|
StackMobPush(StackMob stackmob,
String host)
create a StackMobPush based on a StackMob object and the given host |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||