Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.proration.ProrationService
-
-
Uses of ProrationService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return ProrationService Modifier and Type Method Description ProrationServiceOfferServiceAutoConfiguration. prorationService()Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type ProrationService 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 ProrationService in com.broadleafcommerce.promotion.offer.service.engine
Constructors in com.broadleafcommerce.promotion.offer.service.engine with parameters of type ProrationService Constructor Description DefaultOfferEngineService(OfferCandidateService offerCandidateService, OfferApplicationService offerApplicationService, OfferEngineResponseBuilder offerEngineResponseBuilder, ProrationService prorationService, com.broadleafcommerce.common.extension.TypeFactory offerFactory, OfferProcesingUtility offerProcessingUtility, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator) -
Uses of ProrationService in com.broadleafcommerce.promotion.offer.service.engine.proration
Classes in com.broadleafcommerce.promotion.offer.service.engine.proration that implement ProrationService Modifier and Type Class Description classDefaultProrationService
-