| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Restaurant | Restaurant | RestaurantModule | Lieferando |
| (2) RestaurantCategory | RestaurantCategory | RestaurantCategoryModule | Lieferando |
| (3) RestaurantCategoryLink | RestaurantCategoryLink | RestaurantCategoryModule | Lieferando |
| RestaurantCategory | RestaurantCategoryModule | Lieferando |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | RestaurantCategory | ||
| (2) Name | STRING | RestaurantCategory |
Example:
final RestaurantCategory restaurantcategory = (RestaurantCategory) invokeModule(RESTAURANT_CATEGORY_MODULE + "/restaurantcategory/" + id, RestaurantCategory.class);| RestaurantCategoryLink | RestaurantCategoryModule | Lieferando |
| Property | Type | Entity | Reference | Module |
| (1) Restaurant | LONG | RestaurantCategoryLink | Restaurant | RestaurantModule |
| (2) RestaurantCategory | LONG | RestaurantCategoryLink | RestaurantCategory | RestaurantCategoryModule |
Example:
final RestaurantCategoryLink restaurantcategorylink = (RestaurantCategoryLink) invokeModule(RESTAURANT_CATEGORY_MODULE + "/restaurantcategorylink/" + id, RestaurantCategoryLink.class);| Contact | Donate | Imprint |