Uses of Class
com.broadleafcommerce.shipping.FulfillmentOption
-
Packages that use FulfillmentOption Package Description com.broadleafcommerce.shipping.banded com.broadleafcommerce.shipping.domain com.broadleafcommerce.shipping.fixed com.broadleafcommerce.shipping.virtual -
-
Uses of FulfillmentOption in com.broadleafcommerce.shipping.banded
Subclasses of FulfillmentOption in com.broadleafcommerce.shipping.banded Modifier and Type Class Description class
BandedFulfillmentPricingOption
Deprecated.Since 1.7.0. -
Uses of FulfillmentOption in com.broadleafcommerce.shipping.domain
Methods in com.broadleafcommerce.shipping.domain that return FulfillmentOption Modifier and Type Method Description FulfillmentOption
FulfillmentOptionPricedResponse. getFulfillmentOption()
Methods in com.broadleafcommerce.shipping.domain with parameters of type FulfillmentOption Modifier and Type Method Description void
FulfillmentOptionPricedResponse. setFulfillmentOption(FulfillmentOption fulfillmentOption)
Constructors in com.broadleafcommerce.shipping.domain with parameters of type FulfillmentOption Constructor Description FulfillmentOptionPricedResponse(FulfillmentOption fulfillmentOption, javax.money.MonetaryAmount fulfillmentPriceCalculated, Instant estimatedDeliveryDate, Map<String,FulfillmentPriceInfo> fulfillmentPriceInfos)
-
Uses of FulfillmentOption in com.broadleafcommerce.shipping.fixed
Subclasses of FulfillmentOption in com.broadleafcommerce.shipping.fixed Modifier and Type Class Description class
FixedFulfillmentPricingOption
Deprecated.Since 1.7.0. -
Uses of FulfillmentOption in com.broadleafcommerce.shipping.virtual
Subclasses of FulfillmentOption in com.broadleafcommerce.shipping.virtual Modifier and Type Class Description class
VirtualFulfillmentPricingOption
Deprecated.Since 1.7.0.
-