| Package | Description |
|---|---|
| de.hybris.platform.btg.condition.operand.valueproviders | |
| de.hybris.platform.btg.resource |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
IntegerLiteralOperandValueProvider.getValue(BTGIntegerLiteralOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope) |
java.lang.Class |
IntegerLiteralOperandValueProvider.getValueType(BTGIntegerLiteralOperandModel operand) |
| Modifier and Type | Method and Description |
|---|---|
BTGIntegerLiteralOperandModel |
BTGIntegerLiteralOperandResource.getBTGIntegerLiteralOperandModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGIntegerLiteralOperandModel |
BTGIntegerLiteralOperandResource.readResource(java.lang.String resourceId)
Gets the
BTGIntegerLiteralOperandModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGIntegerLiteralOperandModel> |
BTGIntegerLiteralOperandsResource.getBTGIntegerLiteralOperandsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGIntegerLiteralOperandResource.setBTGIntegerLiteralOperandModel(BTGIntegerLiteralOperandModel value)
Convenience method which just delegates to
#setResourceValue(BTGIntegerLiteralOperandModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGIntegerLiteralOperandsResource.setBTGIntegerLiteralOperandsCollection(java.util.Collection<BTGIntegerLiteralOperandModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.