Uses of Interface
org.broadleafcommerce.core.offer.domain.CandidateItemOffer
Packages that use CandidateItemOffer
Package
Description
-
Uses of CandidateItemOffer in org.broadleafcommerce.core.offer.dao
Methods in org.broadleafcommerce.core.offer.dao that return CandidateItemOfferModifier and TypeMethodDescriptionOfferDao.createCandidateItemOffer()OfferDaoImpl.createCandidateItemOffer() -
Uses of CandidateItemOffer in org.broadleafcommerce.core.offer.domain
Classes in org.broadleafcommerce.core.offer.domain that implement CandidateItemOfferMethods in org.broadleafcommerce.core.offer.domain with type parameters of type CandidateItemOfferModifier and TypeMethodDescription<G extends CandidateItemOffer>
org.broadleafcommerce.common.copy.CreateResponse<G>CandidateItemOfferImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.offer.domain that return CandidateItemOfferMethods in org.broadleafcommerce.core.offer.domain with parameters of type CandidateItemOfferModifier and TypeMethodDescriptionvoidCandidateItemOfferImpl.checkCloneable(CandidateItemOffer itemOffer) -
Uses of CandidateItemOffer in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain with type parameters of type CandidateItemOfferModifier and TypeFieldDescriptionprotected List<CandidateItemOffer>OrderItemImpl.candidateItemOffersMethods in org.broadleafcommerce.core.order.domain that return types with arguments of type CandidateItemOfferModifier and TypeMethodDescriptionOrderItem.getCandidateItemOffers()OrderItemImpl.getCandidateItemOffers()Methods in org.broadleafcommerce.core.order.domain with parameters of type CandidateItemOfferModifier and TypeMethodDescriptionvoidOrderItem.addCandidateItemOffer(CandidateItemOffer candidateItemOffer) Used by the promotion engine to add offers that might apply to this orderItem.voidOrderItemImpl.addCandidateItemOffer(CandidateItemOffer candidateItemOffer) Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type CandidateItemOfferModifier and TypeMethodDescriptionvoidOrderItem.setCandidateItemOffers(List<CandidateItemOffer> candidateItemOffers) voidOrderItemImpl.setCandidateItemOffers(List<CandidateItemOffer> candidateItemOffers)