Uses of Interface
org.broadleafcommerce.core.offer.service.discount.domain.PromotableFulfillmentGroup

Packages that use PromotableFulfillmentGroup
org.broadleafcommerce.core.offer.service.discount.domain   
org.broadleafcommerce.core.offer.service.processor   
 

Uses of PromotableFulfillmentGroup in org.broadleafcommerce.core.offer.service.discount.domain
 

Classes in org.broadleafcommerce.core.offer.service.discount.domain that implement PromotableFulfillmentGroup
 class PromotableFulfillmentGroupImpl
           
 

Fields in org.broadleafcommerce.core.offer.service.discount.domain declared as PromotableFulfillmentGroup
protected  PromotableFulfillmentGroup PromotableFulfillmentGroupAdjustmentImpl.promotableFulfillmentGroup
           
protected  PromotableFulfillmentGroup PromotableCandidateFulfillmentGroupOfferImpl.promotableFulfillmentGroup
           
 

Fields in org.broadleafcommerce.core.offer.service.discount.domain with type parameters of type PromotableFulfillmentGroup
protected  List<PromotableFulfillmentGroup> PromotableOrderImpl.fulfillmentGroups
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return PromotableFulfillmentGroup
 PromotableFulfillmentGroup PromotableItemFactoryImpl.createPromotableFulfillmentGroup(FulfillmentGroup fulfillmentGroup, PromotableOrder order)
           
 PromotableFulfillmentGroup PromotableItemFactory.createPromotableFulfillmentGroup(FulfillmentGroup fulfillmentGroup, PromotableOrder order)
           
 PromotableFulfillmentGroup PromotableCandidateFulfillmentGroupOffer.getFulfillmentGroup()
           
 PromotableFulfillmentGroup PromotableCandidateFulfillmentGroupOfferImpl.getFulfillmentGroup()
           
 PromotableFulfillmentGroup PromotableFulfillmentGroupAdjustmentImpl.getPromotableFulfillmentGroup()
           
 PromotableFulfillmentGroup PromotableFulfillmentGroupAdjustment.getPromotableFulfillmentGroup()
          Returns the associated promotableFulfillmentGroup
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type PromotableFulfillmentGroup
 List<PromotableFulfillmentGroup> PromotableOrderImpl.getFulfillmentGroups()
           
 List<PromotableFulfillmentGroup> PromotableOrder.getFulfillmentGroups()
          Returns the fulfillmentGroups associated with the order after converting them to promotableFulfillmentGroups.
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type PromotableFulfillmentGroup
 PromotableCandidateFulfillmentGroupOffer PromotableItemFactoryImpl.createPromotableCandidateFulfillmentGroupOffer(PromotableFulfillmentGroup fulfillmentGroup, Offer offer)
           
 PromotableCandidateFulfillmentGroupOffer PromotableItemFactory.createPromotableCandidateFulfillmentGroupOffer(PromotableFulfillmentGroup fulfillmentGroup, Offer offer)
           
 PromotableFulfillmentGroupAdjustment PromotableItemFactoryImpl.createPromotableFulfillmentGroupAdjustment(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup fulfillmentGroup)
           
 PromotableFulfillmentGroupAdjustment PromotableItemFactory.createPromotableFulfillmentGroupAdjustment(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup fulfillmentGroup)
           
 

Constructors in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type PromotableFulfillmentGroup
PromotableCandidateFulfillmentGroupOfferImpl(PromotableFulfillmentGroup promotableFulfillmentGroup, Offer offer)
           
PromotableFulfillmentGroupAdjustmentImpl(PromotableCandidateFulfillmentGroupOffer promotableCandidateFulfillmentGroupOffer, PromotableFulfillmentGroup fulfillmentGroup)
           
 

Uses of PromotableFulfillmentGroup in org.broadleafcommerce.core.offer.service.processor
 

Methods in org.broadleafcommerce.core.offer.service.processor that return types with arguments of type PromotableFulfillmentGroup
protected  Map<Long,PromotableFulfillmentGroup> OrderOfferProcessorImpl.buildPromotableFulfillmentGroupMap(PromotableOrder order)
           
 

Methods in org.broadleafcommerce.core.offer.service.processor with parameters of type PromotableFulfillmentGroup
protected  void FulfillmentGroupOfferProcessorImpl.applyFulfillmentGroupOffer(PromotableFulfillmentGroup promotableFulfillmentGroup, PromotableCandidateFulfillmentGroupOffer fulfillmentGroupOffer)
           
protected  Map<Long,PromotableFulfillmentGroupAdjustment> OrderOfferProcessorImpl.buildPromFulfillmentAdjMap(PromotableFulfillmentGroup fg)
           
protected  boolean FulfillmentGroupOfferProcessorImpl.couldOfferApplyToFulfillmentGroup(Offer offer, PromotableFulfillmentGroup fulfillmentGroup)
           
protected  boolean OrderOfferProcessorImpl.couldOfferApplyToOrder(Offer offer, PromotableOrder promotableOrder, PromotableFulfillmentGroup fulfillmentGroup)
          Private method which executes the appliesToOrderRules in the Offer to determine if this offer can be applied to the Order, OrderItem, or FulfillmentGroup.
protected  boolean OrderOfferProcessorImpl.couldOfferApplyToOrder(Offer offer, PromotableOrder promotableOrder, PromotableOrderItem promotableOrderItem, PromotableFulfillmentGroup promotableFulfillmentGroup)
          Private method which executes the appliesToOrderRules in the Offer to determine if this offer can be applied to the Order, OrderItem, or FulfillmentGroup.
protected  PromotableCandidateFulfillmentGroupOffer FulfillmentGroupOfferProcessorImpl.createCandidateFulfillmentGroupOffer(Offer offer, List<PromotableCandidateFulfillmentGroupOffer> qualifiedFGOffers, PromotableFulfillmentGroup fulfillmentGroup)
           
protected  void OrderOfferProcessorImpl.synchronizeFulfillmentGroupAdjustments(FulfillmentGroup fg, PromotableFulfillmentGroup promotableFG)
           
 



Copyright © 2013. All Rights Reserved.