Class DefaultTmaRegionService
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaRegionService
-
- All Implemented Interfaces:
TmaRegionService
public class DefaultTmaRegionService extends java.lang.Object implements TmaRegionService
Default implementation of theTmaRegionService.- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaRegionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionModelfindRegionByIsocode(java.lang.String isocode)Searches for theRegionModelwith the given isocode.protected TmaRegionDaogetTmaRegionDao()voidsetTmaRegionDao(TmaRegionDao tmaRegionDao)
-
-
-
Method Detail
-
findRegionByIsocode
public RegionModel findRegionByIsocode(java.lang.String isocode)
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
protected TmaRegionDao getTmaRegionDao()
-
setTmaRegionDao
public void setTmaRegionDao(TmaRegionDao tmaRegionDao)
-
-