Overview

Summary

ContactDonateImprint


Appendix E-20: RESTAURANT CATEGORY (UI prompt)


RestaurantCategoryRestaurantCategoryModuleLieferando

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGRestaurantCategory
(2) NameSTRINGRestaurantCategory


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /restaurantcategorylink/restaurantcategory/{id}findAllRestaurantCategoryLinkOfRestaurantCategory(id)RestaurantCategoryModuleGETRestaurantCategory RestaurantCategoryLink
(2) /restaurantcategory/{id}deleteRestaurantCategoryById(id)RestaurantCategoryModuleDELETERestaurantCategory
(3) /restaurantcategory/{id}findRestaurantCategoryById(id)RestaurantCategoryModuleGETRestaurantCategory
(4) /restaurantcategoryinsertRestaurantCategory(restaurantcategory)RestaurantCategoryModulePOSTRestaurantCategory
(5) /restaurantcategory/{id}updateRestaurantCategoryById(restaurantcategory)RestaurantCategoryModulePUTRestaurantCategory
(6) /restaurantcategoryfindAllRestaurantCategory()RestaurantCategoryModuleGETRestaurantCategory





Example:

final RestaurantCategory restaurantcategory = (RestaurantCategory) invokeModule(RESTAURANT_CATEGORY_MODULE + "/restaurantcategory/" + id, RestaurantCategory.class);
if (restaurantcategory != null) {
}
return restaurantcategory;


Overview

Summary

ContactDonateImprint