Uses of Interface
com.broadleafcommerce.paymenttransaction.service.PaymentManagementService
Packages that use PaymentManagementService
Package
Description
-
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service
Classes in com.broadleafcommerce.paymenttransaction.service that implement PaymentManagementServiceMethods in com.broadleafcommerce.paymenttransaction.service that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>DefaultTransactionExecutionService.getPaymentManagementService()Constructors in com.broadleafcommerce.paymenttransaction.service with parameters of type PaymentManagementServiceModifierConstructorDescriptionDefaultTransactionExecutionService(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
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure that return PaymentManagementServiceModifier 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) Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type PaymentManagementServiceModifier 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
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.reversals that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>MarkPaymentTransactionsForReversalListener.getPaymentManagementService()Deprecated.protected PaymentManagementService<Payment>PaymentTransactionReversalJobListener.getPaymentManagementService()Methods in com.broadleafcommerce.paymenttransaction.service.messaging.reversals with parameters of type PaymentManagementServiceModifier and TypeMethodDescriptionvoidPaymentTransactionReversalJobListener.setPaymentManagementService(PaymentManagementService<Payment> paymentManagementService) Constructors in com.broadleafcommerce.paymenttransaction.service.messaging.reversals with parameters of type PaymentManagementServiceModifierConstructorDescriptionMarkPaymentTransactionsForReversalListener(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
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>CreateSavedPaymentMethodEventListener.getPaymentManagementService()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment with parameters of type PaymentManagementServiceModifierConstructorDescriptionCreateSavedPaymentMethodEventListener(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
Methods in com.broadleafcommerce.paymenttransaction.service.summary that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>DefaultTransactionSummaryService.getPaymentManagementService()Constructors in com.broadleafcommerce.paymenttransaction.service.summary with parameters of type PaymentManagementServiceModifierConstructorDescriptionDefaultTransactionSummaryService(PaymentManagementService<Payment> paymentManagementService, PaymentSummaryService paymentSummaryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentManagementService in com.broadleafcommerce.paymenttransaction.service.validation
Methods in com.broadleafcommerce.paymenttransaction.service.validation that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>DefaultPaymentAccessValidationService.getPaymentManagementService()protected PaymentManagementService<Payment>DefaultPaymentTTLValidationService.getPaymentManagementService()Constructors in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type PaymentManagementServiceModifierConstructorDescriptionDefaultPaymentAccessValidationService(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
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint that return PaymentManagementServiceModifier and TypeMethodDescriptionprotected PaymentManagementService<Payment>AccountPaymentManagementEndpoint.getPaymentManagementService()protected PaymentManagementService<Payment>CustomerPaymentManagementEndpoint.getPaymentManagementService()protected PaymentManagementService<Payment>PaymentManagementEndpoint.getPaymentManagementService()Constructors in com.broadleafcommerce.paymenttransaction.web.endpoint with parameters of type PaymentManagementServiceModifierConstructorDescriptionAccountPaymentManagementEndpoint(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)