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