| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.offer.service.type |
| Modifier and Type | Method and Description |
|---|---|
CustomerMaxUsesStrategyType |
OfferImpl.getMaxUsesStrategyType() |
CustomerMaxUsesStrategyType |
Offer.getMaxUsesStrategyType()
Enum that allows implementations to vary how customer max uses will
be interpreted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfferImpl.setMaxUsesStrategyType(CustomerMaxUsesStrategyType strategyType) |
void |
Offer.setMaxUsesStrategyType(CustomerMaxUsesStrategyType strategyType)
Sets the strategy for determining customer max uses.
|
| Modifier and Type | Field and Description |
|---|---|
static CustomerMaxUsesStrategyType |
CustomerMaxUsesStrategyType.ACCOUNT |
static CustomerMaxUsesStrategyType |
CustomerMaxUsesStrategyType.CUSTOMER |
| Modifier and Type | Method and Description |
|---|---|
static CustomerMaxUsesStrategyType |
CustomerMaxUsesStrategyType.getInstance(String type) |
Copyright © 2026. All rights reserved.