| Package | Description |
|---|---|
| de.hybris.platform.btg.dao | |
| de.hybris.platform.btg.dao.impl | |
| 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.rule | |
| de.hybris.platform.btg.rule.impl | |
| de.hybris.platform.btg.services | |
| de.hybris.platform.btg.services.impl | |
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
BTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced)
Creates new rule evaluation result
|
BTGRuleResultModel |
BTGDao.getLastResult(UserModel user,
BTGRuleModel condition,
BTGResultScope resultScope,
java.lang.String jaloSessionId)
Return last result entry for rule and user
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultDataCachingBtgDao.saveRuleResult(BTGRuleResultModel ruleResultModel) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGRuleResultModel |
DefaultResultDataCachingBTGDao.convertRuleResultData(BTGRuleResultData ruleResultData) |
BTGRuleResultModel |
ResultCachingBTGDaoDecorator.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGRuleResultModel |
DefaultBTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGRuleResultModel |
DefaultResultDataCachingBTGDao.createRuleResult(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
protected BTGRuleResultModel |
DefaultResultDataCachingBTGDao.createRuleResultModel(UserModel user,
BTGRuleModel rule,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGRuleResultModel |
ResultCachingBTGDaoDecorator.getLastResult(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
BTGRuleResultModel |
DefaultBTGDao.getLastResult(UserModel user,
BTGRuleModel condition,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
BTGRuleResultModel |
DefaultResultDataCachingBTGDao.getLastResult(UserModel user,
BTGRuleModel rule,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<BTGRuleResultModel> |
DefaultBTGDao.findRuleResultEntries(UserModel user,
java.lang.String sessionId,
BTGSegmentModel segment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultResultDataCachingBTGDaoTest.assertRuleResultEquals(BTGRuleResultModel result1,
BTGRuleResultModel result2,
boolean pkShouldBeEqual,
boolean userShouldBeEqual,
boolean scopeShouldBeEqual) |
protected BTGAbstractResultData |
DefaultResultDataCachingBTGDao.convertRuleResultModel(BTGRuleResultModel ruleResultModel) |
void |
DefaultResultDataCachingBTGDao.saveRuleResult(BTGRuleResultModel ruleResult) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGRuleResultModel> |
BTGRuleModel.getResults()
Generated method - Getter of the
BTGRule.results attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGRuleModel.setResults(java.util.Collection<BTGRuleResultModel> value)
Generated method - Setter of
BTGRule.results attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
BTGRuleResultResource.getBTGRuleResultModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGRuleResultModel |
BTGRuleResultResource.readResource(java.lang.String resourceId)
Gets the
BTGRuleResultModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGRuleResultModel> |
BTGRuleResultsResource.getBTGRuleResultsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGRuleResultResource.setBTGRuleResultModel(BTGRuleResultModel value)
Convenience method which just delegates to
#setResourceValue(BTGRuleResultModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGRuleResultsResource.setBTGRuleResultsCollection(java.util.Collection<BTGRuleResultModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
RuleEvaluator.checkRuleForUser(UserModel user,
BTGRuleModel rule,
BTGEvaluationContext context)
return last rule evaluation/forced result for user
|
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
DefaultRuleEvaluator.checkRuleForUser(UserModel user,
BTGRuleModel rule,
BTGEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
DefaultRuleEvaluator.earlyEvaluate(UserModel user,
BTGRuleModel rule,
BTGEvaluationContext context,
BTGRuleResultModel lastRuleResult)
This method allows to make evaluation based on some predefined rules, without actually trying to do full
evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleEvaluator.setBtgInvalidationDataContainer(BTGInvalidationDataContainer<BTGRuleResultModel> invalidationDataContainer) |
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
BTGResultService.checkRuleForUser(UserModel user,
BTGRuleModel rule,
BTGEvaluationContext context)
Checks the UserToBTGRuleRelation for the given user and rule
|
| Modifier and Type | Method and Description |
|---|---|
BTGRuleResultModel |
DefaultBTGResultService.checkRuleForUser(UserModel user,
BTGRuleModel rule,
BTGEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGRuleResultModel> |
UserModel.getRuleResults()
Generated method - Getter of the
User.ruleResults attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setRuleResults(java.util.Collection<BTGRuleResultModel> value)
Generated method - Setter of
User.ruleResults attribute defined at extension btg. |
Copyright © 2018 SAP SE. All Rights Reserved.