| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.offer.service.type |
| Modifier and Type | Method and Description |
|---|---|
OfferDeliveryType |
OfferImpl.getDeliveryType()
Deprecated.
|
OfferDeliveryType |
Offer.getDeliveryType()
Deprecated.
Replaced by isAutomaticallyApplied property. In prior versions of Broadleaf deliveryType was used to
differentiate "automatic" orders from those requiring a code. If the underlying property is null,
this method will return a delivery type based on the isAutomatic property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfferImpl.setDeliveryType(OfferDeliveryType deliveryType) |
void |
Offer.setDeliveryType(OfferDeliveryType deliveryType)
Deprecated.
Replaced by setAutomaticallyApplied(boolean val).
|
| Modifier and Type | Field and Description |
|---|---|
static OfferDeliveryType |
OfferDeliveryType.AUTOMATIC |
static OfferDeliveryType |
OfferDeliveryType.CODE |
static OfferDeliveryType |
OfferDeliveryType.MANUAL |
| Modifier and Type | Method and Description |
|---|---|
static OfferDeliveryType |
OfferDeliveryType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
OfferDeliveryType.compareTo(OfferDeliveryType arg0) |
Copyright © 2014. All Rights Reserved.