| Modifier and Type | Field and Description |
|---|---|
static WeightUnitOfMeasureType |
WeightUnitOfMeasureType.KILOGRAMS |
static WeightUnitOfMeasureType |
WeightUnitOfMeasureType.POUNDS |
| Modifier and Type | Method and Description |
|---|---|
static WeightUnitOfMeasureType |
WeightUnitOfMeasureType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
UnitOfMeasureUtil.findOunces(BigDecimal weight,
WeightUnitOfMeasureType type) |
static BigDecimal |
UnitOfMeasureUtil.findPounds(BigDecimal weight,
WeightUnitOfMeasureType type) |
static BigDecimal |
UnitOfMeasureUtil.findRemainingOunces(BigDecimal weight,
WeightUnitOfMeasureType type) |
static int |
UnitOfMeasureUtil.findWholePounds(BigDecimal weight,
WeightUnitOfMeasureType type) |
| Modifier and Type | Method and Description |
|---|---|
WeightUnitOfMeasureType |
Weight.getWeightUnitOfMeasure() |
| Modifier and Type | Method and Description |
|---|---|
void |
Weight.setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure) |
| Modifier and Type | Method and Description |
|---|---|
WeightUnitOfMeasureType |
FulfillmentWeightBand.getWeightUnitOfMeasure() |
WeightUnitOfMeasureType |
FulfillmentWeightBandImpl.getWeightUnitOfMeasure() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentWeightBand.setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure) |
void |
FulfillmentWeightBandImpl.setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure) |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
BandedFulfillmentPricingProvider.convertWeight(BigDecimal weight,
WeightUnitOfMeasureType type)
Default implementation is to convert everything to pounds for consistent weight types
|
Copyright © 2015. All rights reserved.