@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 SecurePaymentInfoService
public Referenced create(PaymentInfoType paymentInfoType)
create
in interface SecurePaymentInfoService
public Referenced findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType) throws WorkflowException
findSecurePaymentInfo
in interface SecurePaymentInfoService
WorkflowException
public void findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType) throws WorkflowException
findAndRemoveSecurePaymentInfo
in interface SecurePaymentInfoService
WorkflowException
public void remove(Referenced securePaymentInfo)
remove
in interface SecurePaymentInfoService
protected BankAccountPaymentInfo findBankAccountInfo(String referenceNumber)
protected CreditCardPaymentInfo findCreditCardInfo(String referenceNumber)
protected GiftCardPaymentInfo findGiftCardInfo(String referenceNumber)
Copyright © 2013. All rights reserved.