| 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 |
|---|---|
ArrayResult<ProductBought> |
CafetAPI.getFormumaBoughtProducts(int id) |
DataResult<ProductBought> |
CafetAPI.getProductBought(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncGetFormumaBoughtProducts(AsyncHandler.AsyncArrayHandler<ProductBought> handler,
int id) |
void |
CafetAPI.asyncGetProductBought(AsyncHandler.AsyncDataHandler<ProductBought> handler,
int id) |
| Modifier and Type | Method and Description |
|---|---|
ProductBought[] |
FormulaBought.getProducts()
Return the products
|
Copyright © 2019 Nowtryz. All rights reserved.