| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.fulfillment.domain | |
| org.broadleafcommerce.core.order.service.type |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentBandResultAmountType |
FulfillmentBand.getResultAmountType()
Gets how
FulfillmentBand.getResultAmount() should be applied to the fulfillment cost |
FulfillmentBandResultAmountType |
FulfillmentBandImpl.getResultAmountType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentBand.setResultAmountType(FulfillmentBandResultAmountType resultAmountType)
Sets how
FulfillmentBand.getResultAmount() should be applied to the fulfillment cost |
void |
FulfillmentBandImpl.setResultAmountType(FulfillmentBandResultAmountType resultAmountType) |
| Modifier and Type | Field and Description |
|---|---|
static FulfillmentBandResultAmountType |
FulfillmentBandResultAmountType.PERCENTAGE |
static FulfillmentBandResultAmountType |
FulfillmentBandResultAmountType.RATE |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentBandResultAmountType |
FulfillmentBandResultAmountType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.