Uses of Interface
com.broadleafcommerce.fulfillment.service.FulfillmentCalculatorConfigService
Package
Description
-
Uses of FulfillmentCalculatorConfigService in com.broadleafcommerce.fulfillment.provider
Modifier and TypeMethodDescriptionprotected FulfillmentCalculatorConfigService<P>
DBFulfillmentCalculatorProvider.getCalculatorConfigService()
ModifierConstructorDescriptionDBFulfillmentCalculatorProvider
(FulfillmentCalculatorConfigService<P> calculatorConfigService, WeightCalculationHelper weightCalculationHelper, DistanceCalculationHelper distanceCalculationHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of FulfillmentCalculatorConfigService in com.broadleafcommerce.fulfillment.service
Modifier and TypeClassDescriptionclass
ModifierConstructorDescriptionDefaultFulfillmentCalculatorService
(FulfillmentCalculatorConfigService calcCfgService, List<FulfillmentCalculatorProvider> fulfillmentCalculatorProviders, FulfillmentCalculatorFilterService calculatorFilterService, FulfillmentCalculationService calculationService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FulfillmentCalculatorConfigService in com.broadleafcommerce.fulfillment.service.autoconfigure
Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.fulfillmentCalculatorConfigService
(FulfillmentCalculatorConfigRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser) Modifier and TypeMethodDescriptionFulfillmentServicesAutoConfiguration.dbFulfillmentCalculatorProvider
(FulfillmentCalculatorConfigService<FulfillmentCalculatorConfig> fulfillmentCalculatorConfigService, WeightCalculationHelper weightCalculationHelper, DistanceCalculationHelper distanceCalculationHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of FulfillmentCalculatorConfigService in com.broadleafcommerce.fulfillment.web.endpoint
Modifier and TypeMethodDescriptionFulfillmentCalculatorConfigEndpoint.getFulfillmentCalculatorConfigService()
ModifierConstructorDescriptionFulfillmentCalculatorConfigEndpoint
(FulfillmentCalculatorConfigService<FulfillmentCalculatorConfig> fulfillmentCalculatorConfigService)