Overview

Summary

ContactDonateImprint


Appendix E-32: COUNTRY (UI prompt)


CountryCountryModuleImdb

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /awardevent/country/{id}findAllAwardEventOfCountry(id)AwardEventModuleGETCountry AwardEvent
(2) /titlecountry/country/{id}findAllTitleCountryOfCountry(id)CountryModuleGETCountry TitleCountry
(3) /countryfindAllCountry()CountryModuleGETCountry
(4) /countryinsertCountry(country)CountryModulePOSTCountry
(5) /country/{id}updateCountryById(country)CountryModulePUTCountry
(6) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(7) /country/{id}findCountryById(id)CountryModuleGETCountry
(8) /company/country/{id}findAllCompanyOfCountry(id)CountryModuleGETCountry Company
(9) /useraccount/country/{id}findAllUserAccountOfCountry(id)UserAccountModuleGETCountry UserAccount





Example:

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


Overview

Summary

ContactDonateImprint