void |
CafetAPI.asyncAddChoice(AsyncHandler.AsyncDataHandler<Choice> handler,
String name,
int formulaId) |
void |
CafetAPI.asyncAddFormula(AsyncHandler.AsyncDataHandler<Formula> handler,
String name) |
void |
CafetAPI.asyncAddProduct(AsyncHandler.AsyncDataHandler<Product> handler,
String name,
int groupId) |
void |
CafetAPI.asyncAddProductGroup(AsyncHandler.AsyncDataHandler<ProductGroup> handler,
String name) |
void |
CafetAPI.asyncGetChoice(AsyncHandler.AsyncDataHandler<Choice> handler,
int id) |
void |
CafetAPI.asyncGetClient(AsyncHandler.AsyncDataHandler<Client> handler,
int id) |
void |
CafetAPI.asyncGetFormula(AsyncHandler.AsyncDataHandler<Formula> handler,
int id) |
void |
CafetAPI.asyncGetFormulaBought(AsyncHandler.AsyncDataHandler<FormulaBought> handler,
int id) |
void |
CafetAPI.asyncGetProduct(AsyncHandler.AsyncDataHandler<Product> handler,
int id) |
void |
CafetAPI.asyncGetProductBought(AsyncHandler.AsyncDataHandler<ProductBought> handler,
int id) |
void |
CafetAPI.asyncGetProductGroup(AsyncHandler.AsyncDataHandler<ProductGroup> handler,
int id) |