Overview

Summary

ContactDonateImprint


Appendix E-38: PRODUCT CATEGORY (UI prompt)


ProductCategoryProductModuleLinkedIn

Properties (3)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGProductCategory
(2) NameSTRINGProductCategory
(3) ParentCategoryLONGProductCategory


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /productcategoryinsertProductCategory(productcategory)ProductModulePOSTProductCategory
(2) /product/productcategory/{id}findAllProductOfProductCategory(id)ProductModuleGETProductCategory Product
(3) /productcategory/{id}updateProductCategoryById(productcategory)ProductModulePUTProductCategory
(4) /productcategory/{id}findProductCategoryById(id)ProductModuleGETProductCategory
(5) /productcategoryfindAllProductCategory()ProductModuleGETProductCategory
(6) /productcategory/{id}deleteProductCategoryById(id)ProductModuleDELETEProductCategory





Example:

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


Overview

Summary

ContactDonateImprint