Uses of Interface
com.broadleafcommerce.promotion.offer.service.engine.application.OfferApplicationService
-
-
Uses of OfferApplicationService in com.broadleafcommerce.promotion.offer.service.autoconfigure
Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure that return OfferApplicationService Modifier and Type Method Description OfferApplicationServiceOfferServiceAutoConfiguration. offerApplicationService(ItemOfferProcessor orderLineItemOfferProcessor, ItemOfferProcessor fulfillmentLineItemOfferProcessor, OrderOfferProcessor orderOfferProcessor, FulfillmentGroupOfferProcessor fulfillmentGroupOfferProcessor)Methods in com.broadleafcommerce.promotion.offer.service.autoconfigure with parameters of type OfferApplicationService 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 OfferApplicationService in com.broadleafcommerce.promotion.offer.service.engine
Constructors in com.broadleafcommerce.promotion.offer.service.engine with parameters of type OfferApplicationService 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 OfferApplicationService in com.broadleafcommerce.promotion.offer.service.engine.application
Classes in com.broadleafcommerce.promotion.offer.service.engine.application that implement OfferApplicationService Modifier and Type Class Description classDefaultOfferApplicationService
-