@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 SecurePaymentInfoDaopublic BankAccountPaymentInfo createBankAccountPaymentInfo()
createBankAccountPaymentInfo in interface SecurePaymentInfoDaopublic GiftCardPaymentInfo createGiftCardPaymentInfo()
createGiftCardPaymentInfo in interface SecurePaymentInfoDaopublic CreditCardPaymentInfo createCreditCardPaymentInfo()
createCreditCardPaymentInfo in interface SecurePaymentInfoDaopublic BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
findBankAccountInfo in interface SecurePaymentInfoDaopublic CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
findCreditCardInfo in interface SecurePaymentInfoDaopublic GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
findGiftCardInfo in interface SecurePaymentInfoDaopublic void delete(Referenced securePaymentInfo)
delete in interface SecurePaymentInfoDaoCopyright © 2013. All rights reserved.