|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SMObject | |
|---|---|
| com.stackmob.sdkapi | |
| Uses of SMObject in com.stackmob.sdkapi |
|---|
| Methods in com.stackmob.sdkapi that return SMObject | |
|---|---|
SMObject |
DataService.createObject(String schema,
SMObject toCreate)
Creates a new object in the datastore. |
SMObject |
DataService.updateObject(String schema,
String id,
List<SMUpdate> updateActions)
Updates an object in the datastore. |
| Methods in com.stackmob.sdkapi that return types with arguments of type SMObject | |
|---|---|
List<SMObject> |
DataService.readObjects(String schema,
List<SMCondition> conditions)
Reads a list of objects matching the given query fields from the datastore. |
List<SMObject> |
DataService.readObjects(String schema,
List<SMCondition> conditions,
List<String> fields)
Reads a list of objects matching the given query fields from the datastore, returning only the specified fields |
| Methods in com.stackmob.sdkapi with parameters of type SMObject | |
|---|---|
SMObject |
DataService.createObject(String schema,
SMObject toCreate)
Creates a new object in the datastore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||