Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.OfferUserService
Package
Description
-
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Modifier and TypeMethodDescriptionOfferServiceAutoConfiguration.offerUserService
(OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, CustomerFields customerFields) Modifier and TypeMethodDescription<P extends Offer>
OfferCandidateService<P>OfferServiceAutoConfiguration.offerCandidateService
(OfferService<P> offerService, OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility) -
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Modifier and TypeFieldDescriptionprotected final OfferUserService
DefaultOfferCandidateService.offerUserService
ModifierConstructorDescriptionDefaultOfferCandidateService
(OfferService<P> service, OfferAuditDetailService<? extends OfferAuditDetail> auditService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility) -
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.web.endpoint
Modifier and TypeFieldDescriptionprotected final OfferUserService
OfferEngineEndpoint.offerUserService
ModifierConstructorDescriptionOfferEngineEndpoint
(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, OfferEngineService offerEngineService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferCandidateService<? extends Offer> offerCandidateService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, AuditVerficationProperties auditVerificationProperties)