| 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.segment | |
| de.hybris.platform.btg.segment.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 |
|---|---|
BTGSegmentResultModel |
BTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
String jaloSessionId,
boolean forced)
Creates new segment evaluation result
|
BTGSegmentResultModel |
BTGDao.getLastResult(UserModel user,
BTGSegmentModel condition,
BTGResultScope resultScope,
String jaloSesionId)
Return last result entry for segment and user
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultDataCachingBtgDao.saveSegmentResult(BTGSegmentResultModel segmentResultModel) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.convertSegmentResultData(BTGSegmentResultData segmentResultData) |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BTGSegmentResultModel> |
DefaultBTGDao.findSegmentResultEntries(UserModel user,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultResultDataCachingBTGDaoTest.assertSegmentResultEquals(BTGSegmentResultModel result1,
BTGSegmentResultModel result2,
boolean pkShouldBeEqual,
boolean userShouldBeEqual,
boolean scopeShouldBeEqual) |
protected BTGSegmentResultData |
DefaultResultDataCachingBTGDao.convertSegmentResultModel(BTGSegmentResultModel segmentResultModel) |
void |
DefaultResultDataCachingBTGDao.saveSegmentResult(BTGSegmentResultModel segmentResult) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentResultModel> |
BTGSegmentModel.getResults()
Generated method - Getter of the
BTGSegment.results attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentModel.setResults(Collection<BTGSegmentResultModel> value)
Generated method - Setter of
BTGSegment.results attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
BTGSegmentResultResource.getBTGSegmentResultModel()
Convenience method which just delegates to
#getResourceValue() |
protected BTGSegmentResultModel |
BTGSegmentResultResource.readResource(String resourceId)
Gets the
BTGSegmentResultModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentResultModel> |
BTGSegmentResultsResource.getBTGSegmentResultsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentResultResource.setBTGSegmentResultModel(BTGSegmentResultModel value)
Convenience method which just delegates to
#setResourceValue(BTGSegmentResultModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentResultsResource.setBTGSegmentResultsCollection(Collection<BTGSegmentResultModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
SegmentEvaluator.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Return last segment evaluation (or forced) result for user
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
DefaultSegmentEvaluator.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
DefaultSegmentEvaluator.earlyEvaluate(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGSegmentResultModel lastSegmentResult)
This method allows to make evaluation based on some predefined rules, without actually trying to do full
evaluation.
|
protected Boolean |
IgnoreInvalidatedSegmentEvaluator.earlyEvaluate(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGSegmentResultModel lastSegmentResult)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSegmentEvaluator.setBtgInvalidationDataContainer(BTGInvalidationDataContainer<BTGSegmentResultModel> invalidationDataContainer) |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
BTGResultService.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Checks the UserToBTGSegmenRelation for the given user and segment
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
DefaultBTGResultService.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BTGSegmentResultModel> |
UserModel.getSegmentResults()
Generated method - Getter of the
User.segmentResults attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setSegmentResults(Collection<BTGSegmentResultModel> value)
Generated method - Setter of
User.segmentResults attribute defined at extension btg. |
Copyright © 2017 SAP SE. All Rights Reserved.