@Service(value="blSecurePaymentInfoService") public class SecurePaymentInfoServiceImpl extends Object implements SecurePaymentInfoService
| Modifier and Type | Field and Description |
|---|---|
protected SecurePaymentInfoDao |
securePaymentInfoDao |
| Constructor and Description |
|---|
SecurePaymentInfoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
create(PaymentInfoType paymentInfoType) |
void |
findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
protected BankAccountPaymentInfo |
findBankAccountInfo(String referenceNumber) |
protected CreditCardPaymentInfo |
findCreditCardInfo(String referenceNumber) |
protected GiftCardPaymentInfo |
findGiftCardInfo(String referenceNumber) |
Referenced |
findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
void |
remove(Referenced securePaymentInfo) |
Referenced |
save(Referenced securePaymentInfo) |
protected SecurePaymentInfoDao securePaymentInfoDao
public Referenced save(Referenced securePaymentInfo)
save in interface SecurePaymentInfoServicepublic Referenced create(PaymentInfoType paymentInfoType)
create in interface SecurePaymentInfoServicepublic Referenced findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType) throws WorkflowException
findSecurePaymentInfo in interface SecurePaymentInfoServiceWorkflowExceptionpublic void findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType) throws WorkflowException
findAndRemoveSecurePaymentInfo in interface SecurePaymentInfoServiceWorkflowExceptionpublic void remove(Referenced securePaymentInfo)
remove in interface SecurePaymentInfoServiceprotected BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
protected CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
protected GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
Copyright © 2013. All rights reserved.