| Package | Description |
|---|---|
| net.nowtryz.cafetapi |
Main package for the Cafet API, the API that connect the application to the server
|
| net.nowtryz.cafetapi.parsers |
Parsers collection
|
| Modifier and Type | Method and Description |
|---|---|
ArrayResult<Expense> |
CafetAPI.getClientExpenses(int id) |
ArrayResult<Reload> |
CafetAPI.getClientReloads(int id) |
ArrayResult<Client> |
CafetAPI.getClients() |
ArrayResult<ExpenseDetail> |
CafetAPI.getExpenseDetails(int id) |
ArrayResult<Choice> |
CafetAPI.getFormulaChoices(int id) |
ArrayResult<Formula> |
CafetAPI.getFormulas(boolean showUnviewable) |
ArrayResult<ProductBought> |
CafetAPI.getFormumaBoughtProducts(int id) |
ArrayResult<Product> |
CafetAPI.getGroupProducts(int id,
boolean showUnviewable) |
ArrayResult<ProductGroup> |
CafetAPI.getProductGroups() |
ArrayResult<Client> |
CafetAPI.searchClient(String expression) |
| Modifier and Type | Method and Description |
|---|---|
ArrayResult<T> |
ArrayParser.parse(HTTPResponse response) |
static <T extends CafetData> |
ArrayParser.parseResponse(HTTPResponse response,
Class<T> classOfT,
Class<T[]> classOfTArray) |
Copyright © 2019 Nowtryz. All rights reserved.