Overview

Summary

ServicesContactDonateAboutImprint


Appendix E-3: COUNTRY (UI prompt)


CountryCountryModuleAirbnb

Properties (3)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry
(3) RegionSTRINGCountry


Module Interfaces (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /office/country/{id}findAllOfficeOfCountry(id)CompanyModuleGETCountry Office
(2) /company/country/{id}findAllCompanyOfCountry(id)CompanyModuleGETCountry Company
(3) /countryfindAllCountry()CountryModuleGETCountry
(4) /countryinsertCountry(country)CountryModulePOSTCountry
(5) /advocacygroup/country/{id}findAllAdvocacyGroupOfCountry(id)CountryModuleGETCountry AdvocacyGroup
(6) /market/country/{id}findAllMarketOfCountry(id)CountryModuleGETCountry Market
(7) /country/{id}findCountryById(id)CountryModuleGETCountry
(8) /acquisition/country/{id}findAllAcquisitionOfCountry(id)CountryModuleGETCountry Acquisition
(9) /dataprocessingpartner/country/{id}findAllDataProcessingPartnerOfCountry(id)CountryModuleGETCountry DataProcessingPartner
(10) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(11) /investor/country/{id}findAllInvestorOfCountry(id)CountryModuleGETCountry Investor
(12) /country/{id}updateCountryById(country)CountryModulePUTCountry
(13) /jurisdiction/country/{id}findAllJurisdictionOfCountry(id)JurisdictionModuleGETCountry Jurisdiction
(14) /city/country/{id}findAllCityOfCountry(id)ListingModuleGETCountry City
(15) /listing/country/{id}findAllListingOfCountry(id)ListingModuleGETCountry Listing
(16) /homesharingclub/country/{id}findAllHomeSharingClubOfCountry(id)ListingModuleGETCountry HomeSharingClub
(17) /platformuser/country/{id}findAllPlatformUserOfCountry(id)PlatformUserModuleGETCountry PlatformUser





Example:

final Country country = (Country) invokeModule(COUNTRY_MODULE + "/country/" + id, Country.class);
if (country != null) {
}
return country;


Overview

Summary

ServicesContactDonateAboutImprint