Overview

Summary

ContactDonateImprint


Appendix E-20: COUNTRY (UI prompt)


CountryTitleModuleAmazonPrimeVideo

Properties (5)

PropertyTypeEntityReferenceModule
(1) IsoCode2STRINGCountry
(2) IsoCode3STRINGCountry
(3) NameSTRINGCountry
(4) RegionSTRINGCountry
(5) SubregionSTRINGCountry


Module Interfaces (14)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /sportsevent/country/{id}findAllSportsEventOfCountry(id)ChannelModuleGETCountry SportsEvent
(2) /contentavailability/country/{id}findAllContentAvailabilityOfCountry(id)CompanyModuleGETCountry ContentAvailability
(3) /person/birthcountry/{id}findAllPersonOfBirthCountry(id)PersonModuleGETCountry Person
(4) /ratingsystem/country/{id}findAllRatingSystemOfCountry(id)ProductionCompanyModuleGETCountry RatingSystem
(5) /productioncompany/country/{id}findAllProductionCompanyOfCountry(id)ProductionCompanyModuleGETCountry ProductionCompany
(6) /territoryavailability/country/{id}findAllTerritoryAvailabilityOfCountry(id)ModuleGETCountry TerritoryAvailability
(7) /country/{id}updateCountryById(country)TitleModulePUTCountry
(8) /countryfindAllCountry()TitleModuleGETCountry
(9) /title/productioncountry/{id}findAllTitleOfProductionCountry(id)TitleModuleGETCountry Title
(10) /countryinsertCountry(country)TitleModulePOSTCountry
(11) /country/{id}deleteCountryById(id)TitleModuleDELETECountry
(12) /country/{id}findCountryById(id)TitleModuleGETCountry
(13) /paymentmethod/billingcountry/{id}findAllPaymentMethodOfBillingCountry(id)UserModuleGETCountry PaymentMethod
(14) /user/country/{id}findAllUserOfCountry(id)UserModuleGETCountry User





Example:

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


Overview

Summary

ContactDonateImprint