| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.offer.service.type |
| Modifier and Type | Method and Description |
|---|---|
OfferDiscountType |
OfferImpl.getDiscountType() |
OfferDiscountType |
Offer.getDiscountType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferImpl.setDiscountType(OfferDiscountType discountType) |
void |
Offer.setDiscountType(OfferDiscountType type) |
| Modifier and Type | Field and Description |
|---|---|
static OfferDiscountType |
OfferDiscountType.AMOUNT_OFF |
static OfferDiscountType |
OfferDiscountType.FIX_PRICE |
static OfferDiscountType |
OfferDiscountType.PERCENT_OFF |
| Modifier and Type | Method and Description |
|---|---|
static OfferDiscountType |
OfferDiscountType.getInstance(String type) |
Copyright © 2015. All Rights Reserved.