Overview

Summary

ServicesContactDonateAboutImprint


Appendix E-23: CATEGORY (UI prompt)


CategoryCategoryModuleYouTubeCom

Properties (3)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGCategory
(2) IsActiveBOOLCategory
(3) NameSTRINGCategory


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /category/{id}deleteCategoryById(id)CategoryModuleDELETECategory
(2) /categoryfindAllCategory()CategoryModuleGETCategory
(3) /categoryinsertCategory(category)CategoryModulePOSTCategory
(4) /category/{id}updateCategoryById(category)CategoryModulePUTCategory
(5) /category/{id}findCategoryById(id)CategoryModuleGETCategory
(6) /video/category/{id}findAllVideoOfCategory(id)VideoModuleGETCategory Video





Example:

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


Overview

Summary

ServicesContactDonateAboutImprint