public interface RegionDao
RegionModel access.| Modifier and Type | Method and Description |
|---|---|
List<RegionModel> |
findRegions()
Finds all
RegionModel instances. |
List<RegionModel> |
findRegionsByCountry(CountryModel country)
Finds all
RegionModel instances for a country. |
List<RegionModel> |
findRegionsByCountryAndCode(CountryModel country,
String regionCode)
Finds all
RegionModel instances for a country full filling region code criteria. |
List<RegionModel> findRegions()
RegionModel instances.List<RegionModel> findRegionsByCountry(CountryModel country)
RegionModel instances for a country.List<RegionModel> findRegionsByCountryAndCode(CountryModel country, String regionCode)
RegionModel instances for a country full filling region code criteria.Copyright © 2017 SAP SE. All Rights Reserved.