Class DefaultTmaIdentificationService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaIdentificationService
- All Implemented Interfaces:
TmaIdentificationService
Default implementation of the
TmaIdentificationService.- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindIdentificationByTypeAndNumber(String identificationType, String identificationNumber) Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.protected TmaIdentificationDao
-
Constructor Details
-
DefaultTmaIdentificationService
-
-
Method Details
-
findIdentificationByTypeAndNumber
public TmaIdentificationModel findIdentificationByTypeAndNumber(String identificationType, 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
-