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:
createGatewayCustomerin interfacePaymentGatewayCustomerService- Throws:
PaymentException
-
updateGatewayCustomer
public PaymentResponseDTO updateGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
updateGatewayCustomerin interfacePaymentGatewayCustomerService- Throws:
PaymentException
-
deleteGatewayCustomer
public PaymentResponseDTO deleteGatewayCustomer(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
deleteGatewayCustomerin interfacePaymentGatewayCustomerService- Throws:
PaymentException
-