|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OfferDeliveryType | |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.offer.service.type | |
| Uses of OfferDeliveryType in org.broadleafcommerce.core.offer.domain |
|---|
| Methods in org.broadleafcommerce.core.offer.domain that return OfferDeliveryType | |
|---|---|
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. |
OfferDeliveryType |
OfferImpl.getDeliveryType()
Deprecated. |
| Methods in org.broadleafcommerce.core.offer.domain with parameters of type OfferDeliveryType | |
|---|---|
void |
Offer.setDeliveryType(OfferDeliveryType deliveryType)
Deprecated. Replaced by setAutomaticallyApplied(boolean val). |
void |
OfferImpl.setDeliveryType(OfferDeliveryType deliveryType)
|
| Uses of OfferDeliveryType in org.broadleafcommerce.core.offer.service.type |
|---|
| Fields in org.broadleafcommerce.core.offer.service.type declared as OfferDeliveryType | |
|---|---|
static OfferDeliveryType |
OfferDeliveryType.AUTOMATIC
|
static OfferDeliveryType |
OfferDeliveryType.CODE
|
static OfferDeliveryType |
OfferDeliveryType.MANUAL
|
| Methods in org.broadleafcommerce.core.offer.service.type that return OfferDeliveryType | |
|---|---|
static OfferDeliveryType |
OfferDeliveryType.getInstance(String type)
|
| Methods in org.broadleafcommerce.core.offer.service.type with parameters of type OfferDeliveryType | |
|---|---|
int |
OfferDeliveryType.compareTo(OfferDeliveryType arg0)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||