Interface TmaRegionDao
- All Superinterfaces:
de.hybris.platform.servicelayer.i18n.daos.RegionDao
- All Known Implementing Classes:
DefaultTmaRegionDao
public interface TmaRegionDao
extends de.hybris.platform.servicelayer.i18n.daos.RegionDao
Data Access object for operations related to the
RegionModel.- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptionfindRegionByIsocode(String isocode) Retrieves theRegionModelidentified by given isocode.Methods inherited from interface de.hybris.platform.servicelayer.i18n.daos.RegionDao
findRegions, findRegionsByCountry, findRegionsByCountryAndCode
-
Method Details
-
findRegionByIsocode
Retrieves theRegionModelidentified by given isocode.- Parameters:
isocode- the isocode of the region- Returns:
RegionModelobject for given isocode
-