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 PaymentDistributionServiceDefaultCartOrderGenerationService.getPaymentDistributionService()Methods in com.broadleafcommerce.orderoperation.service.generate with parameters of type PaymentDistributionServiceModifier and TypeMethodDescriptionvoidDefaultCartOrderGenerationService.setPaymentDistributionService(PaymentDistributionService paymentDistributionService) -
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.payment
Classes in com.broadleafcommerce.orderoperation.service.payment that implement PaymentDistributionServiceModifier and TypeClassDescriptionclassA 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 PaymentDistributionServiceDefaultPaymentCaptureService.getPaymentDistributionService()protected PaymentDistributionServiceDefaultPaymentRefundService.getPaymentDistributionService()Methods in com.broadleafcommerce.orderoperation.service.payment with parameters of type PaymentDistributionServiceModifier and TypeMethodDescriptionvoidDefaultPaymentCaptureService.setPaymentDistributionService(PaymentDistributionService paymentDistributionService) voidDefaultPaymentRefundService.setPaymentDistributionService(PaymentDistributionService paymentDistributionService)