Overview

Summary

ContactDonateImprint


Appendix E-15: COUNTRY (UI prompt)


CountryCountryModuleWaymo

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /servicearea/country/{id}findAllServiceAreaOfCountry(id)CountryModuleGETCountry ServiceArea
(2) /serviceexpansionplan/targetcountry/{id}findAllServiceExpansionPlanOfTargetCountry(id)CountryModuleGETCountry ServiceExpansionPlan
(3) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(4) /stateprovince/country/{id}findAllStateProvinceOfCountry(id)CountryModuleGETCountry StateProvince
(5) /country/{id}findCountryById(id)CountryModuleGETCountry
(6) /country/{id}updateCountryById(country)CountryModulePUTCountry
(7) /countryinsertCountry(country)CountryModulePOSTCountry
(8) /countryfindAllCountry()CountryModuleGETCountry
(9) /remoteassistanceoperation/country/{id}findAllRemoteAssistanceOperationOfCountry(id)CountryModuleGETCountry RemoteAssistanceOperation





Example:

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


Overview

Summary

ContactDonateImprint