org.broadleafcommerce.core.payment.service
Interface SecurePaymentInfoService

All Known Implementing Classes:
SecurePaymentInfoServiceImpl

public interface SecurePaymentInfoService


Method Summary
 Referenced create(PaymentInfoType paymentInfoType)
           
 void findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Referenced findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 void remove(Referenced securePaymentInfo)
           
 Referenced save(Referenced securePaymentInfo)
           
 

Method Detail

findSecurePaymentInfo

Referenced findSecurePaymentInfo(String referenceNumber,
                                 PaymentInfoType paymentInfoType)
                                 throws WorkflowException
Throws:
WorkflowException

save

Referenced save(Referenced securePaymentInfo)

create

Referenced create(PaymentInfoType paymentInfoType)

remove

void remove(Referenced securePaymentInfo)

findAndRemoveSecurePaymentInfo

void findAndRemoveSecurePaymentInfo(String referenceNumber,
                                    PaymentInfoType paymentInfoType)
                                    throws WorkflowException
Throws:
WorkflowException


Copyright © 2012. All Rights Reserved.