| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.fraud.model |
Contains generated models for each type of de.hybris.platform.fraud.jalo package.
|
| Modifier and Type | Field and Description |
|---|---|
static IntervalResolution |
IntervalResolution.DAY
Generated enum value for IntervalResolution.DAY declared at extension basecommerce.
|
static IntervalResolution |
IntervalResolution.HOUR
Generated enum value for IntervalResolution.HOUR declared at extension basecommerce.
|
static IntervalResolution |
IntervalResolution.MINUTE
Generated enum value for IntervalResolution.MINUTE declared at extension basecommerce.
|
static IntervalResolution |
IntervalResolution.MONTH
Generated enum value for IntervalResolution.MONTH declared at extension basecommerce.
|
static IntervalResolution |
IntervalResolution.WEEK
Generated enum value for IntervalResolution.WEEK declared at extension basecommerce.
|
static IntervalResolution |
IntervalResolution.YEAR
Generated enum value for IntervalResolution.YEAR declared at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
static IntervalResolution |
IntervalResolution.valueOf(java.lang.String code)
Returns a IntervalResolution instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalResolution |
ProductOrderLimitModel.getIntervalResolution()
Generated method - Getter of the
ProductOrderLimit.intervalResolution attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOrderLimitModel.setIntervalResolution(IntervalResolution value)
Generated method - Initial setter of
ProductOrderLimit.intervalResolution attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
ProductOrderLimitModel(java.lang.String _code,
java.lang.Integer _intervalMaxOrdersNumber,
IntervalResolution _intervalResolution,
java.lang.Integer _intervalValue,
java.lang.Integer _maxNumberPerOrder)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ProductOrderLimitModel(java.lang.String _code,
java.lang.Integer _intervalMaxOrdersNumber,
IntervalResolution _intervalResolution,
java.lang.Integer _intervalValue,
java.lang.Integer _maxNumberPerOrder,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2018 SAP SE. All Rights Reserved.