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