@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.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.PaymentGatewayReportingService getReportingService()
getReportingService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetReportingService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayCreditCardService getCreditCardService()
getCreditCardService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetCreditCardService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayCustomerService getCustomerService()
getCustomerService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetCustomerService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewaySubscriptionService getSubscriptionService()
getSubscriptionService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetSubscriptionService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayFraudService getFraudService()
getFraudService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetFraudService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayHostedService getHostedService()
getHostedService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetHostedService 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.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService getWebResponseService()
getWebResponseService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetWebResponseService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.payment.service.PaymentGatewayTransparentRedirectService getTransparentRedirectService()
getTransparentRedirectService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetTransparentRedirectService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.web.payment.processor.TRCreditCardExtensionHandler getCreditCardExtensionHandler()
getCreditCardExtensionHandler in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetCreditCardExtensionHandler in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.web.payment.expression.PaymentGatewayFieldExtensionHandler getFieldExtensionHandler()
getFieldExtensionHandler in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetFieldExtensionHandler in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServicepublic org.broadleafcommerce.common.web.payment.processor.CreditCardTypesExtensionHandler getCreditCardTypesExtensionHandler()
getCreditCardTypesExtensionHandler in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetCreditCardTypesExtensionHandler in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServiceCopyright © 2019. All rights reserved.