Overview

Summary

ContactDonateImprint


Appendix E-15: COUNTRY (UI prompt)


CountryCountryModuleLoons

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry


Module Interfaces (10)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /country/{id}updateCountryById(country)CountryModulePUTCountry
(2) /countryinsertCountry(country)CountryModulePOSTCountry
(3) /countryfindAllCountry()CountryModuleGETCountry
(4) /country/{id}findCountryById(id)CountryModuleGETCountry
(5) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(6) /regulatoryauthority/country/{id}findAllRegulatoryAuthorityOfCountry(id)CountryModuleGETCountry RegulatoryAuthority
(7) /servicearea/country/{id}findAllServiceAreaOfCountry(id)RegionModuleGETCountry ServiceArea
(8) /region/country/{id}findAllRegionOfCountry(id)RegionModuleGETCountry Region
(9) /partnerorganization/country/{id}findAllPartnerOrganizationOfCountry(id)ModuleGETCountry PartnerOrganization
(10) /disasterevent/country/{id}findAllDisasterEventOfCountry(id)WindLayerModuleGETCountry DisasterEvent





Example:

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


Overview

Summary

ContactDonateImprint