Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse
-
-
Uses of FulfillmentOptionPricedResponse in com.broadleafcommerce.shipping
Methods in com.broadleafcommerce.shipping that return FulfillmentOptionPricedResponse Modifier and Type Method Description FulfillmentOptionPricedResponse
FulfillmentPricingProvider. calculateCostForFulfillmentGroup(FulfillmentPricingRequest fulfillmentPricingRequest)
Deprecated.Calculate shipping for a request that includes a specified fulfillment option.FulfillmentOptionPricedResponse
FulfillmentPricingProvider. estimateCostForFulfillmentGroup(FulfillmentPricingRequest fulfillmentPricingRequest)
Deprecated.Estimate shipping for a request that includes a specified fulfillment option.Methods in com.broadleafcommerce.shipping that return types with arguments of type FulfillmentOptionPricedResponse Modifier and Type Method Description default List<FulfillmentOptionPricedResponse>
FulfillmentPricingProvider. getFulfillmentOptionPricingResponses(FulfillmentPricingRequest fulfillmentPricingRequest)
List<FulfillmentOptionPricedResponse>
FulfillmentPricingProvider. providePricedFulfillmentOptions(FulfillmentPricingRequest fulfillmentPricingRequest)
Deprecated.Retrieve all possible priced fulfillment options for the provided request. -
Uses of FulfillmentOptionPricedResponse in com.broadleafcommerce.shipping.banded.provider
Methods in com.broadleafcommerce.shipping.banded.provider that return FulfillmentOptionPricedResponse Modifier and Type Method Description protected FulfillmentOptionPricedResponse
BandedFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull BandedFulfillmentPricingOption fulfillmentOption, boolean isEstimate)
Deprecated.Builds aFulfillmentOptionPricedResponse
with the given inputs.FulfillmentOptionPricedResponse
BandedFulfillmentPricingProvider. calculateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest fulfillmentPricingRequest)
Deprecated.protected FulfillmentOptionPricedResponse
BandedFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)
Deprecated.FulfillmentOptionPricedResponse
BandedFulfillmentPricingProvider. estimateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest request)
Deprecated.Methods in com.broadleafcommerce.shipping.banded.provider that return types with arguments of type FulfillmentOptionPricedResponse Modifier and Type Method Description List<FulfillmentOptionPricedResponse>
BandedFulfillmentPricingProvider. providePricedFulfillmentOptions(@NonNull FulfillmentPricingRequest request)
Deprecated. -
Uses of FulfillmentOptionPricedResponse in com.broadleafcommerce.shipping.fixed.provider
Methods in com.broadleafcommerce.shipping.fixed.provider that return FulfillmentOptionPricedResponse Modifier and Type Method Description protected FulfillmentOptionPricedResponse
FixedFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull FixedFulfillmentPricingOption fulfillmentOption, boolean isEstimate)
Deprecated.Builds aFulfillmentOptionPricedResponse
with the given inputs.FulfillmentOptionPricedResponse
FixedFulfillmentPricingProvider. calculateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest request)
Deprecated.protected FulfillmentOptionPricedResponse
FixedFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)
Deprecated.FulfillmentOptionPricedResponse
FixedFulfillmentPricingProvider. estimateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest request)
Deprecated.Methods in com.broadleafcommerce.shipping.fixed.provider that return types with arguments of type FulfillmentOptionPricedResponse Modifier and Type Method Description List<FulfillmentOptionPricedResponse>
FixedFulfillmentPricingProvider. providePricedFulfillmentOptions(@NonNull FulfillmentPricingRequest request)
Deprecated. -
Uses of FulfillmentOptionPricedResponse in com.broadleafcommerce.shipping.virtual.provider
Methods in com.broadleafcommerce.shipping.virtual.provider that return FulfillmentOptionPricedResponse Modifier and Type Method Description protected FulfillmentOptionPricedResponse
VirtualFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull VirtualFulfillmentPricingOption fulfillmentOption, boolean isEstimate)
Deprecated.Builds aFulfillmentOptionPricedResponse
with the given inputs.FulfillmentOptionPricedResponse
VirtualFulfillmentPricingProvider. calculateCostForFulfillmentGroup(FulfillmentPricingRequest request)
Deprecated.protected FulfillmentOptionPricedResponse
VirtualFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)
Deprecated.Calculates the shipping costs of the fulfillment items based on the fulfillment option on the request.FulfillmentOptionPricedResponse
VirtualFulfillmentPricingProvider. estimateCostForFulfillmentGroup(FulfillmentPricingRequest request)
Deprecated.Methods in com.broadleafcommerce.shipping.virtual.provider that return types with arguments of type FulfillmentOptionPricedResponse Modifier and Type Method Description List<FulfillmentOptionPricedResponse>
VirtualFulfillmentPricingProvider. providePricedFulfillmentOptions(FulfillmentPricingRequest request)
Deprecated.
-