Overview

Summary

ContactDonateImprint


Appendix E-3: WEATHER LAYER (UI prompt)


WeatherLayerWeatherLayerModuleFlightRadar

Properties (4)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGWeatherLayer
(2) EnabledForPlansSTRINGWeatherLayer
(3) LayerTypeSTRINGWeatherLayer
(4) NameSTRINGWeatherLayer


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /mapviewweatherlayer/weatherlayer/{id}findAllMapViewWeatherLayerOfWeatherLayer(id)UserAccountModuleGETWeatherLayer MapViewWeatherLayer
(2) /weatherlayer/{id}deleteWeatherLayerById(id)WeatherLayerModuleDELETEWeatherLayer
(3) /weatherlayerinsertWeatherLayer(weatherlayer)WeatherLayerModulePOSTWeatherLayer
(4) /weatherlayerfindAllWeatherLayer()WeatherLayerModuleGETWeatherLayer
(5) /weatherlayer/{id}updateWeatherLayerById(weatherlayer)WeatherLayerModulePUTWeatherLayer
(6) /weatherlayer/{id}findWeatherLayerById(id)WeatherLayerModuleGETWeatherLayer





Example:

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


Overview

Summary

ContactDonateImprint