Overview

Summary

ContactDonateImprint


Appendix E-14: COUNTRY (UI prompt)


CountryCountryModuleSpaceports

Properties (3)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry
(3) NotesSTRINGCountry


Module Interfaces (11)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /country/{id}updateCountryById(country)CountryModulePUTCountry
(2) /countryfindAllCountry()CountryModuleGETCountry
(3) /countryinsertCountry(country)CountryModulePOSTCountry
(4) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(5) /country/{id}findCountryById(id)CountryModuleGETCountry
(6) /crewedprogram/country/{id}findAllCrewedProgramOfCountry(id)CountryModuleGETCountry CrewedProgram
(7) /launchvehicle/country/{id}findAllLaunchVehicleOfCountry(id)LaunchVehicleModuleGETCountry LaunchVehicle
(8) /operator/country/{id}findAllOperatorOfCountry(id)OperatorModuleGETCountry Operator
(9) /spaceagency/country/{id}findAllSpaceAgencyOfCountry(id)SpaceAgencyModuleGETCountry SpaceAgency
(10) /spaceport/country/{id}findAllSpaceportOfCountry(id)SpaceportModuleGETCountry Spaceport
(11) /region/country/{id}findAllRegionOfCountry(id)SpaceportModuleGETCountry Region





Example:

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


Overview

Summary

ContactDonateImprint