Uses of Class
com.broadleafcommerce.promotion.offer.web.context.info.FulfillmentGroupAdjustment
-
-
Uses of FulfillmentGroupAdjustment in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return types with arguments of type FulfillmentGroupAdjustment Modifier and Type Method Description Map<String,List<FulfillmentGroupAdjustment>>FulfillmentGroupOfferPermutationResult. getAdjustments()Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type FulfillmentGroupAdjustment Modifier and Type Method Description voidFulfillmentGroupOfferPermutationResult. addAdjustment(FulfillmentGroupAdjustment adjustment)protected StringFulfillmentGroupOfferPermutationResult. getFGid(FulfillmentGroupAdjustment adjustment)Method parameters in com.broadleafcommerce.promotion.offer.service.dto with type arguments of type FulfillmentGroupAdjustment Modifier and Type Method Description voidFulfillmentGroupOfferPermutationResult. setAdjustments(Map<String,List<FulfillmentGroupAdjustment>> adjustments) -
Uses of FulfillmentGroupAdjustment in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor that return FulfillmentGroupAdjustment Modifier and Type Method Description protected FulfillmentGroupAdjustmentDefaultFulfillmentGroupOfferProcessor. createFulfillmentGroupAdjustment(OfferProcessingContext context, CandidateFulfillmentGroupOffer fulfillmentGroupOffer, CandidateFulfillmentGroup fulfillmentGroup, javax.money.MonetaryAmount amount)Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type FulfillmentGroupAdjustment Modifier and Type Method Description protected voidDefaultFulfillmentGroupOfferProcessor. addAdjustmentToFulfillmentGroup(CandidateFulfillmentGroup fg, FulfillmentGroupAdjustment adjustment)Method parameters in com.broadleafcommerce.promotion.offer.service.engine.application.processor with type arguments of type FulfillmentGroupAdjustment Modifier and Type Method Description voidDefaultFulfillmentGroupOfferProcessor. applyFulfillmentGroupAdjustments(OfferProcessingContext context, Map<String,List<FulfillmentGroupAdjustment>> adjustmentsMap)voidFulfillmentGroupOfferProcessor. applyFulfillmentGroupAdjustments(OfferProcessingContext context, Map<String,List<FulfillmentGroupAdjustment>> adjustments) -
Uses of FulfillmentGroupAdjustment in com.broadleafcommerce.promotion.offer.service.engine.proration
Methods in com.broadleafcommerce.promotion.offer.service.engine.proration with parameters of type FulfillmentGroupAdjustment Modifier and Type Method Description protected voidDefaultProrationService. populateProratedFulfillmentGroupAdjustments(FulfillmentGroupAdjustment fgAdjustment, EnhancedFulfillmentGroup group)Populates the prorated fulfillment group adjustments from the givenFulfillmentGroupAdjustmentacross the givenfulfillment itemsand the givenEnhancedFulfillmentGroup.protected booleanDefaultProrationService. shouldProrateAdjustment(FulfillmentGroupAdjustment adjustment)Determines whether the givenFulfillmentGroupAdjustmentshould be prorated across the fulfillment items. -
Uses of FulfillmentGroupAdjustment in com.broadleafcommerce.promotion.offer.web.context
Methods in com.broadleafcommerce.promotion.offer.web.context that return types with arguments of type FulfillmentGroupAdjustment Modifier and Type Method Description List<FulfillmentGroupAdjustment>EnhancedFulfillmentGroup. getGroupAdjustments()Method parameters in com.broadleafcommerce.promotion.offer.web.context with type arguments of type FulfillmentGroupAdjustment Modifier and Type Method Description voidEnhancedFulfillmentGroup. setGroupAdjustments(List<FulfillmentGroupAdjustment> groupAdjustments)protected javax.money.MonetaryAmountEnhancedFulfillmentGroup. sumOnAdjustments(javax.money.CurrencyUnit currency, Function<FulfillmentGroupAdjustment,javax.money.MonetaryAmount> mapAttribute)Sums some attribute of the adjustments of this fulfillment group.protected javax.money.MonetaryAmountEnhancedFulfillmentGroup. sumOnAdjustments(javax.money.CurrencyUnit currency, Function<FulfillmentGroupAdjustment,javax.money.MonetaryAmount> mapAttribute, Predicate<FulfillmentGroupAdjustment> filter)Sums some attribute of the adjustments of this fulfillment group.protected javax.money.MonetaryAmountEnhancedFulfillmentGroup. sumOnAdjustments(javax.money.CurrencyUnit currency, Function<FulfillmentGroupAdjustment,javax.money.MonetaryAmount> mapAttribute, Predicate<FulfillmentGroupAdjustment> filter)Sums some attribute of the adjustments of this fulfillment group.
-