| Contact | Donate | Imprint |
| AlertEvent | PortModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) AlertRule | LONG | AlertEvent | AlertRule | PortModule |
| (2) EventDescription | STRING | AlertEvent | ||
| (3) GeographicalArea | LONG | AlertEvent | GeographicalArea | GeographicalAreaModule |
| (4) Port | LONG | AlertEvent | Port | PortModule |
| (5) PositionReport | LONG | AlertEvent | PositionReport | VesselModule |
| (6) TriggeredUtc | DATE | AlertEvent | ||
| (7) Vessel | LONG | AlertEvent | Vessel | VesselModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /notification/alertevent/{id} | findAllNotificationOfAlertEvent(id) | FleetModule | GET | AlertEvent Notification |
| (2) /alertevent/{id} | deleteAlertEventById(id) | PortModule | DELETE | AlertEvent |
| (3) /alertevent/port/{id} | findAllAlertEventOfPort(id) | PortModule | GET | Port AlertEvent |
| (4) /alertevent/{id} | findAlertEventById(id) | PortModule | GET | AlertEvent |
| (5) /alertevent/geographicalarea/{id} | findAllAlertEventOfGeographicalArea(id) | PortModule | GET | GeographicalArea AlertEvent |
| (6) /alertevent | insertAlertEvent(alertevent) | PortModule | POST | AlertEvent |
| (7) /alertevent | findAllAlertEvent() | PortModule | GET | AlertEvent |
| (8) /alertevent/positionreport/{id} | findAllAlertEventOfPositionReport(id) | PortModule | GET | PositionReport AlertEvent |
| (9) /alertevent/alertrule/{id} | findAllAlertEventOfAlertRule(id) | PortModule | GET | AlertRule AlertEvent |
| (10) /alertevent/{id} | updateAlertEventById(alertevent) | PortModule | PUT | AlertEvent |
| (11) /alertevent/vessel/{id} | findAllAlertEventOfVessel(id) | PortModule | GET | Vessel AlertEvent |
Example:
final AlertEvent alertevent = (AlertEvent) invokeModule(PORT_MODULE + "/alertevent/" + id, AlertEvent.class);| Contact | Donate | Imprint |