org.broadleafcommerce.core.payment.dao
Class SecurePaymentInfoDaoImpl
java.lang.Object
org.broadleafcommerce.core.payment.dao.SecurePaymentInfoDaoImpl
- All Implemented Interfaces:
- SecurePaymentInfoDao
@Repository(value="blSecurePaymentInfoDao")
public class SecurePaymentInfoDaoImpl
- extends Object
- implements SecurePaymentInfoDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
encryptionModule
protected EncryptionModule encryptionModule
entityConfiguration
protected EntityConfiguration entityConfiguration
SecurePaymentInfoDaoImpl
public SecurePaymentInfoDaoImpl()
save
public Referenced save(Referenced securePaymentInfo)
- Specified by:
save in interface SecurePaymentInfoDao
createBankAccountPaymentInfo
public BankAccountPaymentInfo createBankAccountPaymentInfo()
- Specified by:
createBankAccountPaymentInfo in interface SecurePaymentInfoDao
createGiftCardPaymentInfo
public GiftCardPaymentInfo createGiftCardPaymentInfo()
- Specified by:
createGiftCardPaymentInfo in interface SecurePaymentInfoDao
createCreditCardPaymentInfo
public CreditCardPaymentInfo createCreditCardPaymentInfo()
- Specified by:
createCreditCardPaymentInfo in interface SecurePaymentInfoDao
findBankAccountInfo
public BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
- Specified by:
findBankAccountInfo in interface SecurePaymentInfoDao
findCreditCardInfo
public CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
- Specified by:
findCreditCardInfo in interface SecurePaymentInfoDao
findGiftCardInfo
public GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
- Specified by:
findGiftCardInfo in interface SecurePaymentInfoDao
delete
public void delete(Referenced securePaymentInfo)
- Specified by:
delete in interface SecurePaymentInfoDao
Copyright © 2012. All Rights Reserved.