Uses of Interface
org.broadleafcommerce.core.offer.service.discount.domain.PromotableOrderAdjustment
Packages that use PromotableOrderAdjustment
Package
Description
-
Uses of PromotableOrderAdjustment in org.broadleafcommerce.core.offer.service.discount.domain
Classes in org.broadleafcommerce.core.offer.service.discount.domain that implement PromotableOrderAdjustmentFields in org.broadleafcommerce.core.offer.service.discount.domain with type parameters of type PromotableOrderAdjustmentModifier and TypeFieldDescriptionprotected List<PromotableOrderAdjustment>PromotableOrderImpl.candidateOrderOfferAdjustmentsMethods in org.broadleafcommerce.core.offer.service.discount.domain that return PromotableOrderAdjustmentModifier and TypeMethodDescriptionPromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer, PromotableOrder order) PromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer, PromotableOrder order, org.broadleafcommerce.common.money.Money value) PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer, PromotableOrder order) PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer, PromotableOrder order, org.broadleafcommerce.common.money.Money adjustmentValue) Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type PromotableOrderAdjustmentModifier and TypeMethodDescriptionPromotableOrder.getCandidateOrderAdjustments()Returns the list of orderAdjustments being proposed for the order.PromotableOrderImpl.getCandidateOrderAdjustments()Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type PromotableOrderAdjustmentModifier and TypeMethodDescriptionvoidPromotableOrder.addCandidateOrderAdjustment(PromotableOrderAdjustment orderAdjustment) Adds the adjustment to the order's adjustment list and discounts the order's adjustment price by the value of the adjustment.voidPromotableOrderImpl.addCandidateOrderAdjustment(PromotableOrderAdjustment orderAdjustment) -
Uses of PromotableOrderAdjustment in org.broadleafcommerce.core.offer.service.processor
Methods in org.broadleafcommerce.core.offer.service.processor that return types with arguments of type PromotableOrderAdjustmentModifier and TypeMethodDescriptionprotected Map<Long,PromotableOrderAdjustment> OrderOfferProcessorImpl.buildPromotableOrderAdjustmentsMap(PromotableOrder promotableOrder) Methods in org.broadleafcommerce.core.offer.service.processor with parameters of type PromotableOrderAdjustmentModifier and TypeMethodDescriptionprotected voidOrderOfferProcessorImpl.updateAdjustmentIfChangesDetected(OrderAdjustment adjustment, PromotableOrderAdjustment promotableAdjustment)