@Repository(value="blSecurePaymentInfoDao") public class SecurePaymentInfoDaoImpl extends Object implements SecurePaymentInfoDao
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
em |
protected EncryptionModule |
encryptionModule |
protected EntityConfiguration |
entityConfiguration |
Constructor and Description |
---|
SecurePaymentInfoDaoImpl() |
Modifier and Type | Method and Description |
---|---|
BankAccountPaymentInfo |
createBankAccountPaymentInfo() |
CreditCardPaymentInfo |
createCreditCardPaymentInfo() |
GiftCardPaymentInfo |
createGiftCardPaymentInfo() |
void |
delete(Referenced securePaymentInfo) |
BankAccountPaymentInfo |
findBankAccountInfo(String referenceNumber) |
CreditCardPaymentInfo |
findCreditCardInfo(String referenceNumber) |
GiftCardPaymentInfo |
findGiftCardInfo(String referenceNumber) |
Referenced |
save(Referenced securePaymentInfo) |
protected javax.persistence.EntityManager em
protected EncryptionModule encryptionModule
protected EntityConfiguration entityConfiguration
public Referenced save(Referenced securePaymentInfo)
save
in interface SecurePaymentInfoDao
public BankAccountPaymentInfo createBankAccountPaymentInfo()
createBankAccountPaymentInfo
in interface SecurePaymentInfoDao
public GiftCardPaymentInfo createGiftCardPaymentInfo()
createGiftCardPaymentInfo
in interface SecurePaymentInfoDao
public CreditCardPaymentInfo createCreditCardPaymentInfo()
createCreditCardPaymentInfo
in interface SecurePaymentInfoDao
public BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
findBankAccountInfo
in interface SecurePaymentInfoDao
public CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
findCreditCardInfo
in interface SecurePaymentInfoDao
public GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
findGiftCardInfo
in interface SecurePaymentInfoDao
public void delete(Referenced securePaymentInfo)
delete
in interface SecurePaymentInfoDao
Copyright © 2013. All rights reserved.