Overview

Summary

ContactDonateImprint


Appendix E-12: TIME ZONE (UI prompt)


TimeZoneAdvertisementModuleFlightRadar

Properties (3)

PropertyTypeEntityReferenceModule
(1) DisplayNameSTRINGTimeZone
(2) IdentifierSTRINGTimeZone
(3) UtcOffsetMinutesINTTimeZone


Module Interfaces (5)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /timezone/{id}deleteTimeZoneById(id)AdvertisementModuleDELETETimeZone
(2) /timezone/{id}updateTimeZoneById(timezone)AdvertisementModulePUTTimeZone
(3) /timezone/{id}findTimeZoneById(id)AdvertisementModuleGETTimeZone
(4) /timezoneinsertTimeZone(timezone)AdvertisementModulePOSTTimeZone
(5) /timezonefindAllTimeZone()AdvertisementModuleGETTimeZone





Example:

final TimeZone timezone = (TimeZone) invokeModule(ADVERTISEMENT_MODULE + "/timezone/" + id, TimeZone.class);
if (timezone != null) {
}
return timezone;


Overview

Summary

ContactDonateImprint