Overview

Summary

ContactDonateImprint


Appendix E-12: COUNTRY (UI prompt)


CountryCountryModuleSpotify

Properties (3)

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


Module Interfaces (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /companyentity/country/{id}findAllCompanyEntityOfCountry(id)CompanyEntityModuleGETCountry CompanyEntity
(2) /office/country/{id}findAllOfficeOfCountry(id)CompanyEntityModuleGETCountry Office
(3) /podcast/country/{id}findAllPodcastOfCountry(id)CompanyEntityModuleGETCountry Podcast
(4) /label/country/{id}findAllLabelOfCountry(id)CountryModuleGETCountry Label
(5) /countryfindAllCountry()CountryModuleGETCountry
(6) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(7) /investor/country/{id}findAllInvestorOfCountry(id)CountryModuleGETCountry Investor
(8) /hardwareproduct/country/{id}findAllHardwareProductOfCountry(id)CountryModuleGETCountry HardwareProduct
(9) /country/{id}updateCountryById(country)CountryModulePUTCountry
(10) /countryinsertCountry(country)CountryModulePOSTCountry
(11) /country/{id}findCountryById(id)CountryModuleGETCountry
(12) /countryregion/country/{id}findAllCountryRegionOfCountry(id)MarketRegionModuleGETCountry CountryRegion
(13) /telcopartnership/country/{id}findAllTelcoPartnershipOfCountry(id)PartnerCompanyModuleGETCountry TelcoPartnership
(14) /partnercompany/country/{id}findAllPartnerCompanyOfCountry(id)PartnerCompanyModuleGETCountry PartnerCompany
(15) /artist/country/{id}findAllArtistOfCountry(id)TrackModuleGETCountry Artist
(16) /streamevent/country/{id}findAllStreamEventOfCountry(id)TrackModuleGETCountry StreamEvent
(17) /useraccount/country/{id}findAllUserAccountOfCountry(id)UserAccountModuleGETCountry UserAccount





Example:

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


Overview

Summary

ContactDonateImprint