Uses of Interface
com.broadleafcommerce.paymenttransaction.service.PaymentManagementService
Package
Description
-
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
DefaultTransactionExecutionService.getPaymentManagementService()
ModifierConstructorDescriptionDefaultTransactionExecutionService
(PaymentService<Payment> paymentService, PaymentManagementService<Payment> paymentManagementService, TransactionExecutionRequestValidator requestValidator, PaymentLockService<Payment> paymentLockService, PaymentRequestService paymentRequestService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentTransactionService<PaymentTransaction> paymentTransactionService, TransactionResponseService transactionResponseService, TransactionExecutionUtil transactionExecutionUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.paymentManagementService
(PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Modifier and TypeMethodDescriptionPaymentTransactionReversalAutoConfiguration.markPaymentTransactionsForReversalListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.data.tracking.core.service.scheduledjob.ScheduledJobContextService scheduledJobContextService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentManagementService<Payment> paymentManagementService, PaymentLockService<Payment> paymentLockService) PaymentTransactionServiceAutoConfiguration.paymentAccessValidationService
(PaymentTTLValidationService paymentTTLValidationService, PaymentManagementService paymentManagementService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) PaymentTransactionServiceAutoConfiguration.paymentTTLValidationService
(PaymentManagementService<Payment> paymentManagementService, PaymentTransactionServiceProperties properties) PaymentTransactionServiceAutoConfiguration.transactionExecutionService
(PaymentService<Payment> paymentService, PaymentManagementService<Payment> paymentManagementService, TransactionExecutionRequestValidator requestValidator, PaymentLockService<Payment> paymentLockService, PaymentRequestService paymentRequestService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, PaymentTransactionService<PaymentTransaction> paymentTransactionService, TransactionResponseService transactionResponseService, TransactionExecutionUtil transactionExecutionUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PaymentTransactionServiceAutoConfiguration.transactionSummaryService
(PaymentManagementService<Payment> paymentManagementService, PaymentSummaryService paymentSummaryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.messaging.reversals
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
MarkPaymentTransactionsForReversalListener.getPaymentManagementService()
Deprecated.protected PaymentManagementService<Payment>
PaymentTransactionReversalJobListener.getPaymentManagementService()
Modifier and TypeMethodDescriptionvoid
PaymentTransactionReversalJobListener.setPaymentManagementService
(PaymentManagementService<Payment> paymentManagementService) ModifierConstructorDescriptionMarkPaymentTransactionsForReversalListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentService, com.broadleafcommerce.data.tracking.core.service.scheduledjob.ScheduledJobContextService scheduledJobContextService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentService<Payment> paymentService, PaymentManagementService<Payment> paymentManagementService, PaymentLockService<Payment> paymentLockService) Deprecated. -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
CreateSavedPaymentMethodEventListener.getPaymentManagementService()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionCreateSavedPaymentMethodEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentManagementService<Payment> paymentManagementService, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, SavedPaymentMethodManagementService savedPaymentMethodManagementService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.summary
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
DefaultTransactionSummaryService.getPaymentManagementService()
ModifierConstructorDescriptionDefaultTransactionSummaryService
(PaymentManagementService<Payment> paymentManagementService, PaymentSummaryService paymentSummaryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.validation
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
DefaultPaymentAccessValidationService.getPaymentManagementService()
protected PaymentManagementService<Payment>
DefaultPaymentTTLValidationService.getPaymentManagementService()
ModifierConstructorDescriptionDefaultPaymentAccessValidationService
(PaymentTTLValidationService paymentTTLValidationService, PaymentManagementService<Payment> paymentManagementService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) DefaultPaymentTTLValidationService
(PaymentManagementService<Payment> paymentManagementService, PaymentTransactionServiceProperties paymentTransactionServiceProperties) -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.web.endpoint
Modifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>
AccountPaymentManagementEndpoint.getPaymentManagementService()
protected PaymentManagementService<Payment>
CustomerPaymentManagementEndpoint.getPaymentManagementService()
protected PaymentManagementService<Payment>
PaymentManagementEndpoint.getPaymentManagementService()
ModifierConstructorDescriptionAccountPaymentManagementEndpoint
(PaymentManagementService<Payment> paymentManagementService, PaymentService<Payment> paymentService, PaymentSummaryService paymentSummaryService, PaymentVersionValidationService paymentVersionValidationService, PaymentAccessValidationService paymentAccessValidationService, SavedPaymentMethodAccessValidationService savedPaymentMethodAccessValidationService) CustomerPaymentManagementEndpoint
(PaymentManagementService<Payment> paymentManagementService, PaymentService<Payment> paymentService, PaymentSummaryService paymentSummaryService, PaymentVersionValidationService paymentVersionValidationService, PaymentAccessValidationService paymentAccessValidationService, SavedPaymentMethodAccessValidationService savedPaymentMethodAccessValidationService) PaymentManagementEndpoint
(PaymentManagementService<Payment> paymentManagementService, PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, PaymentSummaryService paymentSummaryService, PaymentVersionValidationService paymentVersionValidationService)