Schema Name: AirportLogistics
Alias: AirportLogistics
| Entity Name | Alias Name | Microservice | Data Schema |
| Airplane | Airplane | AirplaneService | AirportLogistics |
| Airport | Airport | AirportService | AirportLogistics |
| CargoBooking | CargoBooking | EmployeeService | AirportLogistics |
| City | City | CountryService | AirportLogistics |
| Flight | Flight | AirportService | AirportLogistics |
| FlightRoute | FlightRoute | AirportService | AirportLogistics |
| Gate | Gate | AirportService | AirportLogistics |
| PassengerBooking | PassengerBooking | PassengerBookingService | AirportLogistics |
| Terminal | Terminal | AirportService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Employee | Employee | EmployeeService | AirportLogistics |
| Luggage | Luggage | LuggageService | AirportLogistics |
| LuggageCheck | LuggageCheck | LuggageService | AirportLogistics |
| LuggageType | LuggageType | LuggageService | AirportLogistics |
| PassengerBooking | PassengerBooking | PassengerBookingService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Airplane | Airplane | AirplaneService | AirportLogistics |
| Country | Country | CountryService | AirportLogistics |
| Flight | Flight | AirportService | AirportLogistics |
| Luggage | Luggage | LuggageService | AirportLogistics |
| Passenger | Passenger | PassengerBookingService | AirportLogistics |
| PassengerBooking | PassengerBooking | PassengerBookingService | AirportLogistics |
| Seat | Seat | PassengerBookingService | AirportLogistics |
| SeatCategory | SeatCategory | PassengerBookingService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Airline | Airline | AirplaneService | AirportLogistics |
| Airplane | Airplane | AirplaneService | AirportLogistics |
| AirplaneEquipment | AirplaneEquipment | AirplaneService | AirportLogistics |
| AirplaneProducer | AirplaneProducer | AirplaneService | AirportLogistics |
| AirplaneType | AirplaneType | AirplaneService | AirportLogistics |
| Employee | Employee | EmployeeService | AirportLogistics |
| EquipmentType | EquipmentType | AirplaneService | AirportLogistics |
| Flight | Flight | AirportService | AirportLogistics |
| Seat | Seat | PassengerBookingService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Airport | Airport | AirportService | AirportLogistics |
| City | City | CountryService | AirportLogistics |
| Country | Country | CountryService | AirportLogistics |
| Passenger | Passenger | PassengerBookingService | AirportLogistics |
| Relative mapping URL | Request Method | Method Name | Microservice | Involved Entities |
| /city | GET | findAllCity() | CountryService | City |
| /city/country/{id} | GET | findAllCityOfCountry(id) | CountryService | Country City |
| /country | POST | insertCountry(country) | CountryService | Country |
| /country/{id} | GET | findCountryById(id) | CountryService | Country |
| /city/{id} | DELETE | deleteCityById(id) | CountryService | City |
| /city/{id} | PUT | updateCityById(city) | CountryService | City |
| /country/{id} | PUT | updateCountryById(country) | CountryService | Country |
| /country | GET | findAllCountry() | CountryService | Country |
| /city/{id} | GET | findCityById(id) | CountryService | City |
| /country/{id} | DELETE | deleteCountryById(id) | CountryService | Country |
| /city | POST | insertCity(city) | CountryService | City |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Airline | Airline | AirplaneService | AirportLogistics |
| Cargo | Cargo | CargoService | AirportLogistics |
| CargoBooking | CargoBooking | EmployeeService | AirportLogistics |
| CargoCheck | CargoCheck | CargoService | AirportLogistics |
| Customer | Customer | EmployeeService | AirportLogistics |
| Employee | Employee | EmployeeService | AirportLogistics |
| EmployeeTask | EmployeeTask | EmployeeService | AirportLogistics |
| Flight | Flight | AirportService | AirportLogistics |
| LuggageCheck | LuggageCheck | LuggageService | AirportLogistics |
| Task | Task | EmployeeService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Entity Name | Alias Name | Microservice | Data Schema |
| Cargo | Cargo | CargoService | AirportLogistics |
| CargoBooking | CargoBooking | EmployeeService | AirportLogistics |
| CargoCheck | CargoCheck | CargoService | AirportLogistics |
| CargoType | CargoType | CargoService | AirportLogistics |
| Employee | Employee | EmployeeService | AirportLogistics |
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
Entity Name: CargoCheck
Data Schema: AirportLogistics
Master Service: CargoService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Cargo | LONG | CargoCheck | Cargo |
| Checker | LONG | CargoCheck | Employee |
| FromDate | LONG | CargoCheck | |
| PrimaryKey | LONG | CargoCheck | |
| Report | STRING | CargoCheck | |
| ServerReplicationVersion | LONG | CargoCheck | |
| ToDate | LONG | CargoCheck |
Entity Name: CargoBooking
Data Schema: AirportLogistics
Master Service: EmployeeService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| BookingDate | LONG | CargoBooking | |
| Customer | LONG | CargoBooking | Customer |
| Employee | LONG | CargoBooking | Employee |
| Flight | LONG | CargoBooking | Flight |
| PrimaryKey | LONG | CargoBooking | |
| ServerReplicationVersion | LONG | CargoBooking |
Entity Name: SeatCategory
Data Schema: AirportLogistics
Master Service: PassengerBookingService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| CategoryName | STRING | SeatCategory | |
| Description | STRING | SeatCategory | |
| PrimaryKey | LONG | SeatCategory | |
| ServerReplicationVersion | LONG | SeatCategory |
Entity Name: FlightRoute
Data Schema: AirportLogistics
Master Service: AirportService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Destination | LONG | FlightRoute | Airport |
| PrimaryKey | LONG | FlightRoute | |
| ServerReplicationVersion | LONG | FlightRoute | |
| Source | LONG | FlightRoute | Airport |
Entity Name: Cargo
Data Schema: AirportLogistics
Master Service: CargoService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| CargoBooking | LONG | Cargo | CargoBooking |
| CargoType | LONG | Cargo | CargoType |
| PrimaryKey | LONG | Cargo | |
| ServerReplicationVersion | LONG | Cargo | |
| Weighting | DOUBLE | Cargo |
Entity Name: Airplane
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airline | LONG | Airplane | Airline |
| AirplaneID | STRING | Airplane | |
| AirplaneType | LONG | Airplane | AirplaneType |
| PrimaryKey | LONG | Airplane | |
| ServerReplicationVersion | LONG | Airplane |
Entity Name: AirplaneType
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| AirplaneProducer | LONG | AirplaneType | AirplaneProducer |
| PrimaryKey | LONG | AirplaneType | |
| ServerReplicationVersion | LONG | AirplaneType | |
| TypeName | STRING | AirplaneType |
Entity Name: EquipmentType
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| PrimaryKey | LONG | EquipmentType | |
| ServerReplicationVersion | LONG | EquipmentType | |
| TypeName | STRING | EquipmentType |
Entity Name: LuggageCheck
Data Schema: AirportLogistics
Master Service: LuggageService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Checker | LONG | LuggageCheck | Employee |
| FromDate | LONG | LuggageCheck | |
| Luggage | LONG | LuggageCheck | Luggage |
| PrimaryKey | LONG | LuggageCheck | |
| Report | STRING | LuggageCheck | |
| ServerReplicationVersion | LONG | LuggageCheck | |
| ToDate | LONG | LuggageCheck |
Entity Name: Seat
Data Schema: AirportLogistics
Master Service: PassengerBookingService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airplane | LONG | Seat | Airplane |
| PrimaryKey | LONG | Seat | |
| SeatCategory | LONG | Seat | SeatCategory |
| SeatID | STRING | Seat | |
| ServerReplicationVersion | LONG | Seat |
Entity Name: LuggageType
Data Schema: AirportLogistics
Master Service: LuggageService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Description | STRING | LuggageType | |
| PrimaryKey | LONG | LuggageType | |
| ServerReplicationVersion | LONG | LuggageType | |
| TypeName | STRING | LuggageType |
Entity Name: Customer
Data Schema: AirportLogistics
Master Service: EmployeeService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| CustomerName | STRING | Customer | |
| PrimaryKey | LONG | Customer | |
| ServerReplicationVersion | LONG | Customer |
Entity Name: Task
Data Schema: AirportLogistics
Master Service: EmployeeService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Description | STRING | Task | |
| PrimaryKey | LONG | Task | |
| ServerReplicationVersion | LONG | Task | |
| TaskName | STRING | Task |
Entity Name: AirplaneEquipment
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airplane | LONG | AirplaneEquipment | Airplane |
| EquipmentType | LONG | AirplaneEquipment | EquipmentType |
| PrimaryKey | LONG | AirplaneEquipment | |
| ServerReplicationVersion | LONG | AirplaneEquipment |
Entity Name: Luggage
Data Schema: AirportLogistics
Master Service: LuggageService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Content | STRING | Luggage | |
| FlightBooking | LONG | Luggage | PassengerBooking |
| LuggageType | LONG | Luggage | LuggageType |
| PrimaryKey | LONG | Luggage | |
| ServerReplicationVersion | LONG | Luggage | |
| Weighting | DOUBLE | Luggage |
Entity Name: Gate
Data Schema: AirportLogistics
Master Service: AirportService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| GateName | STRING | Gate | |
| PrimaryKey | LONG | Gate | |
| ServerReplicationVersion | LONG | Gate | |
| Terminal | LONG | Gate | Terminal |
Entity Name: Airline
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| AirlineName | STRING | Airline | |
| PrimaryKey | LONG | Airline | |
| ServerReplicationVersion | LONG | Airline |
Entity Name: Country
Data Schema: AirportLogistics
Master Service: CountryService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| CountryName | STRING | Country | |
| PrimaryKey | LONG | Country | |
| ServerReplicationVersion | LONG | Country |
Entity Name: EmployeeTask
Data Schema: AirportLogistics
Master Service: EmployeeService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Employee | LONG | EmployeeTask | Employee |
| PrimaryKey | LONG | EmployeeTask | |
| ServerReplicationVersion | LONG | EmployeeTask | |
| Task | LONG | EmployeeTask | Task |
Entity Name: Employee
Data Schema: AirportLogistics
Master Service: EmployeeService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airline | LONG | Employee | Airline |
| FirstName | STRING | Employee | |
| LastName | STRING | Employee | |
| PrimaryKey | LONG | Employee | |
| ServerReplicationVersion | LONG | Employee |
Entity Name: Terminal
Data Schema: AirportLogistics
Master Service: AirportService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airport | LONG | Terminal | Airport |
| PrimaryKey | LONG | Terminal | |
| ServerReplicationVersion | LONG | Terminal | |
| TerminalName | STRING | Terminal |
Entity Name: PassengerBooking
Data Schema: AirportLogistics
Master Service: PassengerBookingService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| BookingDate | LONG | PassengerBooking | |
| Flight | LONG | PassengerBooking | Flight |
| Passenger | LONG | PassengerBooking | Passenger |
| PrimaryKey | LONG | PassengerBooking | |
| Seat | LONG | PassengerBooking | Seat |
| ServerReplicationVersion | LONG | PassengerBooking |
Entity Name: AirplaneProducer
Data Schema: AirportLogistics
Master Service: AirplaneService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| PrimaryKey | LONG | AirplaneProducer | |
| ProducerName | STRING | AirplaneProducer | |
| ServerReplicationVersion | LONG | AirplaneProducer |
Entity Name: Passenger
Data Schema: AirportLogistics
Master Service: PassengerBookingService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| FirstName | STRING | Passenger | |
| LastName | STRING | Passenger | |
| Nationality | LONG | Passenger | Country |
| PrimaryKey | LONG | Passenger | |
| ServerReplicationVersion | LONG | Passenger |
Entity Name: Airport
Data Schema: AirportLogistics
Master Service: AirportService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| AirportName | STRING | Airport | |
| City | LONG | Airport | City |
| PrimaryKey | LONG | Airport | |
| ServerReplicationVersion | LONG | Airport |
Entity Name: Flight
Data Schema: AirportLogistics
Master Service: AirportService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Airplane | LONG | Flight | Airplane |
| ArrivalGate | LONG | Flight | Gate |
| DepartureGate | LONG | Flight | Gate |
| FlightNo | STRING | Flight | |
| FlightRoute | LONG | Flight | FlightRoute |
| FromDate | LONG | Flight | |
| PrimaryKey | LONG | Flight | |
| ServerReplicationVersion | LONG | Flight | |
| ToDate | LONG | Flight |
Entity Name: City
Data Schema: AirportLogistics
Master Service: CountryService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| CityName | STRING | City | |
| Country | LONG | City | Country |
| PrimaryKey | LONG | City | |
| ServerReplicationVersion | LONG | City |
Entity Name: CargoType
Data Schema: AirportLogistics
Master Service: CargoService
| 3.1 AirplaneService | 3.2 AirportService | 3.3 CargoService | 3.4 CountryService | 3.5 EmployeeService | 3.6 LuggageService |
| 3.7 PassengerBookingService |
| Property Name | Datatype | Data Entity | Reference Entity |
| Description | STRING | CargoType | |
| PrimaryKey | LONG | CargoType | |
| ServerReplicationVersion | LONG | CargoType | |
| TypeName | STRING | CargoType |
Mapping URL: /employeetask/{id}
Description: updates the employeetask entity with the appended id
Microservice: EmployeeService
| /employeetask/{id} |
Mapping URL: /cargobooking/customer/{id}
Description: find the cargobooking entities of customer with the appended id
Microservice: EmployeeService
| /cargobooking/customer/{id} |
Mapping URL: /seatcategory
Description: find all seatcategory entities
Microservice: PassengerBookingService
| /seatcategory |
Mapping URL: /luggagetype/{id}
Description: get the luggagetype entity with the appended id
Microservice: LuggageService
| /luggagetype/{id} |
Mapping URL: /airplaneequipment/airplane/{id}
Description: find the airplaneequipment entities of airplane with the appended id
Microservice: AirplaneService
| /airplaneequipment/airplane/{id} |
Mapping URL: /airplane/airplanetype/{id}
Description: find the airplane entities of airplanetype with the appended id
Microservice: AirplaneService
| /airplane/airplanetype/{id} |
Mapping URL: /task
Description: inserts the task entity
Microservice: EmployeeService
| /task |
Mapping URL: /luggagecheck
Description: inserts the luggagecheck entity
Microservice: LuggageService
| /luggagecheck |
Mapping URL: /cargocheck/{id}
Description: delete the cargocheck entity with the appended id
Microservice: CargoService
| /cargocheck/{id} |
Mapping URL: /seatcategory
Description: inserts the seatcategory entity
Microservice: PassengerBookingService
| /seatcategory |
Mapping URL: /luggagetype
Description: inserts the luggagetype entity
Microservice: LuggageService
| /luggagetype |
Mapping URL: /airport/city/{id}
Description: find the airport entities of city with the appended id
Microservice: AirportService
| /airport/city/{id} |
Mapping URL: /airline
Description: find all airline entities
Microservice: AirplaneService
| /airline |
Mapping URL: /cargobooking/flight/{id}
Description: find the cargobooking entities of flight with the appended id
Microservice: EmployeeService
| /cargobooking/flight/{id} |
Mapping URL: /employeetask
Description: find all employeetask entities
Microservice: EmployeeService
| /employeetask |
Mapping URL: /flight
Description: find all flight entities
Microservice: AirportService
| /flight |
Mapping URL: /equipmenttype/{id}
Description: get the equipmenttype entity with the appended id
Microservice: AirplaneService
| /equipmenttype/{id} |
Mapping URL: /cargo/{id}
Description: updates the cargo entity with the appended id
Microservice: CargoService
| /cargo/{id} |
Mapping URL: /airplaneproducer/{id}
Description: delete the airplaneproducer entity with the appended id
Microservice: AirplaneService
| /airplaneproducer/{id} |
Mapping URL: /flightroute/{id}
Description: get the flightroute entity with the appended id
Microservice: AirportService
| /flightroute/{id} |
Mapping URL: /luggagecheck
Description: find all luggagecheck entities
Microservice: LuggageService
| /luggagecheck |
Mapping URL: /flightroute/destination/{id}
Description: find the flightroute entities of destination with the appended id
Microservice: AirportService
| /flightroute/destination/{id} |
Mapping URL: /luggage/{id}
Description: delete the luggage entity with the appended id
Microservice: LuggageService
| /luggage/{id} |
Mapping URL: /airplaneproducer/{id}
Description: updates the airplaneproducer entity with the appended id
Microservice: AirplaneService
| /airplaneproducer/{id} |
Mapping URL: /cargocheck/{id}
Description: get the cargocheck entity with the appended id
Microservice: CargoService
| /cargocheck/{id} |
Mapping URL: /gate/{id}
Description: get the gate entity with the appended id
Microservice: AirportService
| /gate/{id} |
Mapping URL: /airplane/{id}
Description: updates the airplane entity with the appended id
Microservice: AirplaneService
| /airplane/{id} |
Mapping URL: /cargo
Description: inserts the cargo entity
Microservice: CargoService
| /cargo |
Mapping URL: /passengerbooking/{id}
Description: updates the passengerbooking entity with the appended id
Microservice: PassengerBookingService
| /passengerbooking/{id} |
Mapping URL: /customer
Description: inserts the customer entity
Microservice: EmployeeService
| /customer |
Mapping URL: /airport
Description: inserts the airport entity
Microservice: AirportService
| /airport |
Mapping URL: /seat/airplane/{id}
Description: find the seat entities of airplane with the appended id
Microservice: PassengerBookingService
| /seat/airplane/{id} |
Mapping URL: /passengerbooking/seat/{id}
Description: find the passengerbooking entities of seat with the appended id
Microservice: PassengerBookingService
| /passengerbooking/seat/{id} |
Mapping URL: /employee
Description: inserts the employee entity
Microservice: EmployeeService
| /employee |
Mapping URL: /passengerbooking
Description: inserts the passengerbooking entity
Microservice: PassengerBookingService
| /passengerbooking |
Mapping URL: /airplane
Description: find all airplane entities
Microservice: AirplaneService
| /airplane |
Mapping URL: /employeetask/{id}
Description: get the employeetask entity with the appended id
Microservice: EmployeeService
| /employeetask/{id} |
Mapping URL: /passenger/nationality/{id}
Description: find the passenger entities of nationality with the appended id
Microservice: PassengerBookingService
| /passenger/nationality/{id} |
Mapping URL: /employee
Description: find all employee entities
Microservice: EmployeeService
| /employee |
Mapping URL: /airplanetype/{id}
Description: delete the airplanetype entity with the appended id
Microservice: AirplaneService
| /airplanetype/{id} |
Mapping URL: /flightroute
Description: find all flightroute entities
Microservice: AirportService
| /flightroute |
Mapping URL: /seatcategory/{id}
Description: updates the seatcategory entity with the appended id
Microservice: PassengerBookingService
| /seatcategory/{id} |
Mapping URL: /passengerbooking/passenger/{id}
Description: find the passengerbooking entities of passenger with the appended id
Microservice: PassengerBookingService
| /passengerbooking/passenger/{id} |
Mapping URL: /airplane/{id}
Description: delete the airplane entity with the appended id
Microservice: AirplaneService
| /airplane/{id} |
Mapping URL: /flight/{id}
Description: delete the flight entity with the appended id
Microservice: AirportService
| /flight/{id} |
Mapping URL: /luggagecheck/luggage/{id}
Description: find the luggagecheck entities of luggage with the appended id
Microservice: LuggageService
| /luggagecheck/luggage/{id} |
Mapping URL: /gate/{id}
Description: delete the gate entity with the appended id
Microservice: AirportService
| /gate/{id} |
Mapping URL: /luggage/{id}
Description: get the luggage entity with the appended id
Microservice: LuggageService
| /luggage/{id} |
Mapping URL: /seatcategory/{id}
Description: get the seatcategory entity with the appended id
Microservice: PassengerBookingService
| /seatcategory/{id} |
Mapping URL: /customer/{id}
Description: get the customer entity with the appended id
Microservice: EmployeeService
| /customer/{id} |
Mapping URL: /flightroute/source/{id}
Description: find the flightroute entities of source with the appended id
Microservice: AirportService
| /flightroute/source/{id} |
Mapping URL: /luggagecheck/{id}
Description: delete the luggagecheck entity with the appended id
Microservice: LuggageService
| /luggagecheck/{id} |
Mapping URL: /passenger/{id}
Description: get the passenger entity with the appended id
Microservice: PassengerBookingService
| /passenger/{id} |
Mapping URL: /passenger/{id}
Description: updates the passenger entity with the appended id
Microservice: PassengerBookingService
| /passenger/{id} |
Mapping URL: /airplaneequipment/equipmenttype/{id}
Description: find the airplaneequipment entities of equipmenttype with the appended id
Microservice: AirplaneService
| /airplaneequipment/equipmenttype/{id} |
Mapping URL: /flight/{id}
Description: updates the flight entity with the appended id
Microservice: AirportService
| /flight/{id} |
Mapping URL: /passengerbooking
Description: find all passengerbooking entities
Microservice: PassengerBookingService
| /passengerbooking |
Mapping URL: /airplaneequipment/{id}
Description: updates the airplaneequipment entity with the appended id
Microservice: AirplaneService
| /airplaneequipment/{id} |
Mapping URL: /city
Description: find all city entities
Microservice: CountryService
| /city |
Mapping URL: /airplaneequipment
Description: inserts the airplaneequipment entity
Microservice: AirplaneService
| /airplaneequipment |
Mapping URL: /equipmenttype
Description: inserts the equipmenttype entity
Microservice: AirplaneService
| /equipmenttype |
Mapping URL: /seat/{id}
Description: get the seat entity with the appended id
Microservice: PassengerBookingService
| /seat/{id} |
Mapping URL: /seatcategory/{id}
Description: delete the seatcategory entity with the appended id
Microservice: PassengerBookingService
| /seatcategory/{id} |
Mapping URL: /cargotype/{id}
Description: delete the cargotype entity with the appended id
Microservice: CargoService
| /cargotype/{id} |
Mapping URL: /luggagetype/{id}
Description: delete the luggagetype entity with the appended id
Microservice: LuggageService
| /luggagetype/{id} |
Mapping URL: /city/country/{id}
Description: find the city entities of country with the appended id
Microservice: CountryService
| /city/country/{id} |
Mapping URL: /cargocheck
Description: find all cargocheck entities
Microservice: CargoService
| /cargocheck |
Mapping URL: /gate/terminal/{id}
Description: find the gate entities of terminal with the appended id
Microservice: AirportService
| /gate/terminal/{id} |
Mapping URL: /country
Description: inserts the country entity
Microservice: CountryService
| /country |
Mapping URL: /airplaneproducer
Description: inserts the airplaneproducer entity
Microservice: AirplaneService
| /airplaneproducer |
Mapping URL: /terminal/airport/{id}
Description: find the terminal entities of airport with the appended id
Microservice: AirportService
| /terminal/airport/{id} |
Mapping URL: /gate
Description: inserts the gate entity
Microservice: AirportService
| /gate |
Mapping URL: /country/{id}
Description: get the country entity with the appended id
Microservice: CountryService
| /country/{id} |
Mapping URL: /customer
Description: find all customer entities
Microservice: EmployeeService
| /customer |
Mapping URL: /employeetask/{id}
Description: delete the employeetask entity with the appended id
Microservice: EmployeeService
| /employeetask/{id} |
Mapping URL: /terminal/{id}
Description: delete the terminal entity with the appended id
Microservice: AirportService
| /terminal/{id} |
Mapping URL: /cargobooking/employee/{id}
Description: find the cargobooking entities of employee with the appended id
Microservice: EmployeeService
| /cargobooking/employee/{id} |
Mapping URL: /cargotype
Description: inserts the cargotype entity
Microservice: CargoService
| /cargotype |
Mapping URL: /terminal
Description: find all terminal entities
Microservice: AirportService
| /terminal |
Mapping URL: /terminal/{id}
Description: get the terminal entity with the appended id
Microservice: AirportService
| /terminal/{id} |
Mapping URL: /seat/seatcategory/{id}
Description: find the seat entities of seatcategory with the appended id
Microservice: PassengerBookingService
| /seat/seatcategory/{id} |
Mapping URL: /airplaneproducer
Description: find all airplaneproducer entities
Microservice: AirplaneService
| /airplaneproducer |
Mapping URL: /airplaneproducer/{id}
Description: get the airplaneproducer entity with the appended id
Microservice: AirplaneService
| /airplaneproducer/{id} |
Mapping URL: /city/{id}
Description: delete the city entity with the appended id
Microservice: CountryService
| /city/{id} |
Mapping URL: /cargo/cargobooking/{id}
Description: find the cargo entities of cargobooking with the appended id
Microservice: CargoService
| /cargo/cargobooking/{id} |
Mapping URL: /customer/{id}
Description: delete the customer entity with the appended id
Microservice: EmployeeService
| /customer/{id} |
Mapping URL: /luggagetype
Description: find all luggagetype entities
Microservice: LuggageService
| /luggagetype |
Mapping URL: /airplanetype
Description: find all airplanetype entities
Microservice: AirplaneService
| /airplanetype |
Mapping URL: /cargo/{id}
Description: delete the cargo entity with the appended id
Microservice: CargoService
| /cargo/{id} |
Mapping URL: /cargocheck/{id}
Description: updates the cargocheck entity with the appended id
Microservice: CargoService
| /cargocheck/{id} |
Mapping URL: /airplanetype
Description: inserts the airplanetype entity
Microservice: AirplaneService
| /airplanetype |
Mapping URL: /airplane
Description: inserts the airplane entity
Microservice: AirplaneService
| /airplane |
Mapping URL: /city/{id}
Description: updates the city entity with the appended id
Microservice: CountryService
| /city/{id} |
Mapping URL: /luggagecheck/{id}
Description: updates the luggagecheck entity with the appended id
Microservice: LuggageService
| /luggagecheck/{id} |
Mapping URL: /cargobooking
Description: find all cargobooking entities
Microservice: EmployeeService
| /cargobooking |
Mapping URL: /employeetask/task/{id}
Description: find the employeetask entities of task with the appended id
Microservice: EmployeeService
| /employeetask/task/{id} |
Mapping URL: /gate
Description: find all gate entities
Microservice: AirportService
| /gate |
Mapping URL: /customer/{id}
Description: updates the customer entity with the appended id
Microservice: EmployeeService
| /customer/{id} |
Mapping URL: /terminal
Description: inserts the terminal entity
Microservice: AirportService
| /terminal |
Mapping URL: /flight/flightroute/{id}
Description: find the flight entities of flightroute with the appended id
Microservice: AirportService
| /flight/flightroute/{id} |
Mapping URL: /seat
Description: find all seat entities
Microservice: PassengerBookingService
| /seat |
Mapping URL: /airplaneequipment
Description: find all airplaneequipment entities
Microservice: AirplaneService
| /airplaneequipment |
Mapping URL: /airplanetype/{id}
Description: updates the airplanetype entity with the appended id
Microservice: AirplaneService
| /airplanetype/{id} |
Mapping URL: /cargocheck
Description: inserts the cargocheck entity
Microservice: CargoService
| /cargocheck |
Mapping URL: /country/{id}
Description: updates the country entity with the appended id
Microservice: CountryService
| /country/{id} |
Mapping URL: /cargo
Description: find all cargo entities
Microservice: CargoService
| /cargo |
Mapping URL: /cargocheck/checker/{id}
Description: find the cargocheck entities of checker with the appended id
Microservice: CargoService
| /cargocheck/checker/{id} |
Mapping URL: /luggage
Description: find all luggage entities
Microservice: LuggageService
| /luggage |
Mapping URL: /airline/{id}
Description: updates the airline entity with the appended id
Microservice: AirplaneService
| /airline/{id} |
Mapping URL: /seat/{id}
Description: delete the seat entity with the appended id
Microservice: PassengerBookingService
| /seat/{id} |
Mapping URL: /cargobooking/{id}
Description: get the cargobooking entity with the appended id
Microservice: EmployeeService
| /cargobooking/{id} |
Mapping URL: /airline
Description: inserts the airline entity
Microservice: AirplaneService
| /airline |
Mapping URL: /cargotype/{id}
Description: updates the cargotype entity with the appended id
Microservice: CargoService
| /cargotype/{id} |
Mapping URL: /cargo/{id}
Description: get the cargo entity with the appended id
Microservice: CargoService
| /cargo/{id} |
Mapping URL: /luggagetype/{id}
Description: updates the luggagetype entity with the appended id
Microservice: LuggageService
| /luggagetype/{id} |
Mapping URL: /airline/{id}
Description: get the airline entity with the appended id
Microservice: AirplaneService
| /airline/{id} |
Mapping URL: /flightroute/{id}
Description: delete the flightroute entity with the appended id
Microservice: AirportService
| /flightroute/{id} |
Mapping URL: /equipmenttype/{id}
Description: delete the equipmenttype entity with the appended id
Microservice: AirplaneService
| /equipmenttype/{id} |
Mapping URL: /cargobooking/{id}
Description: delete the cargobooking entity with the appended id
Microservice: EmployeeService
| /cargobooking/{id} |
Mapping URL: /passenger
Description: inserts the passenger entity
Microservice: PassengerBookingService
| /passenger |
Mapping URL: /country
Description: find all country entities
Microservice: CountryService
| /country |
Mapping URL: /city/{id}
Description: get the city entity with the appended id
Microservice: CountryService
| /city/{id} |
Mapping URL: /equipmenttype
Description: find all equipmenttype entities
Microservice: AirplaneService
| /equipmenttype |
Mapping URL: /airplanetype/airplaneproducer/{id}
Description: find the airplanetype entities of airplaneproducer with the appended id
Microservice: AirplaneService
| /airplanetype/airplaneproducer/{id} |
Mapping URL: /flight
Description: inserts the flight entity
Microservice: AirportService
| /flight |
Mapping URL: /cargo/cargotype/{id}
Description: find the cargo entities of cargotype with the appended id
Microservice: CargoService
| /cargo/cargotype/{id} |
Mapping URL: /task
Description: find all task entities
Microservice: EmployeeService
| /task |
Mapping URL: /cargotype/{id}
Description: get the cargotype entity with the appended id
Microservice: CargoService
| /cargotype/{id} |
Mapping URL: /airport/{id}
Description: delete the airport entity with the appended id
Microservice: AirportService
| /airport/{id} |
Mapping URL: /passenger
Description: find all passenger entities
Microservice: PassengerBookingService
| /passenger |
Mapping URL: /employee/airline/{id}
Description: find the employee entities of airline with the appended id
Microservice: EmployeeService
| /employee/airline/{id} |
Mapping URL: /terminal/{id}
Description: updates the terminal entity with the appended id
Microservice: AirportService
| /terminal/{id} |
Mapping URL: /airport/{id}
Description: get the airport entity with the appended id
Microservice: AirportService
| /airport/{id} |
Mapping URL: /gate/{id}
Description: updates the gate entity with the appended id
Microservice: AirportService
| /gate/{id} |
Mapping URL: /flightroute/{id}
Description: updates the flightroute entity with the appended id
Microservice: AirportService
| /flightroute/{id} |
Mapping URL: /luggage/luggagetype/{id}
Description: find the luggage entities of luggagetype with the appended id
Microservice: LuggageService
| /luggage/luggagetype/{id} |
Mapping URL: /employeetask/employee/{id}
Description: find the employeetask entities of employee with the appended id
Microservice: EmployeeService
| /employeetask/employee/{id} |
Mapping URL: /task/{id}
Description: updates the task entity with the appended id
Microservice: EmployeeService
| /task/{id} |
Mapping URL: /airplanetype/{id}
Description: get the airplanetype entity with the appended id
Microservice: AirplaneService
| /airplanetype/{id} |
Mapping URL: /luggagecheck/checker/{id}
Description: find the luggagecheck entities of checker with the appended id
Microservice: LuggageService
| /luggagecheck/checker/{id} |
Mapping URL: /cargocheck/cargo/{id}
Description: find the cargocheck entities of cargo with the appended id
Microservice: CargoService
| /cargocheck/cargo/{id} |
Mapping URL: /employee/{id}
Description: get the employee entity with the appended id
Microservice: EmployeeService
| /employee/{id} |
Mapping URL: /employeetask
Description: inserts the employeetask entity
Microservice: EmployeeService
| /employeetask |
Mapping URL: /passengerbooking/flight/{id}
Description: find the passengerbooking entities of flight with the appended id
Microservice: PassengerBookingService
| /passengerbooking/flight/{id} |
Mapping URL: /seat
Description: inserts the seat entity
Microservice: PassengerBookingService
| /seat |
Mapping URL: /task/{id}
Description: delete the task entity with the appended id
Microservice: EmployeeService
| /task/{id} |
Mapping URL: /luggagecheck/{id}
Description: get the luggagecheck entity with the appended id
Microservice: LuggageService
| /luggagecheck/{id} |
Mapping URL: /cargotype
Description: find all cargotype entities
Microservice: CargoService
| /cargotype |
Mapping URL: /luggage/{id}
Description: updates the luggage entity with the appended id
Microservice: LuggageService
| /luggage/{id} |
Mapping URL: /flight/departuregate/{id}
Description: find the flight entities of departuregate with the appended id
Microservice: AirportService
| /flight/departuregate/{id} |
Mapping URL: /airport
Description: find all airport entities
Microservice: AirportService
| /airport |
Mapping URL: /airline/{id}
Description: delete the airline entity with the appended id
Microservice: AirplaneService
| /airline/{id} |
Mapping URL: /task/{id}
Description: get the task entity with the appended id
Microservice: EmployeeService
| /task/{id} |
Mapping URL: /passengerbooking/{id}
Description: delete the passengerbooking entity with the appended id
Microservice: PassengerBookingService
| /passengerbooking/{id} |
Mapping URL: /airplaneequipment/{id}
Description: get the airplaneequipment entity with the appended id
Microservice: AirplaneService
| /airplaneequipment/{id} |
Mapping URL: /country/{id}
Description: delete the country entity with the appended id
Microservice: CountryService
| /country/{id} |
Mapping URL: /airplane/{id}
Description: get the airplane entity with the appended id
Microservice: AirplaneService
| /airplane/{id} |
Mapping URL: /cargobooking/{id}
Description: updates the cargobooking entity with the appended id
Microservice: EmployeeService
| /cargobooking/{id} |
Mapping URL: /passenger/{id}
Description: delete the passenger entity with the appended id
Microservice: PassengerBookingService
| /passenger/{id} |
Mapping URL: /passengerbooking/{id}
Description: get the passengerbooking entity with the appended id
Microservice: PassengerBookingService
| /passengerbooking/{id} |
Mapping URL: /cargobooking
Description: inserts the cargobooking entity
Microservice: EmployeeService
| /cargobooking |
Mapping URL: /luggage
Description: inserts the luggage entity
Microservice: LuggageService
| /luggage |
Mapping URL: /luggage/flightbooking/{id}
Description: find the luggage entities of flightbooking with the appended id
Microservice: LuggageService
| /luggage/flightbooking/{id} |
Mapping URL: /seat/{id}
Description: updates the seat entity with the appended id
Microservice: PassengerBookingService
| /seat/{id} |
Mapping URL: /airplane/airline/{id}
Description: find the airplane entities of airline with the appended id
Microservice: AirplaneService
| /airplane/airline/{id} |
Mapping URL: /flight/airplane/{id}
Description: find the flight entities of airplane with the appended id
Microservice: AirportService
| /flight/airplane/{id} |
Mapping URL: /flightroute
Description: inserts the flightroute entity
Microservice: AirportService
| /flightroute |
Mapping URL: /equipmenttype/{id}
Description: updates the equipmenttype entity with the appended id
Microservice: AirplaneService
| /equipmenttype/{id} |
Mapping URL: /city
Description: inserts the city entity
Microservice: CountryService
| /city |
Mapping URL: /airplaneequipment/{id}
Description: delete the airplaneequipment entity with the appended id
Microservice: AirplaneService
| /airplaneequipment/{id} |
Mapping URL: /airport/{id}
Description: updates the airport entity with the appended id
Microservice: AirportService
| /airport/{id} |
Mapping URL: /flight/{id}
Description: get the flight entity with the appended id
Microservice: AirportService
| /flight/{id} |
Mapping URL: /flight/arrivalgate/{id}
Description: find the flight entities of arrivalgate with the appended id
Microservice: AirportService
| /flight/arrivalgate/{id} |
Mapping URL: /employee/{id}
Description: delete the employee entity with the appended id
Microservice: EmployeeService
| /employee/{id} |
Mapping URL: /employee/{id}
Description: updates the employee entity with the appended id
Microservice: EmployeeService
| /employee/{id} |
Mapping URL: /luggage/{id}
Description: LuggageService
Name: findLuggageById(id)
Request Method: GET
Service Interface: /luggage/{id}
Service Entity: Luggage
Mapping URL: /passengerbooking/passenger/{id}
Description: PassengerService
Name: findAllPassengerBookingOfPassenger(id)
Request Method: GET
Service Interface: /passengerbooking/passenger/{id}
Service Entity: Passenger
Mapping URL: /airplane/airline/{id}
Description: AirlineService
Name: findAllAirplaneOfAirline(id)
Request Method: GET
Service Interface: /airplane/airline/{id}
Service Entity: Airline
Mapping URL: /city/{id}
Description: CityService
Name: deleteCityById(id)
Request Method: DELETE
Service Interface: /city/{id}
Service Entity: City
Mapping URL: /flight/airplane/{id}
Description: AirplaneService
Name: findAllFlightOfAirplane(id)
Request Method: GET
Service Interface: /flight/airplane/{id}
Service Entity: Airplane
Mapping URL: /airplaneproducer/{id}
Description: AirplaneProducerService
Name: updateAirplaneProducerById(airplaneproducer)
Request Method: PUT
Service Interface: /airplaneproducer/{id}
Service Entity: AirplaneProducer
Mapping URL: /gate/{id}
Description: GateService
Name: updateGateById(gate)
Request Method: PUT
Service Interface: /gate/{id}
Service Entity: Gate
Mapping URL: /flight/flightroute/{id}
Description: FlightRouteService
Name: findAllFlightOfFlightRoute(id)
Request Method: GET
Service Interface: /flight/flightroute/{id}
Service Entity: FlightRoute
Mapping URL: /country
Description: CountryService
Name: findAllCountry()
Request Method: GET
Service Interface: /country
Service Entity: Country
Mapping URL: /flight/{id}
Description: FlightService
Name: findFlightById(id)
Request Method: GET
Service Interface: /flight/{id}
Service Entity: Flight
Mapping URL: /passengerbooking/{id}
Description: PassengerBookingService
Name: findPassengerBookingById(id)
Request Method: GET
Service Interface: /passengerbooking/{id}
Service Entity: PassengerBooking
Mapping URL: /cargotype
Description: CargoTypeService
Name: findAllCargoType()
Request Method: GET
Service Interface: /cargotype
Service Entity: CargoType
Mapping URL: /employeetask/{id}
Description: EmployeeTaskService
Name: findEmployeeTaskById(id)
Request Method: GET
Service Interface: /employeetask/{id}
Service Entity: EmployeeTask
Mapping URL: /passengerbooking
Description: PassengerBookingService
Name: insertPassengerBooking(passengerbooking)
Request Method: POST
Service Interface: /passengerbooking
Service Entity: PassengerBooking
Mapping URL: /seatcategory/{id}
Description: SeatCategoryService
Name: updateSeatCategoryById(seatcategory)
Request Method: PUT
Service Interface: /seatcategory/{id}
Service Entity: SeatCategory
Mapping URL: /equipmenttype/{id}
Description: EquipmentTypeService
Name: updateEquipmentTypeById(equipmenttype)
Request Method: PUT
Service Interface: /equipmenttype/{id}
Service Entity: EquipmentType
Mapping URL: /cargo/{id}
Description: CargoService
Name: findCargoById(id)
Request Method: GET
Service Interface: /cargo/{id}
Service Entity: Cargo
Mapping URL: /cargotype/{id}
Description: CargoTypeService
Name: deleteCargoTypeById(id)
Request Method: DELETE
Service Interface: /cargotype/{id}
Service Entity: CargoType
Mapping URL: /airplaneproducer
Description: AirplaneProducerService
Name: findAllAirplaneProducer()
Request Method: GET
Service Interface: /airplaneproducer
Service Entity: AirplaneProducer
Mapping URL: /airline
Description: AirlineService
Name: insertAirline(airline)
Request Method: POST
Service Interface: /airline
Service Entity: Airline
Mapping URL: /cargo/cargobooking/{id}
Description: CargoBookingService
Name: findAllCargoOfCargoBooking(id)
Request Method: GET
Service Interface: /cargo/cargobooking/{id}
Service Entity: CargoBooking
Mapping URL: /employeetask/{id}
Description: EmployeeTaskService
Name: deleteEmployeeTaskById(id)
Request Method: DELETE
Service Interface: /employeetask/{id}
Service Entity: EmployeeTask
Mapping URL: /airline/{id}
Description: AirlineService
Name: deleteAirlineById(id)
Request Method: DELETE
Service Interface: /airline/{id}
Service Entity: Airline
Mapping URL: /flightroute/{id}
Description: FlightRouteService
Name: updateFlightRouteById(flightroute)
Request Method: PUT
Service Interface: /flightroute/{id}
Service Entity: FlightRoute
Mapping URL: /cargo/{id}
Description: CargoService
Name: updateCargoById(cargo)
Request Method: PUT
Service Interface: /cargo/{id}
Service Entity: Cargo
Mapping URL: /seatcategory
Description: SeatCategoryService
Name: insertSeatCategory(seatcategory)
Request Method: POST
Service Interface: /seatcategory
Service Entity: SeatCategory
Mapping URL: /airplane/{id}
Description: AirplaneService
Name: findAirplaneById(id)
Request Method: GET
Service Interface: /airplane/{id}
Service Entity: Airplane
Mapping URL: /task
Description: TaskService
Name: insertTask(task)
Request Method: POST
Service Interface: /task
Service Entity: Task
Mapping URL: /luggagecheck/luggage/{id}
Description: LuggageService
Name: findAllLuggageCheckOfLuggage(id)
Request Method: GET
Service Interface: /luggagecheck/luggage/{id}
Service Entity: Luggage
Mapping URL: /task
Description: TaskService
Name: findAllTask()
Request Method: GET
Service Interface: /task
Service Entity: Task
Mapping URL: /cargocheck
Description: CargoCheckService
Name: insertCargoCheck(cargocheck)
Request Method: POST
Service Interface: /cargocheck
Service Entity: CargoCheck
Mapping URL: /terminal/{id}
Description: TerminalService
Name: findTerminalById(id)
Request Method: GET
Service Interface: /terminal/{id}
Service Entity: Terminal
Mapping URL: /customer/{id}
Description: CustomerService
Name: findCustomerById(id)
Request Method: GET
Service Interface: /customer/{id}
Service Entity: Customer
Mapping URL: /flightroute/{id}
Description: FlightRouteService
Name: findFlightRouteById(id)
Request Method: GET
Service Interface: /flightroute/{id}
Service Entity: FlightRoute
Mapping URL: /luggagecheck
Description: LuggageCheckService
Name: insertLuggageCheck(luggagecheck)
Request Method: POST
Service Interface: /luggagecheck
Service Entity: LuggageCheck
Mapping URL: /cargobooking/flight/{id}
Description: FlightService
Name: findAllCargoBookingOfFlight(id)
Request Method: GET
Service Interface: /cargobooking/flight/{id}
Service Entity: Flight
Mapping URL: /luggagetype/{id}
Description: LuggageTypeService
Name: findLuggageTypeById(id)
Request Method: GET
Service Interface: /luggagetype/{id}
Service Entity: LuggageType
Mapping URL: /airport/{id}
Description: AirportService
Name: findAirportById(id)
Request Method: GET
Service Interface: /airport/{id}
Service Entity: Airport
Mapping URL: /luggagecheck
Description: LuggageCheckService
Name: findAllLuggageCheck()
Request Method: GET
Service Interface: /luggagecheck
Service Entity: LuggageCheck
Mapping URL: /airplanetype/{id}
Description: AirplaneTypeService
Name: findAirplaneTypeById(id)
Request Method: GET
Service Interface: /airplanetype/{id}
Service Entity: AirplaneType
Mapping URL: /luggagetype
Description: LuggageTypeService
Name: insertLuggageType(luggagetype)
Request Method: POST
Service Interface: /luggagetype
Service Entity: LuggageType
Mapping URL: /cargobooking/employee/{id}
Description: EmployeeService
Name: findAllCargoBookingOfEmployee(id)
Request Method: GET
Service Interface: /cargobooking/employee/{id}
Service Entity: Employee
Mapping URL: /customer
Description: CustomerService
Name: insertCustomer(customer)
Request Method: POST
Service Interface: /customer
Service Entity: Customer
Mapping URL: /task/{id}
Description: TaskService
Name: findTaskById(id)
Request Method: GET
Service Interface: /task/{id}
Service Entity: Task
Mapping URL: /country
Description: CountryService
Name: insertCountry(country)
Request Method: POST
Service Interface: /country
Service Entity: Country
Mapping URL: /city/{id}
Description: CityService
Name: updateCityById(city)
Request Method: PUT
Service Interface: /city/{id}
Service Entity: City
Mapping URL: /seat
Description: SeatService
Name: insertSeat(seat)
Request Method: POST
Service Interface: /seat
Service Entity: Seat
Mapping URL: /cargobooking
Description: CargoBookingService
Name: findAllCargoBooking()
Request Method: GET
Service Interface: /cargobooking
Service Entity: CargoBooking
Mapping URL: /flight/{id}
Description: FlightService
Name: deleteFlightById(id)
Request Method: DELETE
Service Interface: /flight/{id}
Service Entity: Flight
Mapping URL: /city
Description: CityService
Name: findAllCity()
Request Method: GET
Service Interface: /city
Service Entity: City
Mapping URL: /airline/{id}
Description: AirlineService
Name: updateAirlineById(airline)
Request Method: PUT
Service Interface: /airline/{id}
Service Entity: Airline
Mapping URL: /passengerbooking/{id}
Description: PassengerBookingService
Name: deletePassengerBookingById(id)
Request Method: DELETE
Service Interface: /passengerbooking/{id}
Service Entity: PassengerBooking
Mapping URL: /seat
Description: SeatService
Name: findAllSeat()
Request Method: GET
Service Interface: /seat
Service Entity: Seat
Mapping URL: /airplane/{id}
Description: AirplaneService
Name: deleteAirplaneById(id)
Request Method: DELETE
Service Interface: /airplane/{id}
Service Entity: Airplane
Mapping URL: /luggagecheck/{id}
Description: LuggageCheckService
Name: deleteLuggageCheckById(id)
Request Method: DELETE
Service Interface: /luggagecheck/{id}
Service Entity: LuggageCheck
Mapping URL: /gate
Description: GateService
Name: findAllGate()
Request Method: GET
Service Interface: /gate
Service Entity: Gate
Mapping URL: /employeetask/employee/{id}
Description: EmployeeService
Name: findAllEmployeeTaskOfEmployee(id)
Request Method: GET
Service Interface: /employeetask/employee/{id}
Service Entity: Employee
Mapping URL: /flight
Description: FlightService
Name: insertFlight(flight)
Request Method: POST
Service Interface: /flight
Service Entity: Flight
Mapping URL: /gate
Description: GateService
Name: insertGate(gate)
Request Method: POST
Service Interface: /gate
Service Entity: Gate
Mapping URL: /flightroute/{id}
Description: FlightRouteService
Name: deleteFlightRouteById(id)
Request Method: DELETE
Service Interface: /flightroute/{id}
Service Entity: FlightRoute
Mapping URL: /luggagecheck/{id}
Description: LuggageCheckService
Name: updateLuggageCheckById(luggagecheck)
Request Method: PUT
Service Interface: /luggagecheck/{id}
Service Entity: LuggageCheck
Mapping URL: /customer/{id}
Description: CustomerService
Name: updateCustomerById(customer)
Request Method: PUT
Service Interface: /customer/{id}
Service Entity: Customer
Mapping URL: /airport/{id}
Description: AirportService
Name: updateAirportById(airport)
Request Method: PUT
Service Interface: /airport/{id}
Service Entity: Airport
Mapping URL: /city/{id}
Description: CityService
Name: findCityById(id)
Request Method: GET
Service Interface: /city/{id}
Service Entity: City
Mapping URL: /gate/{id}
Description: GateService
Name: findGateById(id)
Request Method: GET
Service Interface: /gate/{id}
Service Entity: Gate
Mapping URL: /passenger/nationality/{id}
Description: CountryService
Name: findAllPassengerOfNationality(id)
Request Method: GET
Service Interface: /passenger/nationality/{id}
Service Entity: Country
Mapping URL: /airplane/{id}
Description: AirplaneService
Name: updateAirplaneById(airplane)
Request Method: PUT
Service Interface: /airplane/{id}
Service Entity: Airplane
Mapping URL: /luggage/flightbooking/{id}
Description: PassengerBookingService
Name: findAllLuggageOfFlightBooking(id)
Request Method: GET
Service Interface: /luggage/flightbooking/{id}
Service Entity: PassengerBooking
Mapping URL: /equipmenttype
Description: EquipmentTypeService
Name: insertEquipmentType(equipmenttype)
Request Method: POST
Service Interface: /equipmenttype
Service Entity: EquipmentType
Mapping URL: /airplaneproducer
Description: AirplaneProducerService
Name: insertAirplaneProducer(airplaneproducer)
Request Method: POST
Service Interface: /airplaneproducer
Service Entity: AirplaneProducer
Mapping URL: /cargobooking/{id}
Description: CargoBookingService
Name: findCargoBookingById(id)
Request Method: GET
Service Interface: /cargobooking/{id}
Service Entity: CargoBooking
Mapping URL: /employee
Description: EmployeeService
Name: insertEmployee(employee)
Request Method: POST
Service Interface: /employee
Service Entity: Employee
Mapping URL: /cargocheck/{id}
Description: CargoCheckService
Name: updateCargoCheckById(cargocheck)
Request Method: PUT
Service Interface: /cargocheck/{id}
Service Entity: CargoCheck
Mapping URL: /airport/{id}
Description: AirportService
Name: deleteAirportById(id)
Request Method: DELETE
Service Interface: /airport/{id}
Service Entity: Airport
Mapping URL: /airplaneequipment/airplane/{id}
Description: AirplaneService
Name: findAllAirplaneEquipmentOfAirplane(id)
Request Method: GET
Service Interface: /airplaneequipment/airplane/{id}
Service Entity: Airplane
Mapping URL: /employee/airline/{id}
Description: AirlineService
Name: findAllEmployeeOfAirline(id)
Request Method: GET
Service Interface: /employee/airline/{id}
Service Entity: Airline
Mapping URL: /employeetask
Description: EmployeeTaskService
Name: findAllEmployeeTask()
Request Method: GET
Service Interface: /employeetask
Service Entity: EmployeeTask
Mapping URL: /airplane
Description: AirplaneService
Name: insertAirplane(airplane)
Request Method: POST
Service Interface: /airplane
Service Entity: Airplane
Mapping URL: /flight/departuregate/{id}
Description: GateService
Name: findAllFlightOfDepartureGate(id)
Request Method: GET
Service Interface: /flight/departuregate/{id}
Service Entity: Gate
Mapping URL: /airplanetype
Description: AirplaneTypeService
Name: insertAirplaneType(airplanetype)
Request Method: POST
Service Interface: /airplanetype
Service Entity: AirplaneType
Mapping URL: /cargo/cargotype/{id}
Description: CargoTypeService
Name: findAllCargoOfCargoType(id)
Request Method: GET
Service Interface: /cargo/cargotype/{id}
Service Entity: CargoType
Mapping URL: /airplane
Description: AirplaneService
Name: findAllAirplane()
Request Method: GET
Service Interface: /airplane
Service Entity: Airplane
Mapping URL: /cargotype/{id}
Description: CargoTypeService
Name: updateCargoTypeById(cargotype)
Request Method: PUT
Service Interface: /cargotype/{id}
Service Entity: CargoType
Mapping URL: /cargocheck/cargo/{id}
Description: CargoService
Name: findAllCargoCheckOfCargo(id)
Request Method: GET
Service Interface: /cargocheck/cargo/{id}
Service Entity: Cargo
Mapping URL: /airline/{id}
Description: AirlineService
Name: findAirlineById(id)
Request Method: GET
Service Interface: /airline/{id}
Service Entity: Airline
Mapping URL: /cargobooking/{id}
Description: CargoBookingService
Name: deleteCargoBookingById(id)
Request Method: DELETE
Service Interface: /cargobooking/{id}
Service Entity: CargoBooking
Mapping URL: /task/{id}
Description: TaskService
Name: updateTaskById(task)
Request Method: PUT
Service Interface: /task/{id}
Service Entity: Task
Mapping URL: /terminal/{id}
Description: TerminalService
Name: deleteTerminalById(id)
Request Method: DELETE
Service Interface: /terminal/{id}
Service Entity: Terminal
Mapping URL: /seat/{id}
Description: SeatService
Name: deleteSeatById(id)
Request Method: DELETE
Service Interface: /seat/{id}
Service Entity: Seat
Mapping URL: /terminal/airport/{id}
Description: AirportService
Name: findAllTerminalOfAirport(id)
Request Method: GET
Service Interface: /terminal/airport/{id}
Service Entity: Airport
Mapping URL: /cargobooking
Description: CargoBookingService
Name: insertCargoBooking(cargobooking)
Request Method: POST
Service Interface: /cargobooking
Service Entity: CargoBooking
Mapping URL: /cargocheck/{id}
Description: CargoCheckService
Name: findCargoCheckById(id)
Request Method: GET
Service Interface: /cargocheck/{id}
Service Entity: CargoCheck
Mapping URL: /flightroute/destination/{id}
Description: AirportService
Name: findAllFlightRouteOfDestination(id)
Request Method: GET
Service Interface: /flightroute/destination/{id}
Service Entity: Airport
Mapping URL: /cargotype
Description: CargoTypeService
Name: insertCargoType(cargotype)
Request Method: POST
Service Interface: /cargotype
Service Entity: CargoType
Mapping URL: /terminal/{id}
Description: TerminalService
Name: updateTerminalById(terminal)
Request Method: PUT
Service Interface: /terminal/{id}
Service Entity: Terminal
Mapping URL: /airplane/airplanetype/{id}
Description: AirplaneTypeService
Name: findAllAirplaneOfAirplaneType(id)
Request Method: GET
Service Interface: /airplane/airplanetype/{id}
Service Entity: AirplaneType
Mapping URL: /gate/terminal/{id}
Description: TerminalService
Name: findAllGateOfTerminal(id)
Request Method: GET
Service Interface: /gate/terminal/{id}
Service Entity: Terminal
Mapping URL: /seat/seatcategory/{id}
Description: SeatCategoryService
Name: findAllSeatOfSeatCategory(id)
Request Method: GET
Service Interface: /seat/seatcategory/{id}
Service Entity: SeatCategory
Mapping URL: /flightroute/source/{id}
Description: AirportService
Name: findAllFlightRouteOfSource(id)
Request Method: GET
Service Interface: /flightroute/source/{id}
Service Entity: Airport
Mapping URL: /airplaneequipment
Description: AirplaneEquipmentService
Name: findAllAirplaneEquipment()
Request Method: GET
Service Interface: /airplaneequipment
Service Entity: AirplaneEquipment
Mapping URL: /airport/city/{id}
Description: CityService
Name: findAllAirportOfCity(id)
Request Method: GET
Service Interface: /airport/city/{id}
Service Entity: City
Mapping URL: /cargocheck/{id}
Description: CargoCheckService
Name: deleteCargoCheckById(id)
Request Method: DELETE
Service Interface: /cargocheck/{id}
Service Entity: CargoCheck
Mapping URL: /seatcategory/{id}
Description: SeatCategoryService
Name: findSeatCategoryById(id)
Request Method: GET
Service Interface: /seatcategory/{id}
Service Entity: SeatCategory
Mapping URL: /airplanetype/airplaneproducer/{id}
Description: AirplaneProducerService
Name: findAllAirplaneTypeOfAirplaneProducer(id)
Request Method: GET
Service Interface: /airplanetype/airplaneproducer/{id}
Service Entity: AirplaneProducer
Mapping URL: /city
Description: CityService
Name: insertCity(city)
Request Method: POST
Service Interface: /city
Service Entity: City
Mapping URL: /flight
Description: FlightService
Name: findAllFlight()
Request Method: GET
Service Interface: /flight
Service Entity: Flight
Mapping URL: /cargobooking/{id}
Description: CargoBookingService
Name: updateCargoBookingById(cargobooking)
Request Method: PUT
Service Interface: /cargobooking/{id}
Service Entity: CargoBooking
Mapping URL: /airplaneequipment/{id}
Description: AirplaneEquipmentService
Name: findAirplaneEquipmentById(id)
Request Method: GET
Service Interface: /airplaneequipment/{id}
Service Entity: AirplaneEquipment
Mapping URL: /city/country/{id}
Description: CountryService
Name: findAllCityOfCountry(id)
Request Method: GET
Service Interface: /city/country/{id}
Service Entity: Country
Mapping URL: /employeetask/{id}
Description: EmployeeTaskService
Name: updateEmployeeTaskById(employeetask)
Request Method: PUT
Service Interface: /employeetask/{id}
Service Entity: EmployeeTask
Mapping URL: /seatcategory
Description: SeatCategoryService
Name: findAllSeatCategory()
Request Method: GET
Service Interface: /seatcategory
Service Entity: SeatCategory
Mapping URL: /passenger/{id}
Description: PassengerService
Name: findPassengerById(id)
Request Method: GET
Service Interface: /passenger/{id}
Service Entity: Passenger
Mapping URL: /employee/{id}
Description: EmployeeService
Name: findEmployeeById(id)
Request Method: GET
Service Interface: /employee/{id}
Service Entity: Employee
Mapping URL: /passenger/{id}
Description: PassengerService
Name: updatePassengerById(passenger)
Request Method: PUT
Service Interface: /passenger/{id}
Service Entity: Passenger
Mapping URL: /task/{id}
Description: TaskService
Name: deleteTaskById(id)
Request Method: DELETE
Service Interface: /task/{id}
Service Entity: Task
Mapping URL: /cargo
Description: CargoService
Name: insertCargo(cargo)
Request Method: POST
Service Interface: /cargo
Service Entity: Cargo
Mapping URL: /seat/airplane/{id}
Description: AirplaneService
Name: findAllSeatOfAirplane(id)
Request Method: GET
Service Interface: /seat/airplane/{id}
Service Entity: Airplane
Mapping URL: /equipmenttype/{id}
Description: EquipmentTypeService
Name: findEquipmentTypeById(id)
Request Method: GET
Service Interface: /equipmenttype/{id}
Service Entity: EquipmentType
Mapping URL: /country/{id}
Description: CountryService
Name: updateCountryById(country)
Request Method: PUT
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /luggage
Description: LuggageService
Name: insertLuggage(luggage)
Request Method: POST
Service Interface: /luggage
Service Entity: Luggage
Mapping URL: /country/{id}
Description: CountryService
Name: deleteCountryById(id)
Request Method: DELETE
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /flight/{id}
Description: FlightService
Name: updateFlightById(flight)
Request Method: PUT
Service Interface: /flight/{id}
Service Entity: Flight
Mapping URL: /flight/arrivalgate/{id}
Description: GateService
Name: findAllFlightOfArrivalGate(id)
Request Method: GET
Service Interface: /flight/arrivalgate/{id}
Service Entity: Gate
Mapping URL: /airplanetype/{id}
Description: AirplaneTypeService
Name: updateAirplaneTypeById(airplanetype)
Request Method: PUT
Service Interface: /airplanetype/{id}
Service Entity: AirplaneType
Mapping URL: /luggagetype
Description: LuggageTypeService
Name: findAllLuggageType()
Request Method: GET
Service Interface: /luggagetype
Service Entity: LuggageType
Mapping URL: /airplaneequipment/equipmenttype/{id}
Description: EquipmentTypeService
Name: findAllAirplaneEquipmentOfEquipmentType(id)
Request Method: GET
Service Interface: /airplaneequipment/equipmenttype/{id}
Service Entity: EquipmentType
Mapping URL: /airport
Description: AirportService
Name: insertAirport(airport)
Request Method: POST
Service Interface: /airport
Service Entity: Airport
Mapping URL: /passengerbooking/flight/{id}
Description: FlightService
Name: findAllPassengerBookingOfFlight(id)
Request Method: GET
Service Interface: /passengerbooking/flight/{id}
Service Entity: Flight
Mapping URL: /luggage/{id}
Description: LuggageService
Name: deleteLuggageById(id)
Request Method: DELETE
Service Interface: /luggage/{id}
Service Entity: Luggage
Mapping URL: /passenger
Description: PassengerService
Name: findAllPassenger()
Request Method: GET
Service Interface: /passenger
Service Entity: Passenger
Mapping URL: /customer
Description: CustomerService
Name: findAllCustomer()
Request Method: GET
Service Interface: /customer
Service Entity: Customer
Mapping URL: /passengerbooking/seat/{id}
Description: SeatService
Name: findAllPassengerBookingOfSeat(id)
Request Method: GET
Service Interface: /passengerbooking/seat/{id}
Service Entity: Seat
Mapping URL: /flightroute
Description: FlightRouteService
Name: findAllFlightRoute()
Request Method: GET
Service Interface: /flightroute
Service Entity: FlightRoute
Mapping URL: /cargocheck/checker/{id}
Description: EmployeeService
Name: findAllCargoCheckOfChecker(id)
Request Method: GET
Service Interface: /cargocheck/checker/{id}
Service Entity: Employee
Mapping URL: /luggage/luggagetype/{id}
Description: LuggageTypeService
Name: findAllLuggageOfLuggageType(id)
Request Method: GET
Service Interface: /luggage/luggagetype/{id}
Service Entity: LuggageType
Mapping URL: /luggage
Description: LuggageService
Name: findAllLuggage()
Request Method: GET
Service Interface: /luggage
Service Entity: Luggage
Mapping URL: /employee
Description: EmployeeService
Name: findAllEmployee()
Request Method: GET
Service Interface: /employee
Service Entity: Employee
Mapping URL: /airplaneproducer/{id}
Description: AirplaneProducerService
Name: deleteAirplaneProducerById(id)
Request Method: DELETE
Service Interface: /airplaneproducer/{id}
Service Entity: AirplaneProducer
Mapping URL: /airline
Description: AirlineService
Name: findAllAirline()
Request Method: GET
Service Interface: /airline
Service Entity: Airline
Mapping URL: /airport
Description: AirportService
Name: findAllAirport()
Request Method: GET
Service Interface: /airport
Service Entity: Airport
Mapping URL: /terminal
Description: TerminalService
Name: findAllTerminal()
Request Method: GET
Service Interface: /terminal
Service Entity: Terminal
Mapping URL: /flightroute
Description: FlightRouteService
Name: insertFlightRoute(flightroute)
Request Method: POST
Service Interface: /flightroute
Service Entity: FlightRoute
Mapping URL: /passenger
Description: PassengerService
Name: insertPassenger(passenger)
Request Method: POST
Service Interface: /passenger
Service Entity: Passenger
Mapping URL: /cargotype/{id}
Description: CargoTypeService
Name: findCargoTypeById(id)
Request Method: GET
Service Interface: /cargotype/{id}
Service Entity: CargoType
Mapping URL: /airplaneproducer/{id}
Description: AirplaneProducerService
Name: findAirplaneProducerById(id)
Request Method: GET
Service Interface: /airplaneproducer/{id}
Service Entity: AirplaneProducer
Mapping URL: /cargo
Description: CargoService
Name: findAllCargo()
Request Method: GET
Service Interface: /cargo
Service Entity: Cargo
Mapping URL: /seatcategory/{id}
Description: SeatCategoryService
Name: deleteSeatCategoryById(id)
Request Method: DELETE
Service Interface: /seatcategory/{id}
Service Entity: SeatCategory
Mapping URL: /country/{id}
Description: CountryService
Name: findCountryById(id)
Request Method: GET
Service Interface: /country/{id}
Service Entity: Country
Mapping URL: /employeetask
Description: EmployeeTaskService
Name: insertEmployeeTask(employeetask)
Request Method: POST
Service Interface: /employeetask
Service Entity: EmployeeTask
Mapping URL: /gate/{id}
Description: GateService
Name: deleteGateById(id)
Request Method: DELETE
Service Interface: /gate/{id}
Service Entity: Gate
Mapping URL: /passenger/{id}
Description: PassengerService
Name: deletePassengerById(id)
Request Method: DELETE
Service Interface: /passenger/{id}
Service Entity: Passenger
Mapping URL: /terminal
Description: TerminalService
Name: insertTerminal(terminal)
Request Method: POST
Service Interface: /terminal
Service Entity: Terminal
Mapping URL: /airplanetype/{id}
Description: AirplaneTypeService
Name: deleteAirplaneTypeById(id)
Request Method: DELETE
Service Interface: /airplanetype/{id}
Service Entity: AirplaneType
Mapping URL: /luggagecheck/{id}
Description: LuggageCheckService
Name: findLuggageCheckById(id)
Request Method: GET
Service Interface: /luggagecheck/{id}
Service Entity: LuggageCheck
Mapping URL: /passengerbooking/{id}
Description: PassengerBookingService
Name: updatePassengerBookingById(passengerbooking)
Request Method: PUT
Service Interface: /passengerbooking/{id}
Service Entity: PassengerBooking
Mapping URL: /cargocheck
Description: CargoCheckService
Name: findAllCargoCheck()
Request Method: GET
Service Interface: /cargocheck
Service Entity: CargoCheck
Mapping URL: /cargobooking/customer/{id}
Description: CustomerService
Name: findAllCargoBookingOfCustomer(id)
Request Method: GET
Service Interface: /cargobooking/customer/{id}
Service Entity: Customer
Mapping URL: /airplaneequipment/{id}
Description: AirplaneEquipmentService
Name: deleteAirplaneEquipmentById(id)
Request Method: DELETE
Service Interface: /airplaneequipment/{id}
Service Entity: AirplaneEquipment
Mapping URL: /equipmenttype/{id}
Description: EquipmentTypeService
Name: deleteEquipmentTypeById(id)
Request Method: DELETE
Service Interface: /equipmenttype/{id}
Service Entity: EquipmentType
Mapping URL: /airplanetype
Description: AirplaneTypeService
Name: findAllAirplaneType()
Request Method: GET
Service Interface: /airplanetype
Service Entity: AirplaneType
Mapping URL: /airplaneequipment/{id}
Description: AirplaneEquipmentService
Name: updateAirplaneEquipmentById(airplaneequipment)
Request Method: PUT
Service Interface: /airplaneequipment/{id}
Service Entity: AirplaneEquipment
Mapping URL: /seat/{id}
Description: SeatService
Name: updateSeatById(seat)
Request Method: PUT
Service Interface: /seat/{id}
Service Entity: Seat
Mapping URL: /luggagetype/{id}
Description: LuggageTypeService
Name: updateLuggageTypeById(luggagetype)
Request Method: PUT
Service Interface: /luggagetype/{id}
Service Entity: LuggageType
Mapping URL: /luggage/{id}
Description: LuggageService
Name: updateLuggageById(luggage)
Request Method: PUT
Service Interface: /luggage/{id}
Service Entity: Luggage
Mapping URL: /customer/{id}
Description: CustomerService
Name: deleteCustomerById(id)
Request Method: DELETE
Service Interface: /customer/{id}
Service Entity: Customer
Mapping URL: /luggagecheck/checker/{id}
Description: EmployeeService
Name: findAllLuggageCheckOfChecker(id)
Request Method: GET
Service Interface: /luggagecheck/checker/{id}
Service Entity: Employee
Mapping URL: /airplaneequipment
Description: AirplaneEquipmentService
Name: insertAirplaneEquipment(airplaneequipment)
Request Method: POST
Service Interface: /airplaneequipment
Service Entity: AirplaneEquipment
Mapping URL: /luggagetype/{id}
Description: LuggageTypeService
Name: deleteLuggageTypeById(id)
Request Method: DELETE
Service Interface: /luggagetype/{id}
Service Entity: LuggageType
Mapping URL: /employeetask/task/{id}
Description: TaskService
Name: findAllEmployeeTaskOfTask(id)
Request Method: GET
Service Interface: /employeetask/task/{id}
Service Entity: Task
Mapping URL: /cargo/{id}
Description: CargoService
Name: deleteCargoById(id)
Request Method: DELETE
Service Interface: /cargo/{id}
Service Entity: Cargo
Mapping URL: /seat/{id}
Description: SeatService
Name: findSeatById(id)
Request Method: GET
Service Interface: /seat/{id}
Service Entity: Seat
Mapping URL: /equipmenttype
Description: EquipmentTypeService
Name: findAllEquipmentType()
Request Method: GET
Service Interface: /equipmenttype
Service Entity: EquipmentType
Mapping URL: /passengerbooking
Description: PassengerBookingService
Name: findAllPassengerBooking()
Request Method: GET
Service Interface: /passengerbooking
Service Entity: PassengerBooking
Mapping URL: /employee/{id}
Description: EmployeeService
Name: deleteEmployeeById(id)
Request Method: DELETE
Service Interface: /employee/{id}
Service Entity: Employee
Mapping URL: /employee/{id}
Description: EmployeeService
Name: updateEmployeeById(employee)
Request Method: PUT
Service Interface: /employee/{id}
Service Entity: Employee
Microservice: AirplaneService
Build Name: b23
Readme:
Microservice: PassengerBookingService
Build Name: b23
Readme:
Microservice: EmployeeService
Build Name: b23
Readme:
Microservice: LuggageService
Build Name: b23
Readme:
Microservice: CountryService
Build Name: b23
Readme:
Microservice: CargoService
Build Name: b23
Readme:
Microservice: AirportService
Build Name: b23
Readme: