Overview

Summary

ContactDonateImprint


Appendix E-15: FLIGHT CARRIER (UI prompt)


FlightCarrierAirportModuleBookingCom

Properties (2)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGFlightCarrier
(2) NameSTRINGFlightCarrier


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /flightcarrierinsertFlightCarrier(flightcarrier)AirportModulePOSTFlightCarrier
(2) /flightcarrier/{id}findFlightCarrierById(id)AirportModuleGETFlightCarrier
(3) /flightcarrier/{id}updateFlightCarrierById(flightcarrier)AirportModulePUTFlightCarrier
(4) /flightcarrierfindAllFlightCarrier()AirportModuleGETFlightCarrier
(5) /flightcarrier/{id}deleteFlightCarrierById(id)AirportModuleDELETEFlightCarrier
(6) /flight/flightcarrier/{id}findAllFlightOfFlightCarrier(id)AirportModuleGETFlightCarrier Flight





Example:

final FlightCarrier flightcarrier = (FlightCarrier) invokeModule(AIRPORT_MODULE + "/flightcarrier/" + id, FlightCarrier.class);
if (flightcarrier != null) {
}
return flightcarrier;


Overview

Summary

ContactDonateImprint