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 void
EstimateResponse. 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 void
RateResponse. setInvalidRates(List<Rate> invalidRates)
void
RateResponse. 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 Rate
DefaultShipEngineService. retrieveRate(@NonNull String rateId)
Rate
ShipEngineService. 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.FulfillmentOptionPricedResponse
ShipEngineFulfillmentPricingProvider. convertRateToPricedResponse(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency)
Convert aRate
to aFulfillmentOptionPricedResponse
.protected String
ShipEngineFulfillmentPricingProvider. formatFulfillmentOptionDescription(@NonNull Rate rate)
Build the description that users will see for thisFulfillmentOption
.protected String
ShipEngineFulfillmentPricingProvider. formatFulfillmentOptionName(@NonNull Rate rate)
Builds the name for aFulfillmentOptionPricedResponse
from aRate
.protected Instant
ShipEngineFulfillmentPricingProvider. getEstimatedDeliveryDate(@NonNull Rate rate)
Parse an Instant from the estimated delivery date of aRate
.protected javax.money.MonetaryAmount
ShipEngineFulfillmentPricingProvider. getFulfillmentRate(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency)
Sum the shipping, insurance, confirmation, and other amounts from the givenRate
.
-