| Package | Description |
|---|---|
| net.nowtryz.cafetapi |
Main package for the Cafet API, the API that connect the application to the server
|
| net.nowtryz.cafetapi.datas |
Data managing classes package
|
| Modifier and Type | Method and Description |
|---|---|
DataResult<Client> |
CafetAPI.getClient(int id) |
ArrayResult<Client> |
CafetAPI.getClients() |
ArrayResult<Client> |
CafetAPI.searchClient(String expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncGetClient(AsyncHandler.AsyncDataHandler<Client> handler,
int id) |
void |
CafetAPI.asyncGetClients(AsyncHandler.AsyncArrayHandler<Client> handler) |
void |
CafetAPI.asyncSearchClient(AsyncHandler.AsyncArrayHandler<Client> handler,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
Client |
Expense.getClient()
Return the client who has spent money
|
Client |
Reload.getClient()
Return the client
|
Client |
ExpenseDetail.getClient()
Return the client
|
Copyright © 2019 Nowtryz. All rights reserved.