Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: FrequencyBandService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/frequencyband/{id}
deleteFrequencyBandById(id)
FrequencyBandModule
DELETE
FrequencyBand
(2)
/frequencyband/{id}
findFrequencyBandById(id)
FrequencyBandModule
GET
FrequencyBand
(3)
/satellitefrequencyband/{id}
deleteSatelliteFrequencyBandById(id)
FrequencyBandModule
DELETE
SatelliteFrequencyBand
(4)
/userterminalfrequencyband/{id}
findUserTerminalFrequencyBandById(id)
FrequencyBandModule
GET
UserTerminalFrequencyBand
(5)
/userterminalfrequencyband/{id}
deleteUserTerminalFrequencyBandById(id)
FrequencyBandModule
DELETE
UserTerminalFrequencyBand
(6)
/frequencyband
findAllFrequencyBand()
FrequencyBandModule
GET
FrequencyBand
(7)
/userterminalfrequencyband/{id}
updateUserTerminalFrequencyBandById(userterminalfrequencyband)
FrequencyBandModule
PUT
UserTerminalFrequencyBand
(8)
/frequencyband
insertFrequencyBand(frequencyband)
FrequencyBandModule
POST
FrequencyBand
(9)
/frequencyband/{id}
updateFrequencyBandById(frequencyband)
FrequencyBandModule
PUT
FrequencyBand
(10)
/satellitefrequencyband/{id}
updateSatelliteFrequencyBandById(satellitefrequencyband)
FrequencyBandModule
PUT
SatelliteFrequencyBand
(11)
/satellitefrequencyband
insertSatelliteFrequencyBand(satellitefrequencyband)
FrequencyBandModule
POST
SatelliteFrequencyBand
(12)
/userterminalfrequencyband
findAllUserTerminalFrequencyBand()
FrequencyBandModule
GET
UserTerminalFrequencyBand
(13)
/satellitefrequencyband
findAllSatelliteFrequencyBand()
FrequencyBandModule
GET
SatelliteFrequencyBand
(14)
/userterminalfrequencyband
insertUserTerminalFrequencyBand(userterminalfrequencyband)
FrequencyBandModule
POST
UserTerminalFrequencyBand
(15)
/satellitefrequencyband/frequencyband/{id}
findAllSatelliteFrequencyBandOfFrequencyBand(id)
FrequencyBandModule
GET
FrequencyBand
SatelliteFrequencyBand
(16)
/userterminalfrequencyband/userterminal/{id}
findAllUserTerminalFrequencyBandOfUserTerminal(id)
FrequencyBandModule
GET
UserTerminal
UserTerminalFrequencyBand
(17)
/userterminalfrequencyband/frequencyband/{id}
findAllUserTerminalFrequencyBandOfFrequencyBand(id)
FrequencyBandModule
GET
FrequencyBand
UserTerminalFrequencyBand
(18)
/satellitefrequencyband/satellite/{id}
findAllSatelliteFrequencyBandOfSatellite(id)
FrequencyBandModule
GET
Satellite
SatelliteFrequencyBand
(19)
/satellitefrequencyband/{id}
findSatelliteFrequencyBandById(id)
FrequencyBandModule
GET
SatelliteFrequencyBand
API 2: GroundStationService-API (24)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/groundstation/{id}
deleteGroundStationById(id)
GroundStationModule
DELETE
GroundStation
(2)
/groundstation
findAllGroundStation()
GroundStationModule
GET
GroundStation
(3)
/groundstation
insertGroundStation(groundstation)
GroundStationModule
POST
GroundStation
(4)
/groundstationfrequencyband/{id}
updateGroundStationFrequencyBandById(groundstationfrequencyband)
GroundStationModule
PUT
GroundStationFrequencyBand
(5)
/groundstationfrequencyband/frequencyband/{id}
findAllGroundStationFrequencyBandOfFrequencyBand(id)
GroundStationModule
GET
FrequencyBand
GroundStationFrequencyBand
(6)
/testsatellitegroundstation
findAllTestSatelliteGroundStation()
GroundStationModule
GET
TestSatelliteGroundStation
(7)
/testsatellitegroundstation/testsatellite/{id}
findAllTestSatelliteGroundStationOfTestSatellite(id)
GroundStationModule
GET
TestSatellite
TestSatelliteGroundStation
(8)
/groundstation/{id}
updateGroundStationById(groundstation)
GroundStationModule
PUT
GroundStation
(9)
/groundstationfrequencyband/{id}
deleteGroundStationFrequencyBandById(id)
GroundStationModule
DELETE
GroundStationFrequencyBand
(10)
/testsatellitegroundstation
insertTestSatelliteGroundStation(testsatellitegroundstation)
GroundStationModule
POST
TestSatelliteGroundStation
(11)
/testsatellitegroundstation/{id}
findTestSatelliteGroundStationById(id)
GroundStationModule
GET
TestSatelliteGroundStation
(12)
/testsatellite/{id}
findTestSatelliteById(id)
GroundStationModule
GET
TestSatellite
(13)
/groundstationfrequencyband
findAllGroundStationFrequencyBand()
GroundStationModule
GET
GroundStationFrequencyBand
(14)
/testsatellite
insertTestSatellite(testsatellite)
GroundStationModule
POST
TestSatellite
(15)
/groundstationfrequencyband/groundstation/{id}
findAllGroundStationFrequencyBandOfGroundStation(id)
GroundStationModule
GET
GroundStation
GroundStationFrequencyBand
(16)
/groundstationfrequencyband/{id}
findGroundStationFrequencyBandById(id)
GroundStationModule
GET
GroundStationFrequencyBand
(17)
/testsatellitegroundstation/groundstation/{id}
findAllTestSatelliteGroundStationOfGroundStation(id)
GroundStationModule
GET
GroundStation
TestSatelliteGroundStation
(18)
/testsatellitegroundstation/{id}
deleteTestSatelliteGroundStationById(id)
GroundStationModule
DELETE
TestSatelliteGroundStation
(19)
/testsatellitegroundstation/{id}
updateTestSatelliteGroundStationById(testsatellitegroundstation)
GroundStationModule
PUT
TestSatelliteGroundStation
(20)
/groundstation/{id}
findGroundStationById(id)
GroundStationModule
GET
GroundStation
(21)
/testsatellite
findAllTestSatellite()
GroundStationModule
GET
TestSatellite
(22)
/groundstationfrequencyband
insertGroundStationFrequencyBand(groundstationfrequencyband)
GroundStationModule
POST
GroundStationFrequencyBand
(23)
/testsatellite/{id}
deleteTestSatelliteById(id)
GroundStationModule
DELETE
TestSatellite
(24)
/testsatellite/{id}
updateTestSatelliteById(testsatellite)
GroundStationModule
PUT
TestSatellite
API 3: RegulatoryApprovalService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/regulatoryapproval/{id}
findRegulatoryApprovalById(id)
RegulatoryApprovalModule
GET
RegulatoryApproval
(2)
/regulatoryapproval/{id}
deleteRegulatoryApprovalById(id)
RegulatoryApprovalModule
DELETE
RegulatoryApproval
(3)
/regulatoryapprovalgroundstation
findAllRegulatoryApprovalGroundStation()
RegulatoryApprovalModule
GET
RegulatoryApprovalGroundStation
(4)
/regulatoryapproval
insertRegulatoryApproval(regulatoryapproval)
RegulatoryApprovalModule
POST
RegulatoryApproval
(5)
/regulatoryapprovalgroundstation/groundstation/{id}
findAllRegulatoryApprovalGroundStationOfGroundStation(id)
RegulatoryApprovalModule
GET
GroundStation
RegulatoryApprovalGroundStation
(6)
/regulatoryapprovaluserterminal/{id}
findRegulatoryApprovalUserTerminalById(id)
RegulatoryApprovalModule
GET
RegulatoryApprovalUserTerminal
(7)
/regulatoryapprovaluserterminal/userterminal/{id}
findAllRegulatoryApprovalUserTerminalOfUserTerminal(id)
RegulatoryApprovalModule
GET
UserTerminal
RegulatoryApprovalUserTerminal
(8)
/regulatoryapprovaluserterminal/{id}
deleteRegulatoryApprovalUserTerminalById(id)
RegulatoryApprovalModule
DELETE
RegulatoryApprovalUserTerminal
(9)
/regulatoryapprovaluserterminal/{id}
updateRegulatoryApprovalUserTerminalById(regulatoryapprovaluserterminal)
RegulatoryApprovalModule
PUT
RegulatoryApprovalUserTerminal
(10)
/regulatoryapprovalgroundstation/{id}
updateRegulatoryApprovalGroundStationById(regulatoryapprovalgroundstation)
RegulatoryApprovalModule
PUT
RegulatoryApprovalGroundStation
(11)
/regulatoryapproval/{id}
updateRegulatoryApprovalById(regulatoryapproval)
RegulatoryApprovalModule
PUT
RegulatoryApproval
(12)
/regulatoryapprovalgroundstation
insertRegulatoryApprovalGroundStation(regulatoryapprovalgroundstation)
RegulatoryApprovalModule
POST
RegulatoryApprovalGroundStation
(13)
/regulatoryapprovaluserterminal
findAllRegulatoryApprovalUserTerminal()
RegulatoryApprovalModule
GET
RegulatoryApprovalUserTerminal
(14)
/regulatoryapprovalgroundstation/{id}
deleteRegulatoryApprovalGroundStationById(id)
RegulatoryApprovalModule
DELETE
RegulatoryApprovalGroundStation
(15)
/regulatoryapprovaluserterminal/regulatoryapproval/{id}
findAllRegulatoryApprovalUserTerminalOfRegulatoryApproval(id)
RegulatoryApprovalModule
GET
RegulatoryApproval
RegulatoryApprovalUserTerminal
(16)
/regulatoryapprovaluserterminal
insertRegulatoryApprovalUserTerminal(regulatoryapprovaluserterminal)
RegulatoryApprovalModule
POST
RegulatoryApprovalUserTerminal
(17)
/regulatoryapprovalgroundstation/{id}
findRegulatoryApprovalGroundStationById(id)
RegulatoryApprovalModule
GET
RegulatoryApprovalGroundStation
(18)
/regulatoryapprovalgroundstation/regulatoryapproval/{id}
findAllRegulatoryApprovalGroundStationOfRegulatoryApproval(id)
RegulatoryApprovalModule
GET
RegulatoryApproval
RegulatoryApprovalGroundStation
(19)
/regulatoryapproval
findAllRegulatoryApproval()
RegulatoryApprovalModule
GET
RegulatoryApproval
API 4: SatelliteBatchService-API (22)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/incident/{id}
updateIncidentById(incident)
SatelliteBatchModule
PUT
Incident
(2)
/regulatoryapprovalsatellitebatch/{id}
findRegulatoryApprovalSatelliteBatchById(id)
SatelliteBatchModule
GET
RegulatoryApprovalSatelliteBatch
(3)
/satellitebatch
findAllSatelliteBatch()
SatelliteBatchModule
GET
SatelliteBatch
(4)
/satellitebatch/{id}
updateSatelliteBatchById(satellitebatch)
SatelliteBatchModule
PUT
SatelliteBatch
(5)
/regulatoryapprovalsatellitebatch/regulatoryapproval/{id}
findAllRegulatoryApprovalSatelliteBatchOfRegulatoryApproval(id)
SatelliteBatchModule
GET
RegulatoryApproval
RegulatoryApprovalSatelliteBatch
(6)
/regulatoryapprovalsatellitebatch
insertRegulatoryApprovalSatelliteBatch(regulatoryapprovalsatellitebatch)
SatelliteBatchModule
POST
RegulatoryApprovalSatelliteBatch
(7)
/regulatoryapprovalsatellitebatch/satellitebatch/{id}
findAllRegulatoryApprovalSatelliteBatchOfSatelliteBatch(id)
SatelliteBatchModule
GET
SatelliteBatch
RegulatoryApprovalSatelliteBatch
(8)
/satellitebatch
insertSatelliteBatch(satellitebatch)
SatelliteBatchModule
POST
SatelliteBatch
(9)
/incident/{id}
deleteIncidentById(id)
SatelliteBatchModule
DELETE
Incident
(10)
/regulatoryapprovalsatellitebatch/{id}
updateRegulatoryApprovalSatelliteBatchById(regulatoryapprovalsatellitebatch)
SatelliteBatchModule
PUT
RegulatoryApprovalSatelliteBatch
(11)
/countryavailability/{id}
findCountryAvailabilityById(id)
SatelliteBatchModule
GET
CountryAvailability
(12)
/satellitebatch/{id}
findSatelliteBatchById(id)
SatelliteBatchModule
GET
SatelliteBatch
(13)
/countryavailability/{id}
updateCountryAvailabilityById(countryavailability)
SatelliteBatchModule
PUT
CountryAvailability
(14)
/countryavailability
insertCountryAvailability(countryavailability)
SatelliteBatchModule
POST
CountryAvailability
(15)
/incident
insertIncident(incident)
SatelliteBatchModule
POST
Incident
(16)
/countryavailability/{id}
deleteCountryAvailabilityById(id)
SatelliteBatchModule
DELETE
CountryAvailability
(17)
/incident
findAllIncident()
SatelliteBatchModule
GET
Incident
(18)
/regulatoryapprovalsatellitebatch
findAllRegulatoryApprovalSatelliteBatch()
SatelliteBatchModule
GET
RegulatoryApprovalSatelliteBatch
(19)
/satellitebatch/{id}
deleteSatelliteBatchById(id)
SatelliteBatchModule
DELETE
SatelliteBatch
(20)
/countryavailability
findAllCountryAvailability()
SatelliteBatchModule
GET
CountryAvailability
(21)
/regulatoryapprovalsatellitebatch/{id}
deleteRegulatoryApprovalSatelliteBatchById(id)
SatelliteBatchModule
DELETE
RegulatoryApprovalSatelliteBatch
(22)
/incident/{id}
findIncidentById(id)
SatelliteBatchModule
GET
Incident
API 5: SatelliteService-API (39)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/satelliteincident/satellite/{id}
findAllSatelliteIncidentOfSatellite(id)
SatelliteModule
GET
Satellite
SatelliteIncident
(2)
/satellite/orbitshell/{id}
findAllSatelliteOfOrbitShell(id)
SatelliteModule
GET
OrbitShell
Satellite
(3)
/satellitegroundstation/{id}
deleteSatelliteGroundStationById(id)
SatelliteModule
DELETE
SatelliteGroundStation
(4)
/laserlink
insertLaserLink(laserlink)
SatelliteModule
POST
LaserLink
(5)
/satelliteincident/{id}
findSatelliteIncidentById(id)
SatelliteModule
GET
SatelliteIncident
(6)
/deorbitevent/{id}
updateDeorbitEventById(deorbitevent)
SatelliteModule
PUT
DeorbitEvent
(7)
/satellitegroundstation
insertSatelliteGroundStation(satellitegroundstation)
SatelliteModule
POST
SatelliteGroundStation
(8)
/orbitshell
findAllOrbitShell()
SatelliteModule
GET
OrbitShell
(9)
/deorbitevent/{id}
deleteDeorbitEventById(id)
SatelliteModule
DELETE
DeorbitEvent
(10)
/orbitshell
insertOrbitShell(orbitshell)
SatelliteModule
POST
OrbitShell
(11)
/orbitshell/{id}
updateOrbitShellById(orbitshell)
SatelliteModule
PUT
OrbitShell
(12)
/satellitegroundstation
findAllSatelliteGroundStation()
SatelliteModule
GET
SatelliteGroundStation
(13)
/satellite/{id}
findSatelliteById(id)
SatelliteModule
GET
Satellite
(14)
/satelliteincident/{id}
deleteSatelliteIncidentById(id)
SatelliteModule
DELETE
SatelliteIncident
(15)
/satelliteincident/incident/{id}
findAllSatelliteIncidentOfIncident(id)
SatelliteModule
GET
Incident
SatelliteIncident
(16)
/satelliteincident/{id}
updateSatelliteIncidentById(satelliteincident)
SatelliteModule
PUT
SatelliteIncident
(17)
/satellitegroundstation/satellite/{id}
findAllSatelliteGroundStationOfSatellite(id)
SatelliteModule
GET
Satellite
SatelliteGroundStation
(18)
/laserlink
findAllLaserLink()
SatelliteModule
GET
LaserLink
(19)
/deorbitevent
insertDeorbitEvent(deorbitevent)
SatelliteModule
POST
DeorbitEvent
(20)
/laserlink/satelliteb/{id}
findAllLaserLinkOfSatelliteB(id)
SatelliteModule
GET
Satellite
LaserLink
(21)
/satellite/{id}
updateSatelliteById(satellite)
SatelliteModule
PUT
Satellite
(22)
/deorbitevent
findAllDeorbitEvent()
SatelliteModule
GET
DeorbitEvent
(23)
/orbitshell/{id}
deleteOrbitShellById(id)
SatelliteModule
DELETE
OrbitShell
(24)
/laserlink/satellitea/{id}
findAllLaserLinkOfSatelliteA(id)
SatelliteModule
GET
Satellite
LaserLink
(25)
/deorbitevent/{id}
findDeorbitEventById(id)
SatelliteModule
GET
DeorbitEvent
(26)
/satellite
findAllSatellite()
SatelliteModule
GET
Satellite
(27)
/satellite/{id}
deleteSatelliteById(id)
SatelliteModule
DELETE
Satellite
(28)
/satellite
insertSatellite(satellite)
SatelliteModule
POST
Satellite
(29)
/laserlink/{id}
findLaserLinkById(id)
SatelliteModule
GET
LaserLink
(30)
/satelliteincident
insertSatelliteIncident(satelliteincident)
SatelliteModule
POST
SatelliteIncident
(31)
/satellite/satellitebatch/{id}
findAllSatelliteOfSatelliteBatch(id)
SatelliteModule
GET
SatelliteBatch
Satellite
(32)
/satellitegroundstation/{id}
findSatelliteGroundStationById(id)
SatelliteModule
GET
SatelliteGroundStation
(33)
/satelliteincident
findAllSatelliteIncident()
SatelliteModule
GET
SatelliteIncident
(34)
/orbitshell/{id}
findOrbitShellById(id)
SatelliteModule
GET
OrbitShell
(35)
/laserlink/{id}
updateLaserLinkById(laserlink)
SatelliteModule
PUT
LaserLink
(36)
/laserlink/{id}
deleteLaserLinkById(id)
SatelliteModule
DELETE
LaserLink
(37)
/satellitegroundstation/{id}
updateSatelliteGroundStationById(satellitegroundstation)
SatelliteModule
PUT
SatelliteGroundStation
(38)
/satellitegroundstation/groundstation/{id}
findAllSatelliteGroundStationOfGroundStation(id)
SatelliteModule
GET
GroundStation
SatelliteGroundStation
(39)
/deorbitevent/satellite/{id}
findAllDeorbitEventOfSatellite(id)
SatelliteModule
GET
Satellite
DeorbitEvent
API 6: UserTerminalService-API (17)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/userterminal
insertUserTerminal(userterminal)
UserTerminalModule
POST
UserTerminal
(2)
/customer/{id}
updateCustomerById(customer)
UserTerminalModule
PUT
Customer
(3)
/customeruserterminal/{id}
findCustomerUserTerminalById(id)
UserTerminalModule
GET
CustomerUserTerminal
(4)
/customeruserterminal/customer/{id}
findAllCustomerUserTerminalOfCustomer(id)
UserTerminalModule
GET
Customer
CustomerUserTerminal
(5)
/userterminal/{id}
deleteUserTerminalById(id)
UserTerminalModule
DELETE
UserTerminal
(6)
/customer/{id}
deleteCustomerById(id)
UserTerminalModule
DELETE
Customer
(7)
/customer
insertCustomer(customer)
UserTerminalModule
POST
Customer
(8)
/customeruserterminal/{id}
deleteCustomerUserTerminalById(id)
UserTerminalModule
DELETE
CustomerUserTerminal
(9)
/customer
findAllCustomer()
UserTerminalModule
GET
Customer
(10)
/userterminal/{id}
findUserTerminalById(id)
UserTerminalModule
GET
UserTerminal
(11)
/userterminal/{id}
updateUserTerminalById(userterminal)
UserTerminalModule
PUT
UserTerminal
(12)
/userterminal
findAllUserTerminal()
UserTerminalModule
GET
UserTerminal
(13)
/customer/{id}
findCustomerById(id)
UserTerminalModule
GET
Customer
(14)
/customeruserterminal/userterminal/{id}
findAllCustomerUserTerminalOfUserTerminal(id)
UserTerminalModule
GET
UserTerminal
CustomerUserTerminal
(15)
/customeruserterminal
findAllCustomerUserTerminal()
UserTerminalModule
GET
CustomerUserTerminal
(16)
/customeruserterminal/{id}
updateCustomerUserTerminalById(customeruserterminal)
UserTerminalModule
PUT
CustomerUserTerminal
(17)
/customeruserterminal
insertCustomerUserTerminal(customeruserterminal)
UserTerminalModule
POST
CustomerUserTerminal
Overview
Summary
Contact
Donate
Imprint