void |
CafetAPI.asyncAddProductToChoice(AsyncHandler.AsyncSuccessHandler handler,
int choiceId,
int productId) |
void |
CafetAPI.asyncRemoveFormula(AsyncHandler.AsyncSuccessHandler handler,
int formulaId) |
void |
CafetAPI.asyncRemoveFormulaChoice(AsyncHandler.AsyncSuccessHandler handler,
int choiceId) |
void |
CafetAPI.asyncRemoveProduct(AsyncHandler.AsyncSuccessHandler handler,
int productId) |
void |
CafetAPI.asyncRemoveProductFromChoice(AsyncHandler.AsyncSuccessHandler handler,
int choiceId,
int productId) |
void |
CafetAPI.asyncRemoveProductGroup(AsyncHandler.AsyncSuccessHandler handler,
int groupId) |
void |
CafetAPI.asyncSaveOrder(AsyncHandler.AsyncSuccessHandler handler,
int clientId,
Map<Product,Integer> products,
Map<OrderBuilder.FormulaBuilder,Product[]> formulas) |
void |
CafetAPI.asyncSaveReload(AsyncHandler.AsyncSuccessHandler handler,
int clientId,
float amount) |
void |
CafetAPI.asyncSetChoiceName(AsyncHandler.AsyncSuccessHandler handler,
int choiceId,
String name) |
void |
CafetAPI.asyncSetFormulaImage(AsyncHandler.AsyncSuccessHandler handler,
int formulaId,
Image image,
String format) |
void |
CafetAPI.asyncSetFormulaName(AsyncHandler.AsyncSuccessHandler handler,
int formulaId,
String name) |
void |
CafetAPI.asyncSetFormulaPrice(AsyncHandler.AsyncSuccessHandler handler,
int formulaId,
float price) |
void |
CafetAPI.asyncSetFormulaVisibility(AsyncHandler.AsyncSuccessHandler handler,
int formulaId,
boolean visilility) |
void |
CafetAPI.asyncSetProductGroup(AsyncHandler.AsyncSuccessHandler handler,
int productId,
int groupId) |
void |
CafetAPI.asyncSetProductGroupDisplayName(AsyncHandler.AsyncSuccessHandler handler,
int groupId,
String displayName) |
void |
CafetAPI.asyncSetProductGroupName(AsyncHandler.AsyncSuccessHandler handler,
int groupId,
String name) |
void |
CafetAPI.asyncSetProductImage(AsyncHandler.AsyncSuccessHandler handler,
int productId,
Image image,
String format) |
void |
CafetAPI.asyncSetProductName(AsyncHandler.AsyncSuccessHandler handler,
int productId,
String name) |
void |
CafetAPI.asyncSetProductPrice(AsyncHandler.AsyncSuccessHandler handler,
int productId,
float price) |
void |
CafetAPI.asyncSetProductVisibility(AsyncHandler.AsyncSuccessHandler handler,
int productId,
boolean visilility) |