| Package | Description |
|---|---|
| de.hybris.platform.btg.integration | |
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| de.hybris.platform.btg.resource | |
| de.hybris.platform.btg.services | |
| de.hybris.platform.btg.services.impl | |
| de.hybris.platform.btgcockpit.service.label | |
| de.hybris.platform.btgcockpit.wizard.page | |
| de.hybris.platform.btgcockpit.wizard.page.btgexpressioncomponent.expressioncomponent.model |
| Modifier and Type | Method and Description |
|---|---|
protected BTGOperatorModel |
BTGIntegrationTest.createOperator(java.lang.String operatorString) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGConditionModel |
BTGIntegrationTest.createExpression(BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand) |
protected BTGConditionModel |
BTGIntegrationTest.createExpressionInRuleAndSegment(BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
BTGOperatorModel |
BTGExpressionModel.getOperator()
Generated method - Getter of the
BTGExpression.operator attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGExpressionModel.setOperator(BTGOperatorModel value)
Generated method - Setter of
BTGExpression.operator attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
BTGOperatorModel |
BTGOperatorResource.getBTGOperatorModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGOperatorModel |
BTGOperatorResource.readResource(java.lang.String resourceId)
Gets the
BTGOperatorModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGOperatorModel> |
BTGOperatorsResource.getBTGOperatorsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGOperatorResource.setBTGOperatorModel(BTGOperatorModel value)
Convenience method which just delegates to
#setResourceValue(BTGOperatorModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGOperatorsResource.setBTGOperatorsCollection(java.util.Collection<BTGOperatorModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BTGOperatorModel |
ExpressionService.createOperator(java.lang.String operatorString,
CatalogVersionModel catalogVersion)
Creates an operator
|
| Modifier and Type | Method and Description |
|---|---|
BTGConditionModel |
ExpressionService.createExpression(BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand,
CatalogVersionModel catalogVersion)
Creates a new BTG expression.
|
| Modifier and Type | Method and Description |
|---|---|
BTGOperatorModel |
DefaultExpressionService.createOperator(java.lang.String operatorString,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionModel |
DefaultExpressionService.createExpression(BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
BTGOperatorLabelProvider.getItemLabel(BTGOperatorModel operator) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGOperatorModel |
BTGExpressionPageController.createOperator(java.lang.String operatorString,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGConditionModel |
BTGExpressionPageController.createExpression(BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand,
BTGRuleModel rule)
Creates an expression
|
| Modifier and Type | Method and Description |
|---|---|
protected BTGOperatorModel |
BTGExpressionComponentCreatorModel.createOperator()
Creates an operator
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BTGExpressionComponentCreatorModel.isPreparedToSave(BTGConditionModel existingExpression,
BTGOperandModel leftOperand,
BTGOperatorModel operator,
BTGOperandModel rightOperand) |
Copyright © 2018 SAP SE. All Rights Reserved.