Uses of Interface
com.broadleafcommerce.promotion.offer.service.OfferService
-
-
Uses of OfferService in com.broadleafcommerce.promotion.offer.service
Classes in com.broadleafcommerce.promotion.offer.service that implement OfferService Modifier and Type Class Description classDefaultOfferService<P extends Offer> -
Uses of OfferService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferService Modifier and Type Method Description <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 OfferService 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 OfferService in com.broadleafcommerce.promotion.offer.service.engine.candidate
Fields in com.broadleafcommerce.promotion.offer.service.engine.candidate declared as OfferService Modifier and Type Field Description protected OfferService<P>DefaultOfferCandidateService. serviceConstructors in com.broadleafcommerce.promotion.offer.service.engine.candidate with parameters of type OfferService 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 OfferService in com.broadleafcommerce.promotion.offer.service.validation
Methods in com.broadleafcommerce.promotion.offer.service.validation that return OfferService Modifier and Type Method Description protected OfferService<? extends Offer>DefaultOfferCodeUsageValidator. getOfferService()protected OfferService<? extends Offer>DefaultOfferUsageValidator. getOfferService()Constructors in com.broadleafcommerce.promotion.offer.service.validation with parameters of type OfferService 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 OfferService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferService Modifier and Type Field Description protected OfferService<? extends Offer>OfferEngineEndpoint. offerServiceMethods in com.broadleafcommerce.promotion.offer.web.endpoint that return OfferService Modifier and Type Method Description protected OfferService<Offer>MarketingMessagesEndpoint. getOfferService()protected OfferService<Offer>OffersEndpoint. getService()Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferService Constructor Description MarketingMessagesEndpoint(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, OfferUsageValidator offerUsageValidator, OfferCodeUsageValidator offerCodeUsageValidator, VoucherOfferUsageValidator voucherOfferUsageValidator)OffersEndpoint(OfferService<Offer> service, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)
-