Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.CandidateOfferUtility
Packages that use CandidateOfferUtility
Package
Description
-
Uses of CandidateOfferUtility in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return CandidateOfferUtilityMethods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type CandidateOfferUtilityModifier and TypeMethodDescription<P extends Offer>
OfferCandidateService<P>OfferServiceAutoConfiguration.offerCandidateService
(OfferService<P> offerService, OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility) -
Uses of CandidateOfferUtility in com.broadleafcommerce.promotion.offer.service.engine.candidate
Classes in com.broadleafcommerce.promotion.offer.service.engine.candidate that implement CandidateOfferUtilityFields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as CandidateOfferUtilityModifier and TypeFieldDescriptionprotected final CandidateOfferUtility
DefaultOfferCandidateService.candidateOfferUtility
Constructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type CandidateOfferUtilityModifierConstructorDescriptionDefaultOfferCandidateService
(OfferService<P> service, OfferAuditDetailService<? extends OfferAuditDetail> auditService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility)