| Modifier and Type | Method and Description |
|---|---|
static ExtPerson |
ExtPerson.getBlocking(String id)
Retrieves a person from the server synchronously, the call
blocks until it is successful or an error occurs
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExtPerson.get(String id,
org.stjs.javascript.functions.Callback1<ExtPerson> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves the person specified with the ID from the server
|
static void |
ExtPerson.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<ExtPerson>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches the repository using the query and optional parameters provided
|
Copyright © 2018 Eduworks Corporation. All rights reserved.