@Service(value="blNullIntegrationGatewayConfigurationService")
public class NullIntegrationGatewayConfigurationServiceImpl
extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
| Modifier and Type | Field and Description |
|---|---|
protected NullIntegrationGatewayConfiguration |
configuration |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService |
rollbackService |
protected NullIntegrationGatewayTransactionConfirmationServiceImpl |
transactionConfirmationServiceImpl |
protected NullIntegrationGatewayTransactionServiceImpl |
transactionService |
| Constructor and Description |
|---|
NullIntegrationGatewayConfigurationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
getConfiguration() |
org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService |
getRollbackService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService |
getTransactionConfirmationService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
getTransactionService() |
getClientTokenService, getCreditCardExtensionHandler, getCreditCardService, getCreditCardTypesExtensionHandler, getCustomerService, getFieldExtensionHandler, getFraudService, getHostedService, getReportingService, getSubscriptionService, getTransparentRedirectService, getWebResponseServiceprotected NullIntegrationGatewayConfiguration configuration
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService rollbackService
protected NullIntegrationGatewayTransactionConfirmationServiceImpl transactionConfirmationServiceImpl
protected NullIntegrationGatewayTransactionServiceImpl transactionService
public NullIntegrationGatewayConfigurationServiceImpl()
public org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration getConfiguration()
getConfiguration in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetConfiguration in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService getTransactionService()
getTransactionService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetTransactionService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService getTransactionConfirmationService()
getTransactionConfirmationService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetTransactionConfirmationService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService getRollbackService()
getRollbackService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetRollbackService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServiceCopyright © 2023. All rights reserved.