| Services | Contact | Donate | About | Imprint |
| AircraftManufacturer | CountryModule | Airlines |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | AircraftManufacturer | Country | CountryModule |
| (2) FoundedYear | LONG | AircraftManufacturer | ||
| (3) Name | STRING | AircraftManufacturer |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /aircraftmodel/manufacturer/{id} | findAllAircraftModelOfManufacturer(id) | AircraftModelModule | GET | AircraftManufacturer AircraftModel |
| (2) /aircraftmanufacturer | insertAircraftManufacturer(aircraftmanufacturer) | CountryModule | POST | AircraftManufacturer |
| (3) /aircraftmanufacturer/{id} | updateAircraftManufacturerById(aircraftmanufacturer) | CountryModule | PUT | AircraftManufacturer |
| (4) /aircraftmanufacturer/country/{id} | findAllAircraftManufacturerOfCountry(id) | CountryModule | GET | Country AircraftManufacturer |
| (5) /aircraftmanufacturer/{id} | findAircraftManufacturerById(id) | CountryModule | GET | AircraftManufacturer |
| (6) /aircraftmanufacturer/{id} | deleteAircraftManufacturerById(id) | CountryModule | DELETE | AircraftManufacturer |
| (7) /aircraftmanufacturer | findAllAircraftManufacturer() | CountryModule | GET | AircraftManufacturer |
Example:
final AircraftManufacturer aircraftmanufacturer = (AircraftManufacturer) invokeModule(COUNTRY_MODULE + "/aircraftmanufacturer/" + id, AircraftManufacturer.class);| Services | Contact | Donate | About | Imprint |