| 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
|
| net.nowtryz.cafetapi.parsers |
Parsers collection
|
| net.nowtryz.cafetapi.results |
Results managing system
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncHandler.AsyncArrayHandler<T extends CafetData> |
static interface |
AsyncHandler.AsyncDataHandler<T extends CafetData> |
| Modifier and Type | Class and Description |
|---|---|
class |
Choice |
class |
Client
The Client object is the wich stores every client information for later use,
it's generaly generated by a Data static method (such as
Data.getClient(int id)) |
class |
Expense
The Expense object is the one that stores every expense's information for
later use, it's generaly generated by the Client's method
getExpenses or even directly whith the Data
static method getClientExpenses(). |
class |
ExpenseDetail
ExpenseDetail stores information about a piece of a bill, it
can be acquired by the Expense's methode
getDetails() |
class |
Formula |
class |
FormulaBought |
class |
Payable |
class |
Product |
class |
ProductBought |
class |
ProductGroup |
class |
Reload |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayParser<T extends CafetData> |
class |
DataParser<S extends CafetData> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CafetData> |
DataParser.parseResponse(HTTPResponse response,
Class<T> classOfT) |
static <T extends CafetData> |
ArrayParser.parseResponse(HTTPResponse response,
Class<T> classOfT,
Class<T[]> classOfTArray) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayResult<T extends CafetData> |
class |
DataResult<T extends CafetData> |
| Modifier and Type | Method and Description |
|---|---|
T[] |
ArrayResult.getDatas()
Returns the datas of the ArrayResult
|
| Constructor and Description |
|---|
ArrayResult(Status status,
float computing,
T[] parsed) |
Copyright © 2019 Nowtryz. All rights reserved.