| Package | Description |
|---|---|
| de.hybris.platform.btg.condition.operand.valueproviders | |
| de.hybris.platform.btg.resource |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
StringScriptOperandValueProvider.getAtomicValueType(BTGStringScriptOperandModel operand) |
java.lang.Object |
StringScriptOperandValueProvider.getValue(BTGStringScriptOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope) |
java.lang.Class |
StringScriptOperandValueProvider.getValueType(BTGStringScriptOperandModel operand) |
| Modifier and Type | Method and Description |
|---|---|
BTGStringScriptOperandModel |
BTGStringScriptOperandResource.getBTGStringScriptOperandModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGStringScriptOperandModel |
BTGStringScriptOperandResource.readResource(java.lang.String resourceId)
Gets the
BTGStringScriptOperandModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGStringScriptOperandModel> |
BTGStringScriptOperandsResource.getBTGStringScriptOperandsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGStringScriptOperandResource.setBTGStringScriptOperandModel(BTGStringScriptOperandModel value)
Convenience method which just delegates to
#setResourceValue(BTGStringScriptOperandModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGStringScriptOperandsResource.setBTGStringScriptOperandsCollection(java.util.Collection<BTGStringScriptOperandModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.