Class AbstractPaymentGatewaySubscriptionService
java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewaySubscriptionService
- All Implemented Interfaces:
PaymentGatewaySubscriptionService
public class AbstractPaymentGatewaySubscriptionService
extends Object
implements PaymentGatewaySubscriptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancelGatewaySubscription
(PaymentRequestDTO requestDTO) createGatewaySubscription
(PaymentRequestDTO requestDTO) updateGatewaySubscription
(PaymentRequestDTO requestDTO)
-
Constructor Details
-
AbstractPaymentGatewaySubscriptionService
public AbstractPaymentGatewaySubscriptionService()
-
-
Method Details
-
createGatewaySubscription
public PaymentResponseDTO createGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
createGatewaySubscription
in interfacePaymentGatewaySubscriptionService
- Throws:
PaymentException
-
updateGatewaySubscription
public PaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
updateGatewaySubscription
in interfacePaymentGatewaySubscriptionService
- Throws:
PaymentException
-
cancelGatewaySubscription
public PaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
cancelGatewaySubscription
in interfacePaymentGatewaySubscriptionService
- Throws:
PaymentException
-