Uses of Class
com.broadleafcommerce.promotion.offer.service.dto.ItemOfferPermutationResult
-
Packages that use ItemOfferPermutationResult Package Description com.broadleafcommerce.promotion.offer.service.dto com.broadleafcommerce.promotion.offer.service.engine.application.processor -
-
Uses of ItemOfferPermutationResult in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return types with arguments of type ItemOfferPermutationResult Modifier and Type Method Description Optional<ItemOfferPermutationResult>CombinedTypesOfferPermutation. getBestFulfillmentItemOfferPermutation()Optional<ItemOfferPermutationResult>CombinedTypesOfferPermutation. getBestItemOfferPermutation()Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type ItemOfferPermutationResult Modifier and Type Method Description booleanItemOfferPermutationResult. isLessValueThan(ItemOfferPermutationResult other)voidCombinedTypesOfferPermutation. setBestFulfillmentItemOfferPermutation(ItemOfferPermutationResult bestFulfillmentItemOfferPermutation)voidCombinedTypesOfferPermutation. setBestItemOfferPermutation(ItemOfferPermutationResult bestItemOfferPermutation)voidCombinedTypesOfferPermutation. updateBestFulfillmentItemPermutation(ItemOfferPermutationResult permutation)voidCombinedTypesOfferPermutation. updateBestOrderItemPermutation(ItemOfferPermutationResult permutation) -
Uses of ItemOfferPermutationResult in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor that return ItemOfferPermutationResult Modifier and Type Method Description protected ItemOfferPermutationResultDefaultItemOfferProcessor. computeOfferPermutationValue(OfferProcessingContext context, List<CandidateItemOffer> candidateItemOffers, OrderTotals orderTotals)Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type ItemOfferPermutationResult Modifier and Type Method Description protected voidDefaultItemOfferProcessor. addFreeGiftsToResult(OfferProcessingContext context, ItemOfferPermutationResult result)voidDefaultItemOfferProcessor. applyItemAdjustments(OfferProcessingContext context, ItemOfferPermutationResult result)voidItemOfferProcessor. applyItemAdjustments(OfferProcessingContext context, ItemOfferPermutationResult result)For item processing, the adjustments are stored onLineItemOfferDetailrecords.protected voidDefaultItemOfferProcessor. updateBestPermutation(CombinedTypesOfferPermutation ctop, ItemOfferPermutationResult bestPermutation)
-