public class DefaultRegionService extends java.lang.Object implements RegionService
| Constructor and Description |
|---|
DefaultRegionService() |
| Modifier and Type | Method and Description |
|---|---|
RegionModel |
getRegionByCountryAndCode(java.lang.String countryCode,
java.lang.String regionCode) |
java.util.List<RegionModel> |
getRegionsForCountryCode(java.lang.String countryCode) |
void |
setCountryDao(CountryDao countryDao) |
void |
setRegionDao(RegionDao regionDao) |
public RegionModel getRegionByCountryAndCode(java.lang.String countryCode, java.lang.String regionCode)
getRegionByCountryAndCode in interface RegionServicepublic java.util.List<RegionModel> getRegionsForCountryCode(java.lang.String countryCode)
getRegionsForCountryCode in interface RegionServicepublic void setRegionDao(RegionDao regionDao)
public void setCountryDao(CountryDao countryDao)
Copyright © 2018 SAP SE. All Rights Reserved.