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.offer.service.discount.domain   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.manipulation   
 

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.offer.service.discount.domain
 

Fields in org.broadleafcommerce.core.offer.service.discount.domain declared as CandidateItemOffer
protected  CandidateItemOffer PromotableCandidateItemOfferImpl.delegate
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return CandidateItemOffer
 CandidateItemOffer PromotableCandidateItemOffer.getDelegate()
           
 CandidateItemOffer PromotableCandidateItemOfferImpl.getDelegate()
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type CandidateItemOffer
 PromotableCandidateItemOffer PromotableItemFactoryImpl.createPromotableCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 PromotableCandidateItemOffer PromotableItemFactory.createPromotableCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 

Constructors in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type CandidateItemOffer
PromotableCandidateItemOfferImpl(CandidateItemOffer candidateItemOffer)
           
 

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)
           
 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)
           
 

Uses of CandidateItemOffer in org.broadleafcommerce.core.order.service.manipulation
 

Methods in org.broadleafcommerce.core.order.service.manipulation that return types with arguments of type CandidateItemOffer
 List<CandidateItemOffer> DiscreteOrderItemDecorator.getCandidateItemOffers()
           
 

Methods in org.broadleafcommerce.core.order.service.manipulation with parameters of type CandidateItemOffer
 void DiscreteOrderItemDecorator.addCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 

Method parameters in org.broadleafcommerce.core.order.service.manipulation with type arguments of type CandidateItemOffer
 void DiscreteOrderItemDecorator.setCandidateItemOffers(List<CandidateItemOffer> candidateItemOffers)
           
 



Copyright © 2012. All Rights Reserved.