Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.OfferUserService
-
-
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferUserService Modifier and Type Method Description OfferUserServiceOfferServiceAutoConfiguration. offerUserService(OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, CustomerFields customerFields)Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferUserService 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 OfferUserService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Classes in com.broadleafcommerce.promotion.offer.service.engine.candidate that implement OfferUserService Modifier and Type Class Description classDefaultOfferUserServiceFields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as OfferUserService Modifier and Type Field Description protected OfferUserServiceDefaultOfferCandidateService. offerUserServiceConstructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferUserService 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) -
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferUserService Modifier and Type Method Description protected OfferUserServiceDefaultOfferCodeUsageValidator. getOfferUserService()protected OfferUserServiceDefaultOfferUsageValidator. getOfferUserService()Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferUserService Constructor Description DefaultOfferCodeUsageValidator(OfferService<? extends Offer> offerService, OfferUserService offerUserService, com.broadleafcommerce.common.extension.TypeFactory offerFactory)DefaultOfferUsageValidator(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, com.broadleafcommerce.common.extension.TypeFactory offerFactory) -
Uses of OfferUserService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferUserService Modifier and Type Field Description protected OfferUserServiceOfferEngineEndpoint. offerUserServiceConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferUserService Constructor Description OfferEngineEndpoint(OfferAuditDetailService<? extends OfferAuditDetail> auditService, OfferService<? extends Offer> offerService, OfferUserService offerUserService, OfferEngineService offerEngineService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, OfferCandidateService<? extends Offer> offerCandidateService, OfferUsageValidator offerUsageValidator, OfferCodeUsageValidator offerCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator)
-