Class NullIntegrationGatewayConfigurationServiceImpl

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

@Service("blNullIntegrationGatewayConfigurationService") public class NullIntegrationGatewayConfigurationServiceImpl extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
Copied from mycompany.sample.payment.service We need it to be picked up by the siteintegration setup superlasses of groovy, which already scans "org" packages.
Author:
gdiaz
  • Field Details

  • Constructor Details

    • NullIntegrationGatewayConfigurationServiceImpl

      public NullIntegrationGatewayConfigurationServiceImpl()
  • 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
    • getTransactionConfirmationService

      public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService getTransactionConfirmationService()
      Specified by:
      getTransactionConfirmationService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
      Overrides:
      getTransactionConfirmationService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
    • getRollbackService

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