Overview

Summary

ContactDonateImprint


Appendix E-5: TEST SATELLITE (UI prompt)


TestSatelliteGroundStationModuleStarlink

Properties (6)

PropertyTypeEntityReferenceModule
(1) DeorbitDateDATETestSatellite
(2) LaunchDateDATETestSatellite
(3) MassKgDOUBLETestSatellite
(4) NameSTRINGTestSatellite
(5) NotesSTRINGTestSatellite
(6) PurposeSTRINGTestSatellite


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /testsatellitefindAllTestSatellite()GroundStationModuleGETTestSatellite
(2) /testsatellite/{id}findTestSatelliteById(id)GroundStationModuleGETTestSatellite
(3) /testsatellitegroundstation/testsatellite/{id}findAllTestSatelliteGroundStationOfTestSatellite(id)GroundStationModuleGETTestSatellite TestSatelliteGroundStation
(4) /testsatellite/{id}deleteTestSatelliteById(id)GroundStationModuleDELETETestSatellite
(5) /testsatellite/{id}updateTestSatelliteById(testsatellite)GroundStationModulePUTTestSatellite
(6) /testsatelliteinsertTestSatellite(testsatellite)GroundStationModulePOSTTestSatellite





Example:

final TestSatellite testsatellite = (TestSatellite) invokeModule(GROUND_STATION_MODULE + "/testsatellite/" + id, TestSatellite.class);
if (testsatellite != null) {
}
return testsatellite;


Overview

Summary

ContactDonateImprint