| Modifier and Type | Method and Description |
|---|---|
Halo |
OraClient.getHalo(int id)
Fetches the halo with specified id from the server.
|
Halo |
OraClient.insertHalo(Halo halo)
Sends a halo to the server.
|
private Halo |
OraClient.parseHalo(org.json.JSONObject job) |
private Halo |
OraClient.readHalo(HttpURLConnection conn) |
Halo |
OraClient.updateHalo(Halo halo)
Persists the new state of a halo to the server.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Halo> |
OraClient.getHaloCollection(int collectionId)
get a list of halos from the server.
|
| Modifier and Type | Method and Description |
|---|---|
Halo |
OraClient.insertHalo(Halo halo)
Sends a halo to the server.
|
private String |
OraClient.jsonifyHalo(Halo h) |
private org.json.JSONObject |
OraClient.jsonifyVertices(Halo h) |
Halo |
OraClient.updateHalo(Halo halo)
Persists the new state of a halo to the server.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OraClient.insertHaloList(List<Halo> halos)
Sends a list of halos to the server.
|
private String |
OraClient.jsonifyList(List<Halo> halos) |
Copyright © 2015. All rights reserved.