Overview

Summary

ContactDonateImprint


Appendix E-16: COUNTRY (UI prompt)


CountryCityModuleUber

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /country/{id}findCountryById(id)CityModuleGETCountry
(2) /countryfindAllCountry()CityModuleGETCountry
(3) /city/country/{id}findAllCityOfCountry(id)CityModuleGETCountry City
(4) /lawsuit/jurisdictioncountry/{id}findAllLawsuitOfJurisdictionCountry(id)CityModuleGETCountry Lawsuit
(5) /countryinsertCountry(country)CityModulePOSTCountry
(6) /country/{id}deleteCountryById(id)CityModuleDELETECountry
(7) /country/{id}updateCountryById(country)CityModulePUTCountry
(8) /serviceregion/country/{id}findAllServiceRegionOfCountry(id)CompanyModuleGETCountry ServiceRegion
(9) /regulatoryaction/country/{id}findAllRegulatoryActionOfCountry(id)CompanyModuleGETCountry RegulatoryAction





Example:

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


Overview

Summary

ContactDonateImprint