Uses of Class
com.broadleafcommerce.orderoperation.service.split.SplitRoundingHelper
- 
- 
Uses of SplitRoundingHelper in com.broadleafcommerce.orderoperation.service.autoconfigure
Methods in com.broadleafcommerce.orderoperation.service.autoconfigure with parameters of type SplitRoundingHelper Modifier and Type Method Description ReturnConfirmationGenerationServiceOrderOperationServiceAutoConfiguration. returnConfirmationGenerationService(SplitRoundingHelper splitRoundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)ReturnGenerationServiceOrderOperationServiceAutoConfiguration. returnGenerationService(FulfillmentSplittingService<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillmentSplittingService, FulfillmentOperationHelper fulfillmentOperationHelper, SplitRoundingHelper splitRoundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) - 
Uses of SplitRoundingHelper in com.broadleafcommerce.orderoperation.service.generate
Methods in com.broadleafcommerce.orderoperation.service.generate that return SplitRoundingHelper Modifier and Type Method Description protected SplitRoundingHelperDefaultReturnConfirmationGenerationService. getRoundingHelper()protected SplitRoundingHelperDefaultReturnGenerationService. getRoundingHelper()Constructors in com.broadleafcommerce.orderoperation.service.generate with parameters of type SplitRoundingHelper Constructor Description DefaultReturnConfirmationGenerationService(SplitRoundingHelper roundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)DefaultReturnGenerationService(FulfillmentSplittingService<com.broadleafcommerce.order.client.domain.OrderFulfillment> splittingService, FulfillmentOperationHelper helper, SplitRoundingHelper roundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) - 
Uses of SplitRoundingHelper in com.broadleafcommerce.orderoperation.service.split
Methods in com.broadleafcommerce.orderoperation.service.split that return SplitRoundingHelper Modifier and Type Method Description protected SplitRoundingHelperDefaultFulfillmentSplitRoundingService. getRoundingHelper()protected SplitRoundingHelperTaxDetailRoundingPayload. getRoundingHelper()The rounding helper.Methods in com.broadleafcommerce.orderoperation.service.split with parameters of type SplitRoundingHelper Modifier and Type Method Description voidTaxDetailRoundingPayload. init(@NonNull List<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillments, SplitRoundingHelper roundingHelper)Initializes this tax rounding payloadConstructors in com.broadleafcommerce.orderoperation.service.split with parameters of type SplitRoundingHelper Constructor Description DefaultFulfillmentSplitRoundingService(FulfillmentOperationHelper helper, SplitRoundingHelper roundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) 
 -