| Package | Description |
|---|---|
| de.hybris.platform.btg.condition.operand | |
| de.hybris.platform.btg.condition.operand.valueproviders | |
| de.hybris.platform.btg.dao | |
| de.hybris.platform.btg.dao.impl | |
| de.hybris.platform.btg.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| 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.segment | |
| de.hybris.platform.btg.segment.impl | |
| de.hybris.platform.btg.services.impl |
| Modifier and Type | Method and Description |
|---|---|
Object |
OperandValueProvider.getValue(T operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentModel> |
BTGDao.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions)
Return segments for specified arguments
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentModel> |
ResultCachingBTGDaoDecorator.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions) |
Collection<BTGSegmentModel> |
DefaultResultDataCachingBTGDao.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions) |
Collection<BTGSegmentModel> |
DefaultBTGDao.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Field and Description |
|---|---|
static BTGConditionEvaluationScope |
BTGConditionEvaluationScope.OFFLINE
Generated enum value for BTGConditionEvaluationScope.OFFLINE declared at extension btg.
|
static BTGConditionEvaluationScope |
BTGConditionEvaluationScope.ONLINE
Generated enum value for BTGConditionEvaluationScope.ONLINE declared at extension btg.
|
| Modifier and Type | Method and Description |
|---|---|
static BTGConditionEvaluationScope |
BTGConditionEvaluationScope.valueOf(String code)
Returns a BTGConditionEvaluationScope instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
BTGIntegrationTest.createSegment(BTGConditionEvaluationScope scope,
String name,
CatalogVersionModel catVersion) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionEvaluationScope |
BTGConditionModel.getEvaluationScope()
Generated method - Getter of the
BTGCondition.evaluationScope attribute defined at extension btg. |
BTGConditionEvaluationScope |
BTGSegmentModel.getScope()
Generated method - Getter of the
BTGSegment.scope attribute defined at extension btg. |
BTGConditionEvaluationScope |
BTGOperandModel.getScope()
Generated method - Getter of the
BTGOperand.scope attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGConditionModel.setEvaluationScope(BTGConditionEvaluationScope value)
Generated method - Setter of
BTGCondition.evaluationScope attribute defined at extension btg. |
void |
BTGSegmentModel.setScope(BTGConditionEvaluationScope value)
Generated method - Setter of
BTGSegment.scope attribute defined at extension btg. |
void |
BTGOperandModel.setScope(BTGConditionEvaluationScope value)
Generated method - Setter of
BTGOperand.scope attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentModel> |
SegmentService.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions)
Return segments for specified arguments
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentModel> |
DefaultSegmentService.getSegments(Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionEvaluationScope |
BTGEvaluationContext.getEvaluationScope()
Get the evaluation scope
|
| Modifier and Type | Method and Description |
|---|---|
void |
BTGEvaluationContext.setEvaluationScope(BTGConditionEvaluationScope scope)
Set the evaluation scope
|
| Constructor and Description |
|---|
BTGEvaluationContext(BTGConditionEvaluationScope evaluationScope,
BTGEvaluationMethod evaluationMethod)
Initializes this object with given result scope and evaluation method and result scope null which means that the
above rules for determining the actual result scope apply.
|
BTGEvaluationContext(BTGConditionEvaluationScope evaluationScope,
BTGEvaluationMethod evaluationMethod,
BTGResultScope resultScope)
Initializes this object with the given parameters.
|
Copyright © 2017 SAP SE. All Rights Reserved.