Uses of Interface
com.broadleafcommerce.promotion.offer.service.OfferService
Packages that use OfferService
Package
Description
-
Uses of OfferService in com.broadleafcommerce.promotion.offer.dataimport
Methods in com.broadleafcommerce.promotion.offer.dataimport that return OfferServiceModifier and TypeMethodDescriptionprotected OfferService<Offer>
OfferCodeImportBatchHandler.getOfferService()
Constructors in com.broadleafcommerce.promotion.offer.dataimport with parameters of type OfferServiceModifierConstructorDescriptionOfferCodeImportBatchHandler
(OfferCodeConverter offerCodeConverter, OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, OfferCodeDefaultsInitializer offerCodeDefaultsInitializer, OfferService<Offer> offerService, CampaignService<Campaign> campaignService) -
Uses of OfferService in com.broadleafcommerce.promotion.offer.dataimport.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.dataimport.autoconfigure with parameters of type OfferServiceModifier and TypeMethodDescriptionOfferServicesImportAutoConfiguration.offerCodeImportBatchHandler
(OfferCodeConverter offerCodeConverter, OfferCodeDefaultsInitializer offerCodeDefaultsInitializer, OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of OfferService in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service that implement OfferServiceFields in com.broadleafcommerce.promotion.offer.service declared as OfferServiceModifier and TypeFieldDescriptionprotected final OfferService<O>
DefaultMarketingMessageResolver.offerService
protected final OfferService<Offer>
DefaultOfferAndOfferCodeUsabilityService.offerService
Methods in com.broadleafcommerce.promotion.offer.service that return OfferServiceModifier and TypeMethodDescriptionprotected OfferService<Offer>
DefaultOfferAuditDetailService.getOfferService()
protected OfferService<Offer>
DefaultOfferCodeService.getOfferService()
Methods in com.broadleafcommerce.promotion.offer.service with parameters of type OfferServiceModifier and TypeMethodDescriptionvoid
DefaultOfferAuditDetailService.setOfferService
(OfferService<Offer> offerService) void
DefaultOfferCodeService.setOfferService
(OfferService<Offer> offerService) Constructors in com.broadleafcommerce.promotion.offer.service with parameters of type OfferServiceModifierConstructorDescriptionDefaultMarketingMessageResolver
(MarketingMessageService<P> marketingMessageService, OfferCandidateService<O> offerCandidateService, OfferService<O> offerService, MarketingMessageOfferCandidateService<O> marketingMessageOfferCandidateService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultOfferAndOfferCodeUsabilityService
(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferSummaryService<OfferAuditSummary> offerSummaryService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of OfferService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferServiceModifier and TypeMethodDescription<P extends Offer>
OfferService<P>OfferServiceAutoConfiguration.offerService
(OfferRepository<com.broadleafcommerce.data.tracking.core.Trackable> offerRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser) Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.codeUsabilityService
(OfferCodeService<OfferCode> codeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferSummaryService<OfferAuditSummary> offerSummaryService, OfferAuditDetailService<OfferAuditDetail> offerAuditDetailService, com.broadleafcommerce.common.extension.TypeFactory factory) <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) <P extends Offer>
OfferCandidateService<P>OfferServiceAutoConfiguration.offerCandidateService
(OfferService<P> offerService, OfferAuditDetailService<? extends OfferAuditDetail> offerAuditDetailService, OfferUserService offerUserService, CandidateOfferUtility candidateOfferUtility) -
Uses of OfferService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Fields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as OfferServiceModifier and TypeFieldDescriptionprotected final OfferService<P>
DefaultOfferCandidateService.service
Constructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferServiceModifierConstructorDescriptionDefaultOfferCandidateService
(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 OfferService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferServiceModifier and TypeMethodDescriptionprotected OfferService<? extends Offer>
DefaultOfferAndOfferCodeUsageValidator.getOfferService()
Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferServiceModifierConstructorDescriptionDefaultOfferAndOfferCodeUsageValidator
(OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, OfferService<? extends Offer> offerService, com.broadleafcommerce.common.extension.TypeFactory offerFactory) -
Uses of OfferService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferServiceModifier and TypeFieldDescriptionprotected final OfferService<? extends Offer>
OfferEngineEndpoint.offerService
protected final OfferService<Offer>
SharedCodeAuditSummaryEndpoint.offerService
Methods in com.broadleafcommerce.promotion.offer.web.endpoint that return OfferServiceModifier and TypeMethodDescriptionprotected OfferService<Offer>
MarketingMessagesEndpoint.getOfferService()
protected OfferService<Offer>
OffersEndpoint.getService()
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferServiceModifierConstructorDescriptionMarketingMessagesEndpoint
(MarketingMessageService<MarketingMessage> marketingMessageService, OfferService<Offer> offerService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) OfferEngineEndpoint
(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) OffersEndpoint
(OfferService<Offer> service, OfferCodeService<OfferCode> offerCodeService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) SharedCodeAuditSummaryEndpoint
(OfferCodeService<OfferCode> offerCodeService, OfferService<Offer> offerService, CampaignService<Campaign> campaignService, SharedCodeSummaryService<SharedCodeAuditSummary> sharedCodeSummaryService, OfferAndOfferCodeUsabilityService offerAndOfferCodeUsabilityService, OfferAndOfferCodeUsageValidator offerandOfferCodeUsageValidator, AuditVerficationProperties auditVerificationProperties)