org.broadleafcommerce.core.payment.service
Interface SecurePaymentInfoService
- All Known Implementing Classes:
- SecurePaymentInfoServiceImpl
public interface SecurePaymentInfoService
findSecurePaymentInfo
Referenced findSecurePaymentInfo(java.lang.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(java.lang.String referenceNumber,
PaymentInfoType paymentInfoType)
throws WorkflowException
- Throws:
WorkflowException
Copyright © 2012. All Rights Reserved.