Class DefaultTmaIdentificationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TmaIdentificationModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaIdentificationDao
- All Implemented Interfaces:
TmaIdentificationDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TmaIdentificationModel>
public class DefaultTmaIdentificationDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TmaIdentificationModel>
implements TmaIdentificationDao
Default implementation of the
TmaIdentificationDao.- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) ReturnsTmaIdentificationModelbased on the identificationType and identificationNumber.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultTmaIdentificationDao
public DefaultTmaIdentificationDao()
-
-
Method Details
-
getTmaIdentificationModelForTypeAndNumber
public TmaIdentificationModel getTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) Description copied from interface:TmaIdentificationDaoReturnsTmaIdentificationModelbased on the identificationType and identificationNumber.- Specified by:
getTmaIdentificationModelForTypeAndNumberin interfaceTmaIdentificationDao- Parameters:
identificationType- the identificationType of theTmaIdentificationModelidentificationNumber- the identificationNumber of theTmaIdentificationModel- Returns:
TmaIdentificationModel
-