| 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<Formula> |
CafetAPI.addFormula(String name) |
DataResult<Formula> |
CafetAPI.addFormula(String name,
double price,
boolean viewable) |
DataResult<Formula> |
CafetAPI.getFormula(int id) |
ArrayResult<Formula> |
CafetAPI.getFormulas(boolean showUnviewable) |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncAddFormula(AsyncHandler.AsyncDataHandler<Formula> handler,
String name) |
void |
CafetAPI.asyncGetFormula(AsyncHandler.AsyncDataHandler<Formula> handler,
int id) |
void |
CafetAPI.asyncGetFormulas(AsyncHandler.AsyncArrayHandler<Formula> handler,
boolean showUnviewable) |
| Modifier and Type | Method and Description |
|---|---|
Formula |
OrderBuilder.FormulaBuilder.getFormula() |
Formula |
FormulaBought.getFormula()
Return the formula
|
Formula |
Choice.getFormula()
Return the formula
|
| Modifier and Type | Method and Description |
|---|---|
OrderBuilder.FormulaBuilder |
OrderBuilder.buildFormula(Formula formula) |
Copyright © 2019 Nowtryz. All rights reserved.