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