Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.OfferEngineService
-
-
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferEngineService Modifier and Type Method Description OfferEngineServiceOfferServiceAutoConfiguration. 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 Modifier and Type Class Description classDefaultOfferEngineService -
Uses of OfferEngineService in com.broadleafcommerce.promotion.offer.web.endpoint
Fields in com.broadleafcommerce.promotion.offer.web.endpoint declared as OfferEngineService Modifier and Type Field Description protected OfferEngineServiceOfferEngineEndpoint. offerEngineServiceConstructors in com.broadleafcommerce.promotion.offer.web.endpoint with parameters of type OfferEngineService Constructor Description 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)
-