Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response.Rate
-
-
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response that return types with arguments of type Rate Modifier and Type Method Description List<Rate>EstimateResponse. getRates()Method parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response with type arguments of type Rate Modifier and Type Method Description voidEstimateResponse. setRates(List<Rate> rates) -
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response that return types with arguments of type Rate Modifier and Type Method Description List<Rate>RateResponse. getInvalidRates()List<Rate>RateResponse. getRates()Method parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response with type arguments of type Rate Modifier and Type Method Description voidRateResponse. setInvalidRates(List<Rate> invalidRates)voidRateResponse. setRates(List<Rate> rates) -
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return Rate Modifier and Type Method Description RateDefaultShipEngineService. retrieveRate(@NonNull String rateId)RateShipEngineService. retrieveRate(String rateId)Retrieve an existingRate.Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type Rate Modifier and Type Method Description protected com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponseShipEngineFulfillmentPricingProvider. convertRateToPricedResponse(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency)Convert aRateto aFulfillmentOptionPricedResponse.protected StringShipEngineFulfillmentPricingProvider. formatFulfillmentOptionDescription(@NonNull Rate rate)Build the description that users will see for thisFulfillmentOption.protected StringShipEngineFulfillmentPricingProvider. formatFulfillmentOptionName(@NonNull Rate rate)Builds the name for aFulfillmentOptionPricedResponsefrom aRate.protected InstantShipEngineFulfillmentPricingProvider. getEstimatedDeliveryDate(@NonNull Rate rate)Parse an Instant from the estimated delivery date of aRate.protected javax.money.MonetaryAmountShipEngineFulfillmentPricingProvider. getFulfillmentRate(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency)Sum the shipping, insurance, confirmation, and other amounts from the givenRate.
-