Uses of Class
com.broadleafcommerce.promotion.offer.service.dto.OrderTotals
-
-
Uses of OrderTotals in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return OrderTotals Modifier and Type Method Description OrderTotalsOrderTotals. copy()OrderTotalsCombinedTypesOfferPermutation. getOrderTotals()OrderTotalsFulfillmentGroupOfferPermutationResult. getPermutationTotals()OrderTotalsItemOfferPermutationResult. getPermutationTotals()OrderTotalsOrderOfferPermutationResult. getPermutationTotals()Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type OrderTotals Modifier and Type Method Description voidCombinedTypesOfferPermutation. setOrderTotals(OrderTotals orderTotals)voidFulfillmentGroupOfferPermutationResult. setPermutationTotals(OrderTotals permutationTotals)voidItemOfferPermutationResult. setPermutationTotals(OrderTotals permutationTotals)voidOrderOfferPermutationResult. setPermutationTotals(OrderTotals permutationTotals) -
Uses of OrderTotals in com.broadleafcommerce.promotion.offer.service.engine
Methods in com.broadleafcommerce.promotion.offer.service.engine that return OrderTotals Modifier and Type Method Description protected OrderTotalsOfferProcesingUtility. initializeOrderTotals(EnhancedOrder order) -
Uses of OrderTotals in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type OrderTotals Modifier and Type Method Description protected Optional<javax.money.MonetaryAmount>DefaultOrderOfferProcessor. computeAdjustmentValue(CandidateOrderOffer orderOffer, OfferProcessingContext context, OrderTotals totals)Calculates the value of the adjustment by first getting the current value of the order and then calculating the value of this adjustment.protected FulfillmentGroupOfferPermutationResultDefaultFulfillmentGroupOfferProcessor. computeOfferPermutationValue(OfferProcessingContext context, OffersPermutation<CandidateFulfillmentGroupOffer> offersPermutation, OrderTotals orderTotals)protected ItemOfferPermutationResultDefaultItemOfferProcessor. computeOfferPermutationValue(OfferProcessingContext context, List<CandidateItemOffer> candidateItemOffers, OrderTotals orderTotals)protected OrderOfferPermutationResultDefaultOrderOfferProcessor. computeOfferPermutationValue(OfferProcessingContext context, OffersPermutation<CandidateOrderOffer> offerPermutation, OrderTotals orderTotals)
-