| 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<ProductGroup> |
CafetAPI.addProductGroup(String name) |
DataResult<ProductGroup> |
CafetAPI.getProductGroup(int id) |
ArrayResult<ProductGroup> |
CafetAPI.getProductGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncAddProductGroup(AsyncHandler.AsyncDataHandler<ProductGroup> handler,
String name) |
void |
CafetAPI.asyncGetProductGroup(AsyncHandler.AsyncDataHandler<ProductGroup> handler,
int id) |
void |
CafetAPI.asyncGetProductGroups(AsyncHandler.AsyncArrayHandler<ProductGroup> handler) |
| Modifier and Type | Method and Description |
|---|---|
ProductGroup |
Product.getGroup()
Return the group
|
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setGroup(ProductGroup group)
Sets group
|
Copyright © 2019 Nowtryz. All rights reserved.