Uses of Class
com.broadleafcommerce.promotion.offer.service.dto.CandidateFulfillmentGroupOffer
-
-
Uses of CandidateFulfillmentGroupOffer in com.broadleafcommerce.promotion.offer.service.dto
Methods in com.broadleafcommerce.promotion.offer.service.dto that return types with arguments of type CandidateFulfillmentGroupOffer Modifier and Type Method Description List<CandidateFulfillmentGroupOffer>CandidateOffers. getCandidateFulfillmentGroupOffers()List of candidate offers targetingfulfillment groups.Method parameters in com.broadleafcommerce.promotion.offer.service.dto with type arguments of type CandidateFulfillmentGroupOffer Modifier and Type Method Description voidCandidateOffers. setCandidateFulfillmentGroupOffers(List<CandidateFulfillmentGroupOffer> candidateFulfillmentGroupOffers)List of candidate offers targetingfulfillment groups. -
Uses of CandidateFulfillmentGroupOffer in com.broadleafcommerce.promotion.offer.service.engine.application.processor
Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor that return types with arguments of type CandidateFulfillmentGroupOffer Modifier and Type Method Description protected @NotNull Function<CandidateFulfillmentGroupOffer,javax.money.MonetaryAmount>DefaultFulfillmentGroupOfferProcessor. getGetTotalSavings()protected @NotNull Function<CandidateFulfillmentGroupOffer,Long>DefaultFulfillmentGroupOfferProcessor. getOfferPriority()List<CandidateFulfillmentGroupOffer>DefaultFulfillmentGroupOfferProcessor. sortAndFilter(List<CandidateFulfillmentGroupOffer> candidateFulfillmentGroupOffers)Methods in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type CandidateFulfillmentGroupOffer Modifier and Type Method Description protected Optional<javax.money.MonetaryAmount>DefaultFulfillmentGroupOfferProcessor. computeAdjustmentValue(CandidateFulfillmentGroupOffer fgOffer, CandidateFulfillmentGroup currentGroup, OfferProcessingContext context)Calculates the value of the adjustment .protected booleanDefaultFulfillmentGroupOfferProcessor. couldOfferApplyToGroup(EnhancedFulfillmentGroup group, CandidateFulfillmentGroupOffer groupOffer)protected FulfillmentGroupAdjustmentDefaultFulfillmentGroupOfferProcessor. createFulfillmentGroupAdjustment(OfferProcessingContext context, CandidateFulfillmentGroupOffer fulfillmentGroupOffer, CandidateFulfillmentGroup fulfillmentGroup, javax.money.MonetaryAmount amount)protected voidDefaultFulfillmentGroupOfferProcessor. incrementTotalSavingsPerCandidate(EnhancedOrder order, CandidateFulfillmentGroupOffer offer, List<CandidateFulfillmentGroup> groups)protected voidDefaultFulfillmentGroupOfferProcessor. truncateCandidateGroups(CandidateFulfillmentGroupOffer offer)Method parameters in com.broadleafcommerce.promotion.offer.service.engine.application.processor with type arguments of type CandidateFulfillmentGroupOffer Modifier and Type Method Description voidDefaultFulfillmentGroupOfferProcessor. calculatePotentialSavings(EnhancedOrder order, List<CandidateFulfillmentGroupOffer> candidateOffers)protected voidDefaultFulfillmentGroupOfferProcessor. clearStateBetweenPermutations(EnhancedOrder order, List<CandidateFulfillmentGroupOffer> candidateOffers)protected FulfillmentGroupOfferPermutationResultDefaultFulfillmentGroupOfferProcessor. computeOfferPermutationValue(OfferProcessingContext context, OffersPermutation<CandidateFulfillmentGroupOffer> offersPermutation, OrderTotals orderTotals)List<CandidateFulfillmentGroupOffer>DefaultFulfillmentGroupOfferProcessor. sortAndFilter(List<CandidateFulfillmentGroupOffer> candidateFulfillmentGroupOffers) -
Uses of CandidateFulfillmentGroupOffer in com.broadleafcommerce.promotion.offer.service.engine.candidate
Methods in com.broadleafcommerce.promotion.offer.service.engine.candidate that return CandidateFulfillmentGroupOffer Modifier and Type Method Description CandidateFulfillmentGroupOfferCandidateOfferUtility. createCandidateFulfillmentGroupOffer(EnhancedOrder order, Offer offer)Creates aCandidateFulfillmentGroupOfferfor the given order and offer.CandidateFulfillmentGroupOfferDefaultCandidateOfferUtility. createCandidateFulfillmentGroupOffer(EnhancedOrder order, Offer offer) -
Uses of CandidateFulfillmentGroupOffer in com.broadleafcommerce.promotion.offer.web.context
Methods in com.broadleafcommerce.promotion.offer.web.context with parameters of type CandidateFulfillmentGroupOffer Modifier and Type Method Description booleanEnhancedFulfillmentGroup. canApplyOffer(CandidateFulfillmentGroupOffer offer)Whether the provided offer can be applied to this group. -
Uses of CandidateFulfillmentGroupOffer in com.broadleafcommerce.promotion.offer.web.context.info
Methods in com.broadleafcommerce.promotion.offer.web.context.info that return CandidateFulfillmentGroupOffer Modifier and Type Method Description CandidateFulfillmentGroupOfferFulfillmentGroupAdjustment. getCandidateFulfillmentGroupOffer()Methods in com.broadleafcommerce.promotion.offer.web.context.info with parameters of type CandidateFulfillmentGroupOffer Modifier and Type Method Description voidFulfillmentGroupAdjustment. setCandidateFulfillmentGroupOffer(CandidateFulfillmentGroupOffer candidateFulfillmentGroupOffer)
-