| 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 |
|---|---|
void |
CafetAPI.asyncSaveOrder(AsyncHandler.AsyncSuccessHandler handler,
int clientId,
Map<Product,Integer> products,
Map<OrderBuilder.FormulaBuilder,Product[]> formulas) |
Result |
CafetAPI.saveOrder(int clientId,
Map<Product,Integer> products,
Map<OrderBuilder.FormulaBuilder,Product[]> formulas) |
| Modifier and Type | Method and Description |
|---|---|
OrderBuilder.FormulaBuilder |
OrderBuilder.buildFormula(Formula formula) |
OrderBuilder.FormulaBuilder |
OrderBuilder.FormulaBuilder.setChoice(Choice choice,
Product product) |
Copyright © 2019 Nowtryz. All rights reserved.