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 OfferDao.createCandidateItemOffer()
           
 CandidateItemOffer OfferDaoImpl.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 CandidateItemOfferImpl.clone()
           
 CandidateItemOffer CandidateItemOffer.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 PromotableCandidateItemOfferImpl.getDelegate()
           
 CandidateItemOffer PromotableCandidateItemOffer.getDelegate()
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type CandidateItemOffer
 PromotableCandidateItemOffer PromotableItemFactory.createPromotableCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 PromotableCandidateItemOffer PromotableItemFactoryImpl.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  java.util.List<CandidateItemOffer> OrderItemImpl.candidateItemOffers
           
 

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

Methods in org.broadleafcommerce.core.order.domain with parameters of type CandidateItemOffer
 void OrderItemImpl.addCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 void OrderItem.addCandidateItemOffer(CandidateItemOffer candidateItemOffer)
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateItemOffer
 void OrderItemImpl.setCandidateItemOffers(java.util.List<CandidateItemOffer> candidateItemOffers)
           
 void OrderItem.setCandidateItemOffers(java.util.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
 java.util.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(java.util.List<CandidateItemOffer> candidateItemOffers)
           
 



Copyright © 2012. All Rights Reserved.