Overview

Summary

ContactDonateImprint


Appendix E-29: COUNTRY (UI prompt)


CountryCountryModuleNetflix

Properties (4)

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


Module Interfaces (16)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /regulatoryevent/country/{id}findAllRegulatoryEventOfCountry(id)CompanyModuleGETCountry RegulatoryEvent
(2) /contentavailability/country/{id}findAllContentAvailabilityOfCountry(id)ContentTitleModuleGETCountry ContentAvailability
(3) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(4) /country/{id}updateCountryById(country)CountryModulePUTCountry
(5) /investment/country/{id}findAllInvestmentOfCountry(id)CountryModuleGETCountry Investment
(6) /internetserviceprovider/country/{id}findAllInternetServiceProviderOfCountry(id)CountryModuleGETCountry InternetServiceProvider
(7) /productioncompany/country/{id}findAllProductionCompanyOfCountry(id)CountryModuleGETCountry ProductionCompany
(8) /country/{id}findCountryById(id)CountryModuleGETCountry
(9) /headquarters/country/{id}findAllHeadquartersOfCountry(id)CountryModuleGETCountry Headquarters
(10) /countryfindAllCountry()CountryModuleGETCountry
(11) /countryinsertCountry(country)CountryModulePOSTCountry
(12) /prizeteam/country/{id}findAllPrizeTeamOfCountry(id)RecommendationAlgorithmModuleGETCountry PrizeTeam
(13) /trafficstatistic/country/{id}findAllTrafficStatisticOfCountry(id)ModuleGETCountry TrafficStatistic
(14) /regulatoryrestriction/country/{id}findAllRegulatoryRestrictionOfCountry(id)ModuleGETCountry RegulatoryRestriction
(15) /marketpresence/country/{id}findAllMarketPresenceOfCountry(id)ModuleGETCountry MarketPresence
(16) /useraccount/country/{id}findAllUserAccountOfCountry(id)UserProfileModuleGETCountry UserAccount





Example:

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


Overview

Summary

ContactDonateImprint