Interface TmaCreditCardDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<CreditCardPaymentInfoModel>
- All Known Implementing Classes:
DefaultTmaCreditCardDao
public interface TmaCreditCardDao
extends de.hybris.platform.servicelayer.internal.dao.GenericDao<CreditCardPaymentInfoModel>
The DAO for the
CreditCardPaymentInfoModel.- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionfindCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) Retrieves the customer's credit card payment infoMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Method Details
-
findCreditCardPaymentInfoByCustomer
CreditCardPaymentInfoModel findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code) Retrieves the customer's credit card payment info- Parameters:
customerModel- the customercode- the code of the credit card payment info- Returns:
- the credit card payment info
-