| Contact | Donate | Imprint |
| Memorial | EngineModule | ZeppelinFlight |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Memorial | ||
| (2) Location | INT | Memorial | Location | LocationModule |
| (3) Name | STRING | Memorial | ||
| (4) RelatedAccident | INT | Memorial | Accident | LocationModule |
| (5) UnveiledOn | DATE | Memorial |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /memorial/relatedaccident/{id} | findAllMemorialOfRelatedAccident(id) | EngineModule | GET | Accident Memorial |
| (2) /memorial/{id} | updateMemorialById(memorial) | EngineModule | PUT | Memorial |
| (3) /memorial/{id} | deleteMemorialById(id) | EngineModule | DELETE | Memorial |
| (4) /memorial | insertMemorial(memorial) | EngineModule | POST | Memorial |
| (5) /memorial/location/{id} | findAllMemorialOfLocation(id) | EngineModule | GET | Location Memorial |
| (6) /memorial | findAllMemorial() | EngineModule | GET | Memorial |
| (7) /memorial/{id} | findMemorialById(id) | EngineModule | GET | Memorial |
Example:
final Memorial memorial = (Memorial) invokeModule(ENGINE_MODULE + "/memorial/" + id, Memorial.class);| Contact | Donate | Imprint |