Class AbstractPaymentGatewayCustomerService
java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayCustomerService
- All Implemented Interfaces:
PaymentGatewayCustomerService
public class AbstractPaymentGatewayCustomerService
extends Object
implements PaymentGatewayCustomerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGatewayCustomer
(PaymentRequestDTO requestDTO) deleteGatewayCustomer
(PaymentRequestDTO requestDTO) updateGatewayCustomer
(PaymentRequestDTO requestDTO)
-
Constructor Details
-
AbstractPaymentGatewayCustomerService
public AbstractPaymentGatewayCustomerService()
-
-
Method Details
-
createGatewayCustomer
public PaymentResponseDTO createGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
createGatewayCustomer
in interfacePaymentGatewayCustomerService
- Throws:
PaymentException
-
updateGatewayCustomer
public PaymentResponseDTO updateGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
updateGatewayCustomer
in interfacePaymentGatewayCustomerService
- Throws:
PaymentException
-
deleteGatewayCustomer
public PaymentResponseDTO deleteGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
deleteGatewayCustomer
in interfacePaymentGatewayCustomerService
- Throws:
PaymentException
-