Overview

Summary

ContactDonateImprint


Appendix E-3: COUNTRY AVAILABILITY (UI prompt)


CountryAvailabilitySatelliteBatchModuleStarlink

Properties (3)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGCountryAvailability
(2) NotesSTRINGCountryAvailability
(3) StartDateDATECountryAvailability


Module Interfaces (5)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /countryavailability/{id}findCountryAvailabilityById(id)SatelliteBatchModuleGETCountryAvailability
(2) /countryavailability/{id}deleteCountryAvailabilityById(id)SatelliteBatchModuleDELETECountryAvailability
(3) /countryavailability/{id}updateCountryAvailabilityById(countryavailability)SatelliteBatchModulePUTCountryAvailability
(4) /countryavailabilityinsertCountryAvailability(countryavailability)SatelliteBatchModulePOSTCountryAvailability
(5) /countryavailabilityfindAllCountryAvailability()SatelliteBatchModuleGETCountryAvailability





Example:

final CountryAvailability countryavailability = (CountryAvailability) invokeModule(SATELLITE_BATCH_MODULE + "/countryavailability/" + id, CountryAvailability.class);
if (countryavailability != null) {
}
return countryavailability;


Overview

Summary

ContactDonateImprint