Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.OfferCandidateService
-
-
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service
Fields in com.broadleafcommerce.promotion.offer.service declared as OfferCandidateService Modifier and Type Field Description protected OfferCandidateService<P>DefaultMarketingMessageOfferCandidateService. offerCandidateServiceprotected OfferCandidateService<O>DefaultMarketingMessageResolver. offerCandidateServiceConstructors in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCandidateService Constructor Description DefaultMarketingMessageOfferCandidateService(OfferCandidateService<P> offerCandidateService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService)DefaultMarketingMessageResolver(MarketingMessageService<P> marketingMessageService, OfferCandidateService<O> offerCandidateService, MarketingMessageOfferCandidateService<O> marketingMessageOfferCandidateService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferCandidateService Modifier and Type Method Description <P extends Offer>
OfferCandidateService<P>OfferServiceAutoConfiguration. offerCandidateService(OfferService<P> offerService, OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility)Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferCandidateService Modifier and Type Method Description <P extends Offer>
MarketingMessageOfferCandidateService<P>OfferServiceAutoConfiguration. marketingMessageOfferCandidateService(OfferCandidateService<P> offerCandidateService)<P extends MarketingMessage,O extends Offer>
MarketingMessageResolver<P,O>OfferServiceAutoConfiguration. marketingMessageRetrievalService(MarketingMessageService<P> marketingMessageService, OfferCandidateService<O> offerCandidateService, MarketingMessageOfferCandidateService<O> marketingMessageOfferCandidateService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)OfferEngineServiceOfferServiceAutoConfiguration. offerEngineService(OfferCandidateService offerCandidateService, OfferApplicationService offerApplicationService, OfferEngineResponseBuilder offerEngineResponseBuilder, ProrationService prorationService, OfferProcesingUtility offerContextUtility, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager) -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service.engine
Constructors in com.broadleafcommerce.promotion.offer.service.engine with parameters of type OfferCandidateService Constructor Description DefaultOfferEngineService(OfferCandidateService offerCandidateService, OfferApplicationService offerApplicationService, OfferEngineResponseBuilder offerEngineResponseBuilder, ProrationService prorationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferProcesingUtility offerProcessingUtility, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator) -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Classes in com.broadleafcommerce.promotion.offer.service.engine.candidate that implement OfferCandidateService Modifier and Type Class Description classDefaultOfferCandidateService<P extends Offer> -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferCandidateService Modifier and Type Method Description protected OfferCandidateService<? extends Offer>DefaultVoucherOfferUsageValidator. getOfferCandidateService()Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferCandidateService Constructor Description DefaultVoucherOfferUsageValidator(OfferCandidateService<? extends Offer> offerCandidateService, OrderAndItemOfferHelper helper, com.broadleafcommerce.common.extension.TypeFactory offerFactory) -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferCandidateService Modifier and Type Field Description protected OfferCandidateService<? extends Offer>OfferEngineEndpoint. offerCandidateServiceConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferCandidateService 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)
-