org.broadleafcommerce.core.payment.dao
Interface SecurePaymentInfoDao
- All Known Implementing Classes:
- SecurePaymentInfoDaoImpl
public interface SecurePaymentInfoDao
findBankAccountInfo
BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
findCreditCardInfo
CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
findGiftCardInfo
GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
save
Referenced save(Referenced securePaymentInfo)
createBankAccountPaymentInfo
BankAccountPaymentInfo createBankAccountPaymentInfo()
createGiftCardPaymentInfo
GiftCardPaymentInfo createGiftCardPaymentInfo()
createCreditCardPaymentInfo
CreditCardPaymentInfo createCreditCardPaymentInfo()
delete
void delete(Referenced securePaymentInfo)
Copyright © 2013. All Rights Reserved.