Overview

Summary

ContactDonateImprint


Appendix E-16: COUNTRY (UI prompt)


CountryExchangeModuleNasdaq

Properties (3)

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


Module Interfaces (10)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /city/country/{id}findAllCityOfCountry(id)CityModuleGETCountry City
(2) /company/country/{id}findAllCompanyOfCountry(id)CompanyModuleGETCountry Company
(3) /countryinsertCountry(country)ExchangeModulePOSTCountry
(4) /exchange/locationcountry/{id}findAllExchangeOfLocationCountry(id)ExchangeModuleGETCountry Exchange
(5) /country/{id}findCountryById(id)ExchangeModuleGETCountry
(6) /country/{id}deleteCountryById(id)ExchangeModuleDELETECountry
(7) /country/{id}updateCountryById(country)ExchangeModulePUTCountry
(8) /countryfindAllCountry()ExchangeModuleGETCountry
(9) /regulator/country/{id}findAllRegulatorOfCountry(id)RegulatorModuleGETCountry Regulator
(10) /marketmaker/country/{id}findAllMarketMakerOfCountry(id)RegulatorModuleGETCountry MarketMaker





Example:

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


Overview

Summary

ContactDonateImprint