public class DefaultRegionDao extends DefaultGenericDao<RegionModel> implements RegionDao
RegionModel access logic.| Constructor and Description |
|---|
DefaultRegionDao()
Exposed to create dao instance
|
| 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. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic List<RegionModel> findRegions()
RegionDaoRegionModel instances.findRegions in interface RegionDaopublic List<RegionModel> findRegionsByCountry(CountryModel country)
RegionDaoRegionModel instances for a country.findRegionsByCountry in interface RegionDaopublic List<RegionModel> findRegionsByCountryAndCode(CountryModel country, String regionCode)
RegionDaoRegionModel instances for a country full filling region code criteria.findRegionsByCountryAndCode in interface RegionDaoCopyright © 2017 SAP SE. All Rights Reserved.