@Service(value="blCustomerCreditConfigurationService")
public class CustomerCreditConfigurationServiceImpl
extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
Modifier and Type | Field and Description |
---|---|
protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
configuration |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService |
rollbackService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService |
transactionConfirmationService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
transactionService |
Constructor and Description |
---|
CustomerCreditConfigurationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
getConfiguration() |
org.broadleafcommerce.common.web.payment.processor.TRCreditCardExtensionHandler |
getCreditCardExtensionHandler() |
org.broadleafcommerce.common.payment.service.PaymentGatewayCreditCardService |
getCreditCardService() |
org.broadleafcommerce.common.web.payment.processor.CreditCardTypesExtensionHandler |
getCreditCardTypesExtensionHandler() |
org.broadleafcommerce.common.payment.service.PaymentGatewayCustomerService |
getCustomerService() |
org.broadleafcommerce.common.web.payment.expression.PaymentGatewayFieldExtensionHandler |
getFieldExtensionHandler() |
org.broadleafcommerce.common.payment.service.PaymentGatewayFraudService |
getFraudService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayHostedService |
getHostedService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayReportingService |
getReportingService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService |
getRollbackService() |
org.broadleafcommerce.common.payment.service.PaymentGatewaySubscriptionService |
getSubscriptionService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService |
getTransactionConfirmationService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
getTransactionService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService |
getTransparentRedirectService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService |
getWebResponseService() |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration configuration
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService transactionService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService transactionConfirmationService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService rollbackService
public CustomerCreditConfigurationServiceImpl()
public org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration getConfiguration()
getConfiguration
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getConfiguration
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService getTransactionService()
getTransactionService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getTransactionService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService getTransactionConfirmationService()
getTransactionConfirmationService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getTransactionConfirmationService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayReportingService getReportingService()
getReportingService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getReportingService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayCreditCardService getCreditCardService()
getCreditCardService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getCreditCardService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayCustomerService getCustomerService()
getCustomerService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getCustomerService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewaySubscriptionService getSubscriptionService()
getSubscriptionService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getSubscriptionService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayFraudService getFraudService()
getFraudService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getFraudService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayHostedService getHostedService()
getHostedService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getHostedService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService getRollbackService()
getRollbackService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getRollbackService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService getWebResponseService()
getWebResponseService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getWebResponseService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService getTransparentRedirectService()
getTransparentRedirectService
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getTransparentRedirectService
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.web.payment.processor.TRCreditCardExtensionHandler getCreditCardExtensionHandler()
getCreditCardExtensionHandler
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getCreditCardExtensionHandler
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.web.payment.expression.PaymentGatewayFieldExtensionHandler getFieldExtensionHandler()
getFieldExtensionHandler
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getFieldExtensionHandler
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
public org.broadleafcommerce.common.web.payment.processor.CreditCardTypesExtensionHandler getCreditCardTypesExtensionHandler()
getCreditCardTypesExtensionHandler
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
getCreditCardTypesExtensionHandler
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
Copyright © 2019. All rights reserved.