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

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

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

Methods in org.broadleafcommerce.core.offer.dao that return CandidateFulfillmentGroupOffer
 CandidateFulfillmentGroupOffer OfferDaoImpl.createCandidateFulfillmentGroupOffer()
           
 CandidateFulfillmentGroupOffer OfferDao.createCandidateFulfillmentGroupOffer()
           
 

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

Classes in org.broadleafcommerce.core.offer.domain that implement CandidateFulfillmentGroupOffer
 class CandidateFulfillmentGroupOfferImpl
           
 

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

Fields in org.broadleafcommerce.core.order.domain with type parameters of type CandidateFulfillmentGroupOffer
protected  List<CandidateFulfillmentGroupOffer> FulfillmentGroupImpl.candidateOffers
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type CandidateFulfillmentGroupOffer
 List<CandidateFulfillmentGroupOffer> FulfillmentGroup.getCandidateFulfillmentGroupOffers()
           
 List<CandidateFulfillmentGroupOffer> FulfillmentGroupImpl.getCandidateFulfillmentGroupOffers()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type CandidateFulfillmentGroupOffer
 void FulfillmentGroup.addCandidateFulfillmentGroupOffer(CandidateFulfillmentGroupOffer candidateOffer)
           
 void FulfillmentGroupImpl.addCandidateFulfillmentGroupOffer(CandidateFulfillmentGroupOffer candidateOffer)
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateFulfillmentGroupOffer
 void FulfillmentGroup.setCandidateFulfillmentGroupOffer(List<CandidateFulfillmentGroupOffer> candidateOffers)
           
 void FulfillmentGroupImpl.setCandidateFulfillmentGroupOffer(List<CandidateFulfillmentGroupOffer> candidateOffers)
           
 



Copyright © 2013. All Rights Reserved.