Overview

Summary

ContactDonateImprint


Appendix E-18: SATELLITE BATCH (UI prompt)


SatelliteBatchSatelliteBatchModuleStarlink

Properties (6)

PropertyTypeEntityReferenceModule
(1) BatchNameSTRINGSatelliteBatch
(2) LaunchDateDATESatelliteBatch
(3) LaunchSiteSTRINGSatelliteBatch
(4) LaunchVehicleSTRINGSatelliteBatch
(5) NotesSTRINGSatelliteBatch
(6) NumberOfSatellitesINTSatelliteBatch


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /satellitebatchinsertSatelliteBatch(satellitebatch)SatelliteBatchModulePOSTSatelliteBatch
(2) /satellitebatch/{id}findSatelliteBatchById(id)SatelliteBatchModuleGETSatelliteBatch
(3) /satellitebatch/{id}updateSatelliteBatchById(satellitebatch)SatelliteBatchModulePUTSatelliteBatch
(4) /satellitebatchfindAllSatelliteBatch()SatelliteBatchModuleGETSatelliteBatch
(5) /regulatoryapprovalsatellitebatch/satellitebatch/{id}findAllRegulatoryApprovalSatelliteBatchOfSatelliteBatch(id)SatelliteBatchModuleGETSatelliteBatch RegulatoryApprovalSatelliteBatch
(6) /satellitebatch/{id}deleteSatelliteBatchById(id)SatelliteBatchModuleDELETESatelliteBatch
(7) /satellite/satellitebatch/{id}findAllSatelliteOfSatelliteBatch(id)SatelliteModuleGETSatelliteBatch Satellite





Example:

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


Overview

Summary

ContactDonateImprint