@Service(value="blPayPalCheckoutConfigurationService")
public class PayPalCheckoutConfigurationServiceImpl
extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationService
implements org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationService
| Modifier and Type | Field and Description |
|---|---|
protected PayPalCheckoutConfiguration |
configuration |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayHostedService |
hostedService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayReportingService |
reportingService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService |
rollbackService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService |
transactionConfirmationService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
transactionService |
protected org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService |
webResponseService |
| Constructor and Description |
|---|
PayPalCheckoutConfigurationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration |
getConfiguration() |
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.PaymentGatewayTransactionConfirmationService |
getTransactionConfirmationService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService |
getTransactionService() |
org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService |
getWebResponseService() |
getClientTokenService, getCreditCardExtensionHandler, getCreditCardService, getCreditCardTypesExtensionHandler, getCustomerService, getFieldExtensionHandler, getFraudService, getSubscriptionService, getTransparentRedirectServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientTokenService, getCreditCardExtensionHandler, getCreditCardService, getCreditCardTypesExtensionHandler, getCustomerService, getFieldExtensionHandler, getFraudService, getSubscriptionService, getTransparentRedirectServiceprotected PayPalCheckoutConfiguration configuration
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionService transactionService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayTransactionConfirmationService transactionConfirmationService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayReportingService reportingService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayRollbackService rollbackService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayWebResponseService webResponseService
protected org.broadleafcommerce.common.payment.service.PaymentGatewayHostedService hostedService
public PayPalCheckoutConfigurationServiceImpl()
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.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.PaymentGatewayHostedService getHostedService()
getHostedService in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationServicegetHostedService in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfigurationServiceCopyright © 2025. All rights reserved.