Class AbstractPaymentGatewayTransparentRedirectService
java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayTransparentRedirectService
- All Implemented Interfaces:
PaymentGatewayTransparentRedirectService
public class AbstractPaymentGatewayTransparentRedirectService
extends Object
implements PaymentGatewayTransparentRedirectService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAuthorizeAndCaptureForm(PaymentRequestDTO requestDTO) createAuthorizeForm(PaymentRequestDTO requestDTO) createCustomerPaymentTokenForm(PaymentRequestDTO requestDTO) Return thePaymentResponseDTO.responseMapkey that corresponds to creating the customer token cancel urlReturn thePaymentResponseDTO.responseMapkey that corresponds to creating the customer token return urlReturn thePaymentResponseDTO.responseMapkey that corresponds to updating the customer token cancel urlReturn thePaymentResponseDTO.responseMapkey that corresponds to updating the customer token return urlupdateCustomerPaymentTokenForm(PaymentRequestDTO requestDTO)
-
Constructor Details
-
AbstractPaymentGatewayTransparentRedirectService
public AbstractPaymentGatewayTransparentRedirectService()
-
-
Method Details
-
createAuthorizeForm
- Specified by:
createAuthorizeFormin interfacePaymentGatewayTransparentRedirectService- Throws:
PaymentException
-
createAuthorizeAndCaptureForm
public PaymentResponseDTO createAuthorizeAndCaptureForm(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
createAuthorizeAndCaptureFormin interfacePaymentGatewayTransparentRedirectService- Throws:
PaymentException
-
createCustomerPaymentTokenForm
public PaymentResponseDTO createCustomerPaymentTokenForm(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
createCustomerPaymentTokenFormin interfacePaymentGatewayTransparentRedirectService- Throws:
PaymentException
-
updateCustomerPaymentTokenForm
public PaymentResponseDTO updateCustomerPaymentTokenForm(PaymentRequestDTO requestDTO) throws PaymentException - Specified by:
updateCustomerPaymentTokenFormin interfacePaymentGatewayTransparentRedirectService- Throws:
PaymentException
-
getCreateCustomerPaymentTokenReturnURLFieldKey
Description copied from interface:PaymentGatewayTransparentRedirectServiceReturn thePaymentResponseDTO.responseMapkey that corresponds to creating the customer token return url- Specified by:
getCreateCustomerPaymentTokenReturnURLFieldKeyin interfacePaymentGatewayTransparentRedirectService
-
getCreateCustomerPaymentTokenCancelURLFieldKey
Description copied from interface:PaymentGatewayTransparentRedirectServiceReturn thePaymentResponseDTO.responseMapkey that corresponds to creating the customer token cancel url- Specified by:
getCreateCustomerPaymentTokenCancelURLFieldKeyin interfacePaymentGatewayTransparentRedirectService
-
getUpdateCustomerPaymentTokenReturnURLFieldKey
Description copied from interface:PaymentGatewayTransparentRedirectServiceReturn thePaymentResponseDTO.responseMapkey that corresponds to updating the customer token return url- Specified by:
getUpdateCustomerPaymentTokenReturnURLFieldKeyin interfacePaymentGatewayTransparentRedirectService
-
getUpdateCustomerPaymentTokenCancelURLFieldKey
Description copied from interface:PaymentGatewayTransparentRedirectServiceReturn thePaymentResponseDTO.responseMapkey that corresponds to updating the customer token cancel url- Specified by:
getUpdateCustomerPaymentTokenCancelURLFieldKeyin interfacePaymentGatewayTransparentRedirectService
-