Overview

Summary

ContactDonateImprint


Appendix E-33: LOCATION COUNTRY (UI prompt)


LocationCountryLocationCityModuleBookingCom

Properties (2)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGLocationCountry
(2) NameSTRINGLocationCountry


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /locationcountry/{id}updateLocationCountryById(locationcountry)LocationCityModulePUTLocationCountry
(2) /flightpassenger/nationalitycountry/{id}findAllFlightPassengerOfNationalityCountry(id)LocationCityModuleGETLocationCountry FlightPassenger
(3) /locationcity/locationcountry/{id}findAllLocationCityOfLocationCountry(id)LocationCityModuleGETLocationCountry LocationCity
(4) /locationcountryinsertLocationCountry(locationcountry)LocationCityModulePOSTLocationCountry
(5) /locationcountryfindAllLocationCountry()LocationCityModuleGETLocationCountry
(6) /locationcountry/{id}findLocationCountryById(id)LocationCityModuleGETLocationCountry
(7) /locationcountry/{id}deleteLocationCountryById(id)LocationCityModuleDELETELocationCountry
(8) /locationregion/locationcountry/{id}findAllLocationRegionOfLocationCountry(id)LocationCityModuleGETLocationCountry LocationRegion
(9) /property/locationcountry/{id}findAllPropertyOfLocationCountry(id)PropertyModuleGETLocationCountry Property





Example:

final LocationCountry locationcountry = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + id, LocationCountry.class);
if (locationcountry != null) {
}
return locationcountry;


Overview

Summary

ContactDonateImprint