Uses of Interface
org.broadleafcommerce.core.offer.domain.CandidateFulfillmentGroupOffer
Packages that use CandidateFulfillmentGroupOffer
Package
Description
-
Uses of CandidateFulfillmentGroupOffer in org.broadleafcommerce.core.offer.dao
Methods in org.broadleafcommerce.core.offer.dao that return CandidateFulfillmentGroupOfferModifier and TypeMethodDescriptionOfferDao.createCandidateFulfillmentGroupOffer()OfferDaoImpl.createCandidateFulfillmentGroupOffer() -
Uses of CandidateFulfillmentGroupOffer in org.broadleafcommerce.core.offer.domain
Classes in org.broadleafcommerce.core.offer.domain that implement CandidateFulfillmentGroupOffer -
Uses of CandidateFulfillmentGroupOffer in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain with type parameters of type CandidateFulfillmentGroupOfferModifier and TypeFieldDescriptionprotected List<CandidateFulfillmentGroupOffer>FulfillmentGroupImpl.candidateOffersMethods in org.broadleafcommerce.core.order.domain that return types with arguments of type CandidateFulfillmentGroupOfferModifier and TypeMethodDescriptionFulfillmentGroup.getCandidateFulfillmentGroupOffers()FulfillmentGroupImpl.getCandidateFulfillmentGroupOffers()Methods in org.broadleafcommerce.core.order.domain with parameters of type CandidateFulfillmentGroupOfferModifier and TypeMethodDescriptionvoidFulfillmentGroup.addCandidateFulfillmentGroupOffer(CandidateFulfillmentGroupOffer candidateOffer) voidFulfillmentGroupImpl.addCandidateFulfillmentGroupOffer(CandidateFulfillmentGroupOffer candidateOffer) Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateFulfillmentGroupOfferModifier and TypeMethodDescriptionvoidFulfillmentGroup.setCandidateFulfillmentGroupOffer(List<CandidateFulfillmentGroupOffer> candidateOffers) voidFulfillmentGroupImpl.setCandidateFulfillmentGroupOffer(List<CandidateFulfillmentGroupOffer> candidateOffers)