Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.CandidateOfferUtility
-
Packages that use CandidateOfferUtility Package Description com.broadleafcommerce.promotion.offer.service.autoconfigure com.broadleafcommerce.promotion.offer.service.engine.candidate -
-
Uses of CandidateOfferUtility in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return CandidateOfferUtility Modifier and Type Method Description CandidateOfferUtilityOfferServiceAutoConfiguration. candidateOfferUtility()Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type CandidateOfferUtility Modifier and Type Method Description <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 CandidateOfferUtility Modifier and Type Class Description classDefaultCandidateOfferUtilityFields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as CandidateOfferUtility Modifier and Type Field Description protected CandidateOfferUtilityDefaultOfferCandidateService. candidateOfferUtilityConstructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type CandidateOfferUtility Constructor Description DefaultOfferCandidateService(OfferService<P> service, OfferAuditDetailService<? extends OfferAuditDetail> auditService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility)
-