Overview

Summary

ContactDonateImprint


Appendix E-16: COUNTRY (UI prompt)


CountryCountryModuleZeppelinFlight

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry


Module Interfaces (8)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /militarybranch/country/{id}findAllMilitaryBranchOfCountry(id)CountryModuleGETCountry MilitaryBranch
(2) /country/{id}findCountryById(id)CountryModuleGETCountry
(3) /countryfindAllCountry()CountryModuleGETCountry
(4) /country/{id}updateCountryById(country)CountryModulePUTCountry
(5) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(6) /countryinsertCountry(country)CountryModulePOSTCountry
(7) /customer/country/{id}findAllCustomerOfCountry(id)CustomerModuleGETCountry Customer
(8) /location/country/{id}findAllLocationOfCountry(id)LocationModuleGETCountry Location





Example:

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


Overview

Summary

ContactDonateImprint