| Package | Description |
|---|---|
| de.hybris.platform.btg.condition | |
| de.hybris.platform.btg.condition.impl | |
| de.hybris.platform.btg.dao | |
| de.hybris.platform.btg.dao.impl | |
| de.hybris.platform.btg.data | |
| de.hybris.platform.btg.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.btg.job | |
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| de.hybris.platform.btg.rule | |
| de.hybris.platform.btg.rule.impl | |
| de.hybris.platform.btg.services.impl | |
| de.hybris.platform.btg.task |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionEvaluator.setConditionResult(UserModel user,
T condition,
BTGResultScope resultScope,
boolean result,
String jaloSessionId,
boolean forced)
set condition result
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBTGExpressionEvaluator.setConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionResultModel |
BTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced)
Creates new condition evaluation result
|
BTGRuleResultModel |
BTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced)
Creates new rule evaluation result
|
BTGSegmentResultModel |
BTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced)
Creates new segment evaluation result
|
BTGConditionResultModel |
BTGDao.getLastResult(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
String jaloSesionId)
Return last result entry for condition and user
|
BTGRuleResultModel |
BTGDao.getLastResult(UserModel user,
BTGRuleModel condition,
BTGResultScope resultScope,
String jaloSessionId)
Return last result entry for rule and user
|
BTGSegmentResultModel |
BTGDao.getLastResult(UserModel user,
BTGSegmentModel condition,
BTGResultScope resultScope,
String jaloSesionId)
Return last result entry for segment and user
|
boolean |
BTGDao.isConditionResultChanged(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId)
|
boolean |
BTGDao.isRuleResultChanged(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
boolean currentResult,
String jaloSessionId)
|
boolean |
BTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean currentResult,
String jaloSessionId)
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultResultDataCachingBTGDaoTest.countExistingResult(BTGSegmentModel segment,
UserModel user,
BTGResultScope scope,
String sessionId) |
protected BTGConditionModel |
DefaultResultDataCachingBTGDaoTest.createAndSaveCondition(BTGResultScope resultScope) |
protected BTGRuleModel |
DefaultResultDataCachingBTGDaoTest.createAndSaveRule(BTGResultScope resultScope) |
protected BTGSegmentModel |
DefaultResultDataCachingBTGDaoTest.createAndSaveSegment(BTGResultScope resultScope) |
BTGConditionResultModel |
ResultCachingBTGDaoDecorator.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGConditionResultModel |
DefaultResultDataCachingBTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGConditionResultModel |
DefaultBTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
protected BTGConditionResultModel |
DefaultResultDataCachingBTGDao.createConditionResultModel(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
protected int |
DefaultResultDataCachingBTGDaoTest.createResult(BTGSegmentModel segment,
UserModel user,
BTGResultScope scope,
String sessionId) |
BTGRuleResultModel |
ResultCachingBTGDaoDecorator.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGRuleResultModel |
DefaultResultDataCachingBTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGRuleResultModel |
DefaultBTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
protected BTGRuleResultModel |
DefaultResultDataCachingBTGDao.createRuleResultModel(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGSegmentResultModel |
ResultCachingBTGDaoDecorator.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
BTGSegmentResultModel |
DefaultBTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
protected BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.createSegmentResultModel(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced) |
protected BTGSegmentResultModel |
DefaultResultDataCachingBTGDaoTest.createSegmentResultModel(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean fulfilled,
String jaloSessionId,
boolean forced,
boolean invalidated) |
BTGConditionResultModel |
ResultCachingBTGDaoDecorator.getLastResult(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
String jaloSessionId) |
BTGConditionResultModel |
DefaultResultDataCachingBTGDao.getLastResult(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
String jaloSessionId) |
BTGConditionResultModel |
DefaultBTGDao.getLastResult(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
String jaloSessionId) |
BTGRuleResultModel |
ResultCachingBTGDaoDecorator.getLastResult(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
String jaloSessionId) |
BTGRuleResultModel |
DefaultResultDataCachingBTGDao.getLastResult(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
String jaloSessionId) |
BTGRuleResultModel |
DefaultBTGDao.getLastResult(UserModel user,
BTGRuleModel condition,
BTGResultScope resultScope,
String jaloSessionId) |
BTGSegmentResultModel |
ResultCachingBTGDaoDecorator.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
String jaloSessionId) |
BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
String jaloSessionId) |
BTGSegmentResultModel |
DefaultBTGDao.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
String jaloSessionId) |
boolean |
ResultCachingBTGDaoDecorator.isConditionResultChanged(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultResultDataCachingBTGDao.isConditionResultChanged(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultBTGDao.isConditionResultChanged(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
boolean currentResult,
String jaloSessionId) |
boolean |
ResultCachingBTGDaoDecorator.isRuleResultChanged(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultResultDataCachingBTGDao.isRuleResultChanged(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultBTGDao.isRuleResultChanged(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
boolean currentResult,
String jaloSessionId) |
boolean |
ResultCachingBTGDaoDecorator.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultResultDataCachingBTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId) |
boolean |
DefaultBTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean currentResult,
String jaloSession) |
protected void |
DefaultResultDataCachingBTGDao.moveSessionRuleResults(BTGRuleModel rule,
BTGRuleResultData ruleResultEntry,
UserModel user,
String sessionId,
UserModel destUser,
BTGResultScope resultScope) |
| Constructor and Description |
|---|
BTGResultCacheKey(UserModel user,
BTGConditionModel condition,
BTGResultScope resultScope,
String jaloSessionId) |
BTGResultCacheKey(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
String jaloSessionId) |
BTGResultCacheKey(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
String jaloSessionId) |
| Modifier and Type | Method and Description |
|---|---|
BTGResultScope |
BTGAbstractResultData.getResultScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGAbstractResultData.setResultScope(BTGResultScope resultScope) |
| Modifier and Type | Field and Description |
|---|---|
static BTGResultScope |
BTGResultScope.PERMANENT
Generated enum value for BTGResultScope.PERMANENT declared at extension btg.
|
static BTGResultScope |
BTGResultScope.SESSION
Generated enum value for BTGResultScope.SESSION declared at extension btg.
|
| Modifier and Type | Method and Description |
|---|---|
static BTGResultScope |
BTGResultScope.valueOf(String code)
Returns a BTGResultScope instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BtgResultCleaningJobTest.assertSegmentResultExists(int expectedSize,
BTGResultScope scope) |
protected BTGSegmentModel |
BtgResultCleaningJobTest.createAndSaveSegment(BTGResultScope resultScope) |
protected BTGResultCleaningCronJobModel |
BtgResultCleaningJobTest.createCronJobModel(int resultMaxAge,
BTGResultScope resultScope) |
protected void |
BtgResultCleaningJobTest.createResults(BTGResultScope scope,
UserModel user) |
protected void |
BtgResultCleaningJob.removeResult(Date modifiedBefore,
BTGResultScope resultScope) |
| Modifier and Type | Method and Description |
|---|---|
BTGResultScope |
BTGSegmentModel.getDefaultResultScope()
Generated method - Getter of the
BTGSegment.defaultResultScope attribute defined at extension btg. |
BTGResultScope |
BTGAbstractResultModel.getResultScope()
Generated method - Getter of the
BTGAbstractResult.resultScope attribute defined at extension btg. |
BTGResultScope |
BTGResultCleaningCronJobModel.getResultScope()
Generated method - Getter of the
BTGResultCleaningCronJob.resultScope attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentModel.setDefaultResultScope(BTGResultScope value)
Generated method - Setter of
BTGSegment.defaultResultScope attribute defined at extension btg. |
void |
BTGAbstractResultModel.setResultScope(BTGResultScope value)
Generated method - Setter of
BTGAbstractResult.resultScope attribute defined at extension btg. |
void |
BTGResultCleaningCronJobModel.setResultScope(BTGResultScope value)
Generated method - Setter of
BTGResultCleaningCronJob.resultScope attribute defined at extension btg. |
| Constructor and Description |
|---|
BTGAbstractResultModel(BTGResultScope _resultScope)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGAbstractResultModel(ItemModel _owner,
BTGResultScope _resultScope)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGConditionResultModel(BTGConditionModel _condition,
BTGResultScope _resultScope)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGConditionResultModel(BTGConditionModel _condition,
ItemModel _owner,
BTGResultScope _resultScope)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGRuleResultModel(BTGResultScope _resultScope,
BTGRuleModel _rule)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGRuleResultModel(ItemModel _owner,
BTGResultScope _resultScope,
BTGRuleModel _rule)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGSegmentResultModel(BTGResultScope _resultScope,
BTGSegmentModel _segment)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGSegmentResultModel(ItemModel _owner,
BTGResultScope _resultScope,
BTGSegmentModel _segment)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEvaluator.setRuleResult(UserModel user,
T rule,
BTGResultScope resultScope,
boolean result,
String jaloSessionId,
boolean forced)
Store rule result for Rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleEvaluator.setRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
boolean newResult,
String jaloSessionId,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
BTGResultScope |
BTGEvaluationContext.getResultScope(BTGSegmentModel segment,
UserModel user)
Get the result scope
|
| Modifier and Type | Method and Description |
|---|---|
void |
BTGEvaluationContext.setResultScope(BTGResultScope resultScope)
Set the result scope
|
| Constructor and Description |
|---|
BTGEvaluationContext(BTGConditionEvaluationScope evaluationScope,
BTGEvaluationMethod evaluationMethod,
BTGResultScope resultScope)
Initializes this object with the given parameters.
|
BTGEvaluationContext(BTGResultScope resultScope)
Initializes this object with given result scope amd:
BTGConditionEvaluationScope = ONLINE}
BTGEvaluationMethod = OPTIMIZES} |
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
CleanBtgSessionResultTaskRunnerTest.createAndSaveSegment(BTGResultScope resultScope) |
protected void |
CleanBtgSessionResultTaskRunnerTest.createResults(BTGResultScope scope,
UserModel user,
String sessionId) |
Copyright © 2017 SAP SE. All Rights Reserved.