Overview

Summary

ContactDonateImprint


Appendix E-11: COUNTRY (UI prompt)


CountryWeatherLayerModuleFlightRadar

Properties (3)

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


Module Interfaces (5)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /countryfindAllCountry()WeatherLayerModuleGETCountry
(2) /country/{id}deleteCountryById(id)WeatherLayerModuleDELETECountry
(3) /country/{id}findCountryById(id)WeatherLayerModuleGETCountry
(4) /country/{id}updateCountryById(country)WeatherLayerModulePUTCountry
(5) /countryinsertCountry(country)WeatherLayerModulePOSTCountry





Example:

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


Overview

Summary

ContactDonateImprint