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.autoconfigureMethods 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.engineConstructors 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.processorFields in com.broadleafcommerce.promotion.offer.service.engine.application.processor declared as ProrationServiceModifier and TypeFieldDescriptionprotected final ProrationServiceDefaultOrderOfferProcessor.prorationServiceConstructors 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.prorationClasses in com.broadleafcommerce.promotion.offer.service.engine.proration that implement ProrationService