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 Type
    Method
    Description
    Retrieves the RegionModel identified by given isocode.

    Methods inherited from interface de.hybris.platform.servicelayer.i18n.daos.RegionDao

    findRegions, findRegionsByCountry, findRegionsByCountryAndCode
  • Method Details

    • findRegionByIsocode

      RegionModel findRegionByIsocode(String isocode)
      Retrieves the RegionModel identified by given isocode.
      Parameters:
      isocode - the isocode of the region
      Returns:
      RegionModel object for given isocode