Uses of Interface
com.broadleafcommerce.paymenttransaction.service.validation.PaymentVersionValidationService
Package
Description
-
Uses of PaymentVersionValidationService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected PaymentVersionValidationService
DefaultPaymentLockService.getPaymentVersionValidationService()
ModifierConstructorDescriptionDefaultPaymentLockService
(PaymentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, PaymentVersionValidationService paymentVersionValidationService, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, PaymentTransactionServiceProperties properties) -
Uses of PaymentVersionValidationService in com.broadleafcommerce.paymenttransaction.service.validation
Modifier and TypeClassDescriptionclass
The default implementation ofPaymentVersionValidationService
. -
Uses of PaymentVersionValidationService in com.broadleafcommerce.paymenttransaction.web.advice
Modifier and TypeMethodDescriptionprotected PaymentVersionValidationService
VersionValidatingRequestBodyAdvice.getPaymentVersionValidationService()
ModifierConstructorDescriptionVersionValidatingRequestBodyAdvice
(PaymentVersionValidationService paymentVersionValidationService, RequestVersionResolver requestVersionResolver, jakarta.servlet.http.HttpServletRequest request) -
Uses of PaymentVersionValidationService in com.broadleafcommerce.paymenttransaction.web.endpoint
Modifier and TypeMethodDescriptionprotected PaymentVersionValidationService
AccountPaymentManagementEndpoint.getPaymentVersionValidationService()
protected PaymentVersionValidationService
CustomerPaymentManagementEndpoint.getPaymentVersionValidationService()
protected PaymentVersionValidationService
PaymentManagementEndpoint.getPaymentVersionValidationService()
protected PaymentVersionValidationService
TransactionExecutionEndpoint.getPaymentVersionValidationService()
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) TransactionExecutionEndpoint
(PaymentService<Payment> paymentService, PaymentVersionValidationService paymentVersionValidationService, PaymentAccessValidationService paymentAccessValidationService, TransactionExecutionService transactionExecutionService)