| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.promotionMessage.domain.type |
| Modifier and Type | Method and Description |
|---|---|
List<PromotionMessage> |
AdvancedOffer.getActivePromotionMessagesByType(PromotionMessageType promotionMessageType)
Returns the active
PromotionMessages for this offer by PromotionMessageType |
List<PromotionMessage> |
AdvancedOffer.getActivePromotionMessagesByTypeAndPlacement(PromotionMessageType promotionMessageType,
PromotionMessagePlacementType placementType)
Returns the active
PromotionMessages for this offer by PromotionMessageType
and PromotionMessagePlacementType |
boolean |
AdvancedOffer.hasPromotionMessageOfType(PromotionMessageType type)
Returns whether or not this offer has a
PromotionMessage of a particular type |
| Modifier and Type | Field and Description |
|---|---|
static PromotionMessageType |
PromotionMessageType.QUALIFIERS |
static PromotionMessageType |
PromotionMessageType.TARGETS |
static PromotionMessageType |
PromotionMessageType.TARGETS_OR_QUALIFIERS |
| Modifier and Type | Method and Description |
|---|---|
static PromotionMessageType |
PromotionMessageType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
PromotionMessageType.compareTo(PromotionMessageType arg0) |
Copyright © 2022. All rights reserved.