Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.OfferEngineService
Packages that use OfferEngineService
Package
Description
-
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferEngineServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.offerEngineService
(OfferCandidateService offerCandidateService, OfferApplicationService offerApplicationService, OfferEngineResponseBuilder offerEngineResponseBuilder, ProrationService prorationService, OfferProcesingUtility offerContextUtility, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager) -
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.service.engine
Classes in com.broadleafcommerce.promotion.offer.service.engine that implement OfferEngineService -
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferEngineServiceModifier and TypeFieldDescriptionprotected final OfferEngineService
OfferEngineEndpoint.offerEngineService
Constructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferEngineServiceModifierConstructorDescriptionOfferEngineEndpoint
(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)