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 FulfillmentOptionPricedResponseFulfillmentPricingProvider. calculateCostForFulfillmentGroup(FulfillmentPricingRequest fulfillmentPricingRequest)Deprecated.Calculate shipping for a request that includes a specified fulfillment option.FulfillmentOptionPricedResponseFulfillmentPricingProvider. 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 FulfillmentOptionPricedResponseBandedFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull BandedFulfillmentPricingOption fulfillmentOption, boolean isEstimate)Deprecated.Builds aFulfillmentOptionPricedResponsewith the given inputs.FulfillmentOptionPricedResponseBandedFulfillmentPricingProvider. calculateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest fulfillmentPricingRequest)Deprecated.protected FulfillmentOptionPricedResponseBandedFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)Deprecated.FulfillmentOptionPricedResponseBandedFulfillmentPricingProvider. 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 FulfillmentOptionPricedResponseFixedFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull FixedFulfillmentPricingOption fulfillmentOption, boolean isEstimate)Deprecated.Builds aFulfillmentOptionPricedResponsewith the given inputs.FulfillmentOptionPricedResponseFixedFulfillmentPricingProvider. calculateCostForFulfillmentGroup(@NonNull FulfillmentPricingRequest request)Deprecated.protected FulfillmentOptionPricedResponseFixedFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)Deprecated.FulfillmentOptionPricedResponseFixedFulfillmentPricingProvider. 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 FulfillmentOptionPricedResponseVirtualFulfillmentPricingProvider. buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem,javax.money.MonetaryAmount> itemToPriceMap, @NonNull VirtualFulfillmentPricingOption fulfillmentOption, boolean isEstimate)Deprecated.Builds aFulfillmentOptionPricedResponsewith the given inputs.FulfillmentOptionPricedResponseVirtualFulfillmentPricingProvider. calculateCostForFulfillmentGroup(FulfillmentPricingRequest request)Deprecated.protected FulfillmentOptionPricedResponseVirtualFulfillmentPricingProvider. calculateCostForFulfillmentGroupInternal(@NonNull FulfillmentPricingRequest request, boolean isEstimate)Deprecated.Calculates the shipping costs of the fulfillment items based on the fulfillment option on the request.FulfillmentOptionPricedResponseVirtualFulfillmentPricingProvider. 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.
-