@Service(value="blSecureOrderPaymentService") public class SecureOrderPaymentServiceImpl extends Object implements SecureOrderPaymentService
| Modifier and Type | Field and Description |
|---|---|
protected SecureOrderPaymentDao |
securePaymentInfoDao |
| Constructor and Description |
|---|
SecureOrderPaymentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
create(PaymentType paymentType) |
void |
findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
protected BankAccountPayment |
findBankAccountInfo(String referenceNumber) |
protected CreditCardPayment |
findCreditCardInfo(String referenceNumber) |
protected GiftCardPayment |
findGiftCardInfo(String referenceNumber) |
Referenced |
findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
void |
remove(Referenced securePaymentInfo) |
Referenced |
save(Referenced securePaymentInfo) |
protected SecureOrderPaymentDao securePaymentInfoDao
@Transactional(value="blTransactionManagerSecureInfo") public Referenced save(Referenced securePaymentInfo)
save in interface SecureOrderPaymentServicepublic Referenced create(PaymentType paymentType)
create in interface SecureOrderPaymentServicepublic Referenced findSecurePaymentInfo(String referenceNumber, PaymentType paymentType) throws WorkflowException
findSecurePaymentInfo in interface SecureOrderPaymentServiceWorkflowException@Transactional(value="blTransactionManagerSecureInfo") public void findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentType paymentType) throws WorkflowException
findAndRemoveSecurePaymentInfo in interface SecureOrderPaymentServiceWorkflowException@Transactional(value="blTransactionManagerSecureInfo") public void remove(Referenced securePaymentInfo)
remove in interface SecureOrderPaymentServiceprotected BankAccountPayment findBankAccountInfo(String referenceNumber)
protected CreditCardPayment findCreditCardInfo(String referenceNumber)
protected GiftCardPayment findGiftCardInfo(String referenceNumber)
Copyright © 2015. All Rights Reserved.