Uses of Class
com.broadleafcommerce.promotion.offer.service.dto.OrderTotals
Packages that use OrderTotals
Package
Description
-
Uses of OrderTotals in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return OrderTotalsModifier and TypeMethodDescriptionOrderTotals.copy()CombinedTypesOfferPermutation.getInitialOrderTotals()CombinedTypesOfferPermutation.getOrderTotals()FulfillmentGroupOfferPermutationResult.getPermutationTotals()ItemOfferPermutationResult.getPermutationTotals()OrderOfferPermutationResult.getPermutationTotals()Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type OrderTotalsModifier and TypeMethodDescriptionvoidCombinedTypesOfferPermutation.initializeOrderTotals(OrderTotals totals) voidFulfillmentGroupOfferPermutationResult.setPermutationTotals(OrderTotals permutationTotals) voidItemOfferPermutationResult.setPermutationTotals(OrderTotals permutationTotals) voidOrderOfferPermutationResult.setPermutationTotals(OrderTotals permutationTotals) Constructors in com.broadleafcommerce.promotion.offer.service.dto with parameters of type OrderTotalsModifierConstructorDescriptionItemOfferPermutationResult(ItemOfferPermutationResult result, OrderTotals initialTotals, String segmentToExclude) ItemOfferPermutationResult(ItemOfferPermutationResult result, OrderTotals initialTotals, Set<LineItemOfferDetail> detailsToReset, com.broadleafcommerce.common.extension.TypeFactory offerFactory) Clone this ItemOfferPermutationResult and reset the passed in details to remove any adjustments. -
Uses of OrderTotals in com.broadleafcommerce.promotion.offer.service.engine
Methods in com.broadleafcommerce.promotion.offer.service.engine that return OrderTotalsModifier and TypeMethodDescriptionprotected 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 OrderTotalsModifier and TypeMethodDescriptionprotected ItemOfferPermutationResultDefaultItemOfferProcessor.computeOfferPermutationValue(OfferProcessingContext context, List<CandidateItemOffer> candidateItemOffers, OrderTotals orderTotals)