Overview

Summary

ContactDonateImprint


Appendix E-27: GEOGRAPHICAL AREA (UI prompt)


GeographicalAreaGeographicalAreaModuleMarineTraffic

Properties (7)

PropertyTypeEntityReferenceModule
(1) AreaTypeSTRINGGeographicalArea
(2) CodeSTRINGGeographicalArea
(3) CreatedByUserLONGGeographicalArea
(4) DescriptionSTRINGGeographicalArea
(5) GeometryWktSTRINGGeographicalArea
(6) NameSTRINGGeographicalArea
(7) ParentAreaLONGGeographicalArea


Module Interfaces (8)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /geographicalarea/{id}findGeographicalAreaById(id)GeographicalAreaModuleGETGeographicalArea
(2) /geographicalareainsertGeographicalArea(geographicalarea)GeographicalAreaModulePOSTGeographicalArea
(3) /geographicalarea/{id}deleteGeographicalAreaById(id)GeographicalAreaModuleDELETEGeographicalArea
(4) /geographicalarea/{id}updateGeographicalAreaById(geographicalarea)GeographicalAreaModulePUTGeographicalArea
(5) /geographicalareafindAllGeographicalArea()GeographicalAreaModuleGETGeographicalArea
(6) /alertevent/geographicalarea/{id}findAllAlertEventOfGeographicalArea(id)PortModuleGETGeographicalArea AlertEvent
(7) /alertrule/geographicalarea/{id}findAllAlertRuleOfGeographicalArea(id)PortModuleGETGeographicalArea AlertRule
(8) /positionreport/geographicalarea/{id}findAllPositionReportOfGeographicalArea(id)VesselModuleGETGeographicalArea PositionReport





Example:

final GeographicalArea geographicalarea = (GeographicalArea) invokeModule(GEOGRAPHICAL_AREA_MODULE + "/geographicalarea/" + id, GeographicalArea.class);
if (geographicalarea != null) {
}
return geographicalarea;


Overview

Summary

ContactDonateImprint