Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.candidate.OfferCandidateService
Packages that use OfferCandidateService
Package
Description
-
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service
Fields in com.broadleafcommerce.promotion.offer.service declared as OfferCandidateServiceModifier and TypeFieldDescriptionprotected final OfferCandidateService<P>
DefaultMarketingMessageOfferCandidateService.offerCandidateService
protected final OfferCandidateService<O>
DefaultMarketingMessageResolver.offerCandidateService
Constructors in com.broadleafcommerce.promotion.offer.service with parameters of type OfferCandidateServiceModifierConstructorDescriptionDefaultMarketingMessageOfferCandidateService
(OfferCandidateService<P> offerCandidateService, com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService) DefaultMarketingMessageResolver
(MarketingMessageService<P> marketingMessageService, OfferCandidateService<O> offerCandidateService, OfferService<O> offerService, 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 OfferCandidateServiceModifier and TypeMethodDescription<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 OfferCandidateServiceModifier and TypeMethodDescription<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, OfferService<O> offerService, MarketingMessageOfferCandidateService<O> marketingMessageOfferCandidateService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) OfferServiceAutoConfiguration.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 OfferCandidateServiceModifierConstructorDescriptionDefaultOfferEngineService
(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 -
Uses of OfferCandidateService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferCandidateServiceModifier and TypeMethodDescriptionprotected OfferCandidateService<? extends Offer>
DefaultVoucherOfferUsageValidator.getOfferCandidateService()
Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferCandidateServiceModifierConstructorDescriptionDefaultVoucherOfferUsageValidator
(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 OfferCandidateServiceModifier and TypeFieldDescriptionprotected final OfferCandidateService<? extends Offer>
OfferEngineEndpoint.offerCandidateService
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferCandidateServiceModifierConstructorDescriptionOfferEngineEndpoint
(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)