Overview

Summary

ContactDonateImprint


Appendix E-19: BRAND (UI prompt)


BrandProductModuleAmazonCom

Properties (3)

PropertyTypeEntityReferenceModule
(1) CreatedAtDATEBrand
(2) NameSTRINGBrand
(3) UpdatedAtDATEBrand


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /brandinsertBrand(brand)ProductModulePOSTBrand
(2) /brand/{id}updateBrandById(brand)ProductModulePUTBrand
(3) /brand/{id}deleteBrandById(id)ProductModuleDELETEBrand
(4) /product/brand/{id}findAllProductOfBrand(id)ProductModuleGETBrand Product
(5) /brand/{id}findBrandById(id)ProductModuleGETBrand
(6) /brandfindAllBrand()ProductModuleGETBrand





Example:

final Brand brand = (Brand) invokeModule(PRODUCT_MODULE + "/brand/" + id, Brand.class);
if (brand != null) {
}
return brand;


Overview

Summary

ContactDonateImprint