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:
createGatewaySubscriptionin interfacePaymentGatewaySubscriptionService- Throws:
PaymentException
-
updateGatewaySubscription
public PaymentResponseDTO updateGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
updateGatewaySubscriptionin interfacePaymentGatewaySubscriptionService- Throws:
PaymentException
-
cancelGatewaySubscription
public PaymentResponseDTO cancelGatewaySubscription(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
cancelGatewaySubscriptionin interfacePaymentGatewaySubscriptionService- Throws:
PaymentException
-