Uses of Interface
com.broadleafcommerce.shipping.service.integrations.FulfillmentPricingProvider
-
-
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service
Methods in com.broadleafcommerce.shipping.service that return types with arguments of type FulfillmentPricingProvider Modifier and Type Method Description protected Optional<FulfillmentPricingProvider>DefaultFulfillmentPricingService. getFulfillmentPricingProvider(String fulfillmentOptionName)Get theFulfillmentPricingProviderresponsible for the given fulfillment option nameprotected List<FulfillmentPricingProvider>DefaultFulfillmentPricingService. getFulfillmentPricingProviders()Constructor parameters in com.broadleafcommerce.shipping.service with type arguments of type FulfillmentPricingProvider Constructor Description DefaultFulfillmentPricingService(List<FulfillmentPricingProvider> fulfillmentPricingProviders) -
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service.autoconfigure
Method parameters in com.broadleafcommerce.shipping.service.autoconfigure with type arguments of type FulfillmentPricingProvider Modifier and Type Method Description FulfillmentPricingServiceShippingServicesAutoConfiguration. fulfillmentProviderService(List<FulfillmentPricingProvider> fulfillmentPricingProviders) -
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service.integrations.banded
Classes in com.broadleafcommerce.shipping.service.integrations.banded that implement FulfillmentPricingProvider Modifier and Type Class Description classBandedFulfillmentPricingProviderBanded implementation ofFulfillmentPricingProviderfor implementations that require banded (or tiered) shipping configuration for its fulfillment options based on minimum price or weight. -
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service.integrations.fixed
Classes in com.broadleafcommerce.shipping.service.integrations.fixed that implement FulfillmentPricingProvider Modifier and Type Class Description classFixedFulfillmentPricingProviderSimple implementation ofFulfillmentPricingProviderfor implementations that require fixed shipping configuration for it's fulfillment options. -
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Classes in com.broadleafcommerce.shipping.service.integrations.shipengine.service that implement FulfillmentPricingProvider Modifier and Type Class Description classShipEngineFulfillmentPricingProviderFulfillmentPricingProviderfor the ShipEngine integration. -
Uses of FulfillmentPricingProvider in com.broadleafcommerce.shipping.service.integrations.virtual
Classes in com.broadleafcommerce.shipping.service.integrations.virtual that implement FulfillmentPricingProvider Modifier and Type Class Description classVirtualFulfillmentPricingProvider
-