Overview

Summary

ContactDonateImprint


Appendix E-31: CATEGORY (UI prompt)


CategoryCategoryModuleAmazonCom

Properties (6)

PropertyTypeEntityReferenceModule
(1) CreatedAtDATECategory
(2) NameSTRINGCategory
(3) ParentLONGCategory
(4) SlugSTRINGCategory
(5) SortOrderLONGCategory
(6) UpdatedAtDATECategory


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /categoryfindAllCategory()CategoryModuleGETCategory
(2) /category/{id}findCategoryById(id)CategoryModuleGETCategory
(3) /productcategory/category/{id}findAllProductCategoryOfCategory(id)CategoryModuleGETCategory ProductCategory
(4) /categoryinsertCategory(category)CategoryModulePOSTCategory
(5) /category/{id}updateCategoryById(category)CategoryModulePUTCategory
(6) /category/{id}deleteCategoryById(id)CategoryModuleDELETECategory





Example:

final Category category = (Category) invokeModule(CATEGORY_MODULE + "/category/" + id, Category.class);
if (category != null) {
}
return category;


Overview

Summary

ContactDonateImprint