Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.OfferUserService
Packages that use OfferUserService
Package
Description
-
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferUserServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.offerUserService
(OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, CustomerFields customerFields) Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferUserServiceModifier 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
Classes in com.broadleafcommerce.promotion.offer.service.engine.candidate that implement OfferUserServiceFields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as OfferUserServiceModifier and TypeFieldDescriptionprotected final OfferUserService
DefaultOfferCandidateService.offerUserService
Constructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferUserServiceModifierConstructorDescriptionDefaultOfferCandidateService
(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
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferUserServiceModifier and TypeFieldDescriptionprotected final OfferUserService
OfferEngineEndpoint.offerUserService
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferUserServiceModifierConstructorDescriptionOfferEngineEndpoint
(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)