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

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

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

Methods in org.broadleafcommerce.core.offer.dao that return CandidateOrderOffer
 CandidateOrderOffer OfferDaoImpl.createCandidateOrderOffer()
           
 CandidateOrderOffer OfferDao.createCandidateOrderOffer()
           
 

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

Classes in org.broadleafcommerce.core.offer.domain that implement CandidateOrderOffer
 class CandidateOrderOfferImpl
           
 

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

Fields in org.broadleafcommerce.core.order.domain with type parameters of type CandidateOrderOffer
protected  List<CandidateOrderOffer> OrderImpl.candidateOrderOffers
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type CandidateOrderOffer
 List<CandidateOrderOffer> Order.getCandidateOrderOffers()
          Gets the Offers that could potentially apply to this Order.
 List<CandidateOrderOffer> NullOrderImpl.getCandidateOrderOffers()
           
 List<CandidateOrderOffer> OrderImpl.getCandidateOrderOffers()
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateOrderOffer
 void Order.setCandidateOrderOffers(List<CandidateOrderOffer> candidateOrderOffers)
          Sets the Offers that could potentially apply to this Order
 void NullOrderImpl.setCandidateOrderOffers(List<CandidateOrderOffer> candidateOrderOffers)
           
 void OrderImpl.setCandidateOrderOffers(List<CandidateOrderOffer> candidateOrderOffers)
           
 



Copyright © 2013. All Rights Reserved.