Uses of Interface
org.broadleafcommerce.core.offer.domain.CandidateItemOffer

Packages that use CandidateItemOffer
org.broadleafcommerce.core.offer.dao   
org.broadleafcommerce.core.offer.domain   
org.broadleafcommerce.core.order.domain   
 

Uses of CandidateItemOffer in org.broadleafcommerce.core.offer.dao
 

Methods in org.broadleafcommerce.core.offer.dao that return CandidateItemOffer
 CandidateItemOffer OfferDaoImpl.createCandidateItemOffer()
           
 CandidateItemOffer OfferDao.createCandidateItemOffer()
           
 

Uses of CandidateItemOffer in org.broadleafcommerce.core.offer.domain
 

Classes in org.broadleafcommerce.core.offer.domain that implement CandidateItemOffer
 class CandidateItemOfferImpl
           
 

Methods in org.broadleafcommerce.core.offer.domain that return CandidateItemOffer
 CandidateItemOffer CandidateItemOffer.clone()
           
 CandidateItemOffer CandidateItemOfferImpl.clone()
           
 

Methods in org.broadleafcommerce.core.offer.domain with parameters of type CandidateItemOffer
 void CandidateItemOfferImpl.checkCloneable(CandidateItemOffer itemOffer)
           
 

Uses of CandidateItemOffer in org.broadleafcommerce.core.order.domain
 

Fields in org.broadleafcommerce.core.order.domain with type parameters of type CandidateItemOffer
protected  List<CandidateItemOffer> OrderItemImpl.candidateItemOffers
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type CandidateItemOffer
 List<CandidateItemOffer> OrderItem.getCandidateItemOffers()
           
 List<CandidateItemOffer> OrderItemImpl.getCandidateItemOffers()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type CandidateItemOffer
 void OrderItem.addCandidateItemOffer(CandidateItemOffer candidateItemOffer)
          Used by the promotion engine to add offers that might apply to this orderItem.
 void OrderItemImpl.addCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateItemOffer
 void OrderItem.setCandidateItemOffers(List<CandidateItemOffer> candidateItemOffers)
           
 void OrderItemImpl.setCandidateItemOffers(List<CandidateItemOffer> candidateItemOffers)
           
 



Copyright © 2013. All Rights Reserved.