Overview

Summary

ContactDonateImprint


Appendix E-20: REGION (UI prompt)


RegionRegionModulePayPal

Properties (2)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGRegion
(2) NameSTRINGRegion


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /country/region/{id}findAllCountryOfRegion(id)CountryModuleGETRegion Country
(2) /regionfindAllRegion()RegionModuleGETRegion
(3) /region/{id}findRegionById(id)RegionModuleGETRegion
(4) /regulatorylicense/region/{id}findAllRegulatoryLicenseOfRegion(id)RegionModuleGETRegion RegulatoryLicense
(5) /region/{id}updateRegionById(region)RegionModulePUTRegion
(6) /region/{id}deleteRegionById(id)RegionModuleDELETERegion
(7) /regioninsertRegion(region)RegionModulePOSTRegion





Example:

final Region region = (Region) invokeModule(REGION_MODULE + "/region/" + id, Region.class);
if (region != null) {
}
return region;


Overview

Summary

ContactDonateImprint