@Repository(value="blSecureOrderPaymentDao") public class SecureOrderPaymentDaoImpl extends Object implements SecureOrderPaymentDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EncryptionModule |
encryptionModule |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
SecureOrderPaymentDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountPayment |
createBankAccountPayment() |
CreditCardPayment |
createCreditCardPayment() |
GiftCardPayment |
createGiftCardPayment() |
void |
delete(Referenced securePayment) |
BankAccountPayment |
findBankAccountPayment(String referenceNumber) |
CreditCardPayment |
findCreditCardPayment(String referenceNumber) |
GiftCardPayment |
findGiftCardPayment(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 SecureOrderPaymentDaopublic BankAccountPayment createBankAccountPayment()
createBankAccountPayment in interface SecureOrderPaymentDaopublic GiftCardPayment createGiftCardPayment()
createGiftCardPayment in interface SecureOrderPaymentDaopublic CreditCardPayment createCreditCardPayment()
createCreditCardPayment in interface SecureOrderPaymentDaopublic BankAccountPayment findBankAccountPayment(String referenceNumber)
findBankAccountPayment in interface SecureOrderPaymentDaopublic CreditCardPayment findCreditCardPayment(String referenceNumber)
findCreditCardPayment in interface SecureOrderPaymentDaopublic GiftCardPayment findGiftCardPayment(String referenceNumber)
findGiftCardPayment in interface SecureOrderPaymentDaopublic void delete(Referenced securePayment)
delete in interface SecureOrderPaymentDaoCopyright © 2015. All Rights Reserved.