Overview

Summary

ContactDonateImprint


Appendix E-17: COUNTRY (UI prompt)


CountryUserAccountModuleMarineTraffic

Properties (4)

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


Module Interfaces (10)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /vesselidentifierhistory/previousflagcountry/{id}findAllVesselIdentifierHistoryOfPreviousFlagCountry(id)FleetModuleGETCountry VesselIdentifierHistory
(2) /aisstation/country/{id}findAllAisStationOfCountry(id)GeographicalAreaModuleGETCountry AisStation
(3) /port/country/{id}findAllPortOfCountry(id)PortModuleGETCountry Port
(4) /countryfindAllCountry()UserAccountModuleGETCountry
(5) /useraccount/country/{id}findAllUserAccountOfCountry(id)UserAccountModuleGETCountry UserAccount
(6) /country/{id}findCountryById(id)UserAccountModuleGETCountry
(7) /country/{id}updateCountryById(country)UserAccountModulePUTCountry
(8) /country/{id}deleteCountryById(id)UserAccountModuleDELETECountry
(9) /countryinsertCountry(country)UserAccountModulePOSTCountry
(10) /vessel/flagcountry/{id}findAllVesselOfFlagCountry(id)VesselModuleGETCountry Vessel





Example:

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


Overview

Summary

ContactDonateImprint