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 Summary
FieldsModifier and TypeFieldDescriptionprotected NullIntegrationGatewayConfigurationprotected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationorg.broadleafcommerce.common.payment.service.PaymentGatewayRollbackServiceorg.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationServiceorg.broadleafcommerce.common.payment.service.PaymentGatewayTransactionServiceMethods inherited from class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
getClientTokenService, getCreditCardExtensionHandler, getCreditCardService, getCreditCardTypesExtensionHandler, getCustomerService, getFieldExtensionHandler, getFraudService, getHostedService, getReportingService, getSubscriptionService, getTransparentRedirectService, getWebResponseService
-
Field Details
-
configuration
-
rollbackService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService rollbackService -
transactionConfirmationServiceImpl
protected NullIntegrationGatewayTransactionConfirmationServiceImpl transactionConfirmationServiceImpl -
transactionService
-
-
Constructor Details
-
NullIntegrationGatewayConfigurationServiceImpl
public NullIntegrationGatewayConfigurationServiceImpl()
-
-
Method Details
-
getConfiguration
public org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration getConfiguration()- Specified by:
getConfigurationin interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService- Overrides:
getConfigurationin classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
-
getTransactionService
public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService getTransactionService()- Specified by:
getTransactionServicein interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService- Overrides:
getTransactionServicein classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
-
getTransactionConfirmationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService getTransactionConfirmationService()- Specified by:
getTransactionConfirmationServicein interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService- Overrides:
getTransactionConfirmationServicein classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
-
getRollbackService
public org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService getRollbackService()- Specified by:
getRollbackServicein interfaceorg.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService- Overrides:
getRollbackServicein classorg.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
-