Class PassthroughPaymentConfigurationServiceImpl

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
org.broadleafcommerce.core.checkout.service.gateway.PassthroughPaymentConfigurationServiceImpl
All Implemented Interfaces:
org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService

@Service("blPassthroughPaymentConfigurationService") public class PassthroughPaymentConfigurationServiceImpl extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
A Default Configuration to handle Passthrough Payments, for example COD payments. This default implementation just supports a rollback service and transaction service.
Author:
Elbert Bautista (elbertbautista)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
     
    protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService
     
    protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
     
    org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService
     

    Methods inherited from class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService

    getClientTokenService, getCreditCardExtensionHandler, getCreditCardService, getCreditCardTypesExtensionHandler, getCustomerService, getFieldExtensionHandler, getFraudService, getHostedService, getReportingService, getRollbackService, getSubscriptionService, getTransactionConfirmationService, getTransparentRedirectService, getWebResponseService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • configuration

      protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration configuration
    • rollbackService

      protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService rollbackService
    • transactionService

      protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService transactionService
  • Constructor Details

    • PassthroughPaymentConfigurationServiceImpl

      public PassthroughPaymentConfigurationServiceImpl()
  • Method Details

    • getConfiguration

      public org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration getConfiguration()
      Specified by:
      getConfiguration in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
      Overrides:
      getConfiguration in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
    • getTransactionService

      public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService getTransactionService()
      Specified by:
      getTransactionService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
      Overrides:
      getTransactionService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService