Class DefaultTmaRegionService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaRegionService
- All Implemented Interfaces:
TmaRegionService
Default implementation of the
TmaRegionService.- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRegionByIsocode(String isocode) Searches for theRegionModelwith the given isocode.protected TmaRegionDaovoidsetTmaRegionDao(TmaRegionDao tmaRegionDao)
-
Constructor Details
-
DefaultTmaRegionService
public DefaultTmaRegionService()
-
-
Method Details
-
findRegionByIsocode
Description copied from interface:TmaRegionServiceSearches for theRegionModelwith the given isocode.- Specified by:
findRegionByIsocodein interfaceTmaRegionService- Parameters:
isocode- isocode of the region- Returns:
- the
RegionModelwith the isocode given or null if it cannot be found
-
getTmaRegionDao
-
setTmaRegionDao
-