Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.OfferEngineService
Package
Description
-
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Modifier 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
-
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.web.endpoint
Modifier and TypeFieldDescriptionprotected final OfferEngineService
OfferEngineEndpoint.offerEngineService
ModifierConstructorDescriptionOfferEngineEndpoint
(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)