Class DefaultTmaIdentificationService
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaIdentificationService
-
- All Implemented Interfaces:
TmaIdentificationService
public class DefaultTmaIdentificationService extends java.lang.Object implements TmaIdentificationService
Default implementation of theTmaIdentificationService.- Since:
- 1911
-
-
Constructor Summary
Constructors Constructor Description DefaultTmaIdentificationService(TmaIdentificationDao tmaIdentificationDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TmaIdentificationModelfindIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.String identificationNumber)Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.protected TmaIdentificationDaogetTmaIdentificationDao()
-
-
-
Constructor Detail
-
DefaultTmaIdentificationService
public DefaultTmaIdentificationService(TmaIdentificationDao tmaIdentificationDao)
-
-
Method Detail
-
findIdentificationByTypeAndNumber
public TmaIdentificationModel findIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.String identificationNumber)
Description copied from interface:TmaIdentificationServiceSearches for theTmaIdentificationModelwith the given identificationType and identificationNumber.- Specified by:
findIdentificationByTypeAndNumberin interfaceTmaIdentificationService- Parameters:
identificationType- the identificationType of theTmaIdentificationModelidentificationNumber- the identificationNumber of theTmaIdentificationModel- Returns:
TmaIdentificationModel
-
getTmaIdentificationDao
protected TmaIdentificationDao getTmaIdentificationDao()
-
-