Uses of Interface
com.broadleafcommerce.orderoperation.service.payment.PaymentDistributionService
Packages that use PaymentDistributionService
Package
Description
-
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.autoconfigure that return PaymentDistributionServiceModifier and TypeMethodDescriptionOrderOperationServiceAutoConfiguration.paymentDistributionService
(SplitRoundingHelper splitRoundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.generate
Methods in com.broadleafcommerce.orderoperation.service.generate that return PaymentDistributionServiceModifier and TypeMethodDescriptionprotected PaymentDistributionService
DefaultCartOrderGenerationService.getPaymentDistributionService()
Methods in com.broadleafcommerce.orderoperation.service.generate with parameters of type PaymentDistributionServiceModifier and TypeMethodDescriptionvoid
DefaultCartOrderGenerationService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService) -
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.payment
Classes in com.broadleafcommerce.orderoperation.service.payment that implement PaymentDistributionServiceModifier and TypeClassDescriptionclass
A service responsible for distributing payment amounts based on the payments' ratios from anOrder
.Methods in com.broadleafcommerce.orderoperation.service.payment that return PaymentDistributionServiceModifier and TypeMethodDescriptionprotected PaymentDistributionService
DefaultPaymentCaptureService.getPaymentDistributionService()
protected PaymentDistributionService
DefaultPaymentRefundService.getPaymentDistributionService()
Methods in com.broadleafcommerce.orderoperation.service.payment with parameters of type PaymentDistributionServiceModifier and TypeMethodDescriptionvoid
DefaultPaymentCaptureService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService) void
DefaultPaymentRefundService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService)