Overview

Summary

ContactDonateImprint


Appendix E-28: COUNTRY (UI prompt)


CountryFulfillmentCenterModuleAmazonCom

Properties (3)

PropertyTypeEntityReferenceModule
(1) IsoCode2STRINGCountry
(2) IsoCode3STRINGCountry
(3) NameSTRINGCountry


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /country/{id}findCountryById(id)FulfillmentCenterModuleGETCountry
(2) /countryinsertCountry(country)FulfillmentCenterModulePOSTCountry
(3) /countryfindAllCountry()FulfillmentCenterModuleGETCountry
(4) /country/{id}updateCountryById(country)FulfillmentCenterModulePUTCountry
(5) /country/{id}deleteCountryById(id)FulfillmentCenterModuleDELETECountry
(6) /address/country/{id}findAllAddressOfCountry(id)FulfillmentCenterModuleGETCountry Address





Example:

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


Overview

Summary

ContactDonateImprint