Uses of Class
com.broadleafcommerce.orderoperation.service.split.SplitTotalRounder.SplitAmount
-
Packages that use SplitTotalRounder.SplitAmount Package Description com.broadleafcommerce.orderoperation.service.split -
-
Uses of SplitTotalRounder.SplitAmount in com.broadleafcommerce.orderoperation.service.split
Methods in com.broadleafcommerce.orderoperation.service.split that return types with arguments of type SplitTotalRounder.SplitAmount Modifier and Type Method Description protected List<SplitTotalRounder.SplitAmount>SplitTotalRounder. getAmounts()The amounts which have been split.Method parameters in com.broadleafcommerce.orderoperation.service.split with type arguments of type SplitTotalRounder.SplitAmount Modifier and Type Method Description protected voidSplitTotalRounder. distributeUnitsForAmounts(Function<SplitTotalRounder.SplitAmount,javax.money.MonetaryAmount> getAmount, Function<SplitTotalRounder.SplitAmount,javax.money.MonetaryAmount> getRemainder, Consumer<SplitTotalRounder.SplitAmount> incrementAmount, javax.money.MonetaryAmount targetTotal)Distributes units to amounts on one part of the split until the giventargetTotalis reached.protected voidSplitTotalRounder. distributeUnitsForAmounts(Function<SplitTotalRounder.SplitAmount,javax.money.MonetaryAmount> getAmount, Function<SplitTotalRounder.SplitAmount,javax.money.MonetaryAmount> getRemainder, Consumer<SplitTotalRounder.SplitAmount> incrementAmount, javax.money.MonetaryAmount targetTotal)Distributes units to amounts on one part of the split until the giventargetTotalis reached.
-