Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.proration.ProrationService
Packages that use ProrationService
Package
Description
-
Uses of ProrationService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return ProrationServiceMethods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type ProrationServiceModifier and TypeMethodDescriptionOfferServiceAutoConfiguration.offerEngineService
(OfferCandidateService offerCandidateService, OfferApplicationService offerApplicationService, OfferEngineResponseBuilder offerEngineResponseBuilder, ProrationService prorationService, OfferProcesingUtility offerContextUtility, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager entityValidatorManager) OfferServiceAutoConfiguration.orderOfferProcessor
(OrderAndItemOfferHelper orderAndItemOfferHelper, ProrationService prorationService) -
Uses of ProrationService in com.broadleafcommerce.promotion.offer.service.engine
Constructors in com.broadleafcommerce.promotion.offer.service.engine with parameters of type ProrationServiceModifierConstructorDescriptionDefaultOfferEngineService
(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.application.processor
Fields in com.broadleafcommerce.promotion.offer.service.engine.application.processor declared as ProrationServiceModifier and TypeFieldDescriptionprotected final ProrationService
DefaultOrderOfferProcessor.prorationService
Constructors in com.broadleafcommerce.promotion.offer.service.engine.application.processor with parameters of type ProrationServiceModifierConstructorDescriptionDefaultOrderOfferProcessor
(OrderAndItemOfferHelper helper, ProrationService prorationService) -
Uses of ProrationService in com.broadleafcommerce.promotion.offer.service.engine.proration
Classes in com.broadleafcommerce.promotion.offer.service.engine.proration that implement ProrationService