Uses of Class
com.broadleafcommerce.promotion.offer.web.context.EnhancedFulfillmentGroup
-
-
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return EnhancedFulfillmentGroup Modifier and Type Method Description EnhancedFulfillmentGroupCandidateFulfillmentGroup. getFulfillmentGroup()TheEnhancedFulfillmentGroupthat is decorated for consideration as part of aCandidateFulfillmentGroupOffer.Methods in com.broadleafcommerce.promotion.offer.service.dto with parameters of type EnhancedFulfillmentGroup Modifier and Type Method Description voidCandidateFulfillmentGroup. setFulfillmentGroup(EnhancedFulfillmentGroup fulfillmentGroup)TheEnhancedFulfillmentGroupthat is decorated for consideration as part of aCandidateFulfillmentGroupOffer. -
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.service.engine
Methods in com.broadleafcommerce.promotion.offer.service.engine with parameters of type EnhancedFulfillmentGroup Modifier and Type Method Description protected com.broadleafcommerce.promotion.offer.client.web.context.discounts.FulfillmentGroupResponse<P>DefaultOfferEngineResponseBuilder. getFulfillmentGroupResponse(@NonNull EnhancedOrder order, @NonNull EnhancedFulfillmentGroup group, @NonNull Set<String> allOrderCodes)Creates an offer fulfillment group response for a fulfillment group. -
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type EnhancedFulfillmentGroup Modifier and Type Method Description protected booleanDefaultFulfillmentGroupOfferProcessor. couldOfferApplyToGroup(EnhancedFulfillmentGroup group, CandidateFulfillmentGroupOffer groupOffer) -
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.service.engine.candidate
-
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.service.engine.proration
Methods in com.broadleafcommerce.promotion.offer.service.engine.proration with parameters of type EnhancedFulfillmentGroup Modifier and Type Method Description protected voidDefaultProrationService. populateProratedFulfillmentGroupAdjustments(EnhancedFulfillmentGroup group)Populates the prorated fulfillment group adjustments for the givenEnhancedFulfillmentGroup.protected voidDefaultProrationService. populateProratedFulfillmentGroupAdjustments(FulfillmentGroupAdjustment fgAdjustment, EnhancedFulfillmentGroup group)Populates the prorated fulfillment group adjustments from the givenFulfillmentGroupAdjustmentacross the givenfulfillment itemsand the givenEnhancedFulfillmentGroup.<D extends EnhancedProratedOfferAdjustment>
voidMoneyRoundingHelper. roundProratedFulfillmentGroupAdjustments(EnhancedFulfillmentGroup group, Collection<D> proratedOfferAdjustments, javax.money.MonetaryAmount adjustmentsTotal, javax.money.CurrencyUnit currency)Rounds the givengetProratedFulfillmentAdjustments()andEnhancedProratedOfferAdjustments. -
Uses of EnhancedFulfillmentGroup in com.broadleafcommerce.promotion.offer.web.context
Methods in com.broadleafcommerce.promotion.offer.web.context that return types with arguments of type EnhancedFulfillmentGroup Modifier and Type Method Description List<EnhancedFulfillmentGroup>EnhancedOrder. getFulfillmentGroups()Method parameters in com.broadleafcommerce.promotion.offer.web.context with type arguments of type EnhancedFulfillmentGroup Modifier and Type Method Description voidEnhancedOrder. setFulfillmentGroups(List<EnhancedFulfillmentGroup> fulfillmentGroups)
-