| Package | Description |
|---|---|
| de.hybris.platform.btg.dao | |
| de.hybris.platform.btg.dao.impl | |
| de.hybris.platform.btg.integration | |
| 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.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.btg.task | |
| de.hybris.platform.btgcockpit.service.impl | |
| de.hybris.platform.btgcockpit.session.impl | |
| de.hybris.platform.btgcockpit.sync | |
| de.hybris.platform.cms2.model.site |
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
|
| de.hybris.platform.servicelayer.model.action |
Contains generated models for each type of de.hybris.platform.servicelayer.jalo.action package.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
BTGDao.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions)
Return segments for specified arguments
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
BTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced)
Creates new segment evaluation result
|
BTGSegmentResultModel |
BTGDao.getLastResult(UserModel user,
BTGSegmentModel condition,
BTGResultScope resultScope,
java.lang.String jaloSesionId)
Return last result entry for segment and user
|
boolean |
BTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean currentResult,
java.lang.String jaloSessionId)
|
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
DefaultResultDataCachingBTGDaoTest.createAndSaveSegment(BTGResultScope resultScope) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
ResultCachingBTGDaoDecorator.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions) |
java.util.Collection<BTGSegmentModel> |
DefaultBTGDao.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions) |
java.util.Collection<BTGSegmentModel> |
DefaultResultDataCachingBTGDao.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultResultDataCachingBTGDaoTest.countExistingResult(BTGSegmentModel segment,
UserModel user,
BTGResultScope scope,
java.lang.String sessionId) |
protected int |
DefaultResultDataCachingBTGDaoTest.createResult(BTGSegmentModel segment,
UserModel user,
BTGResultScope scope,
java.lang.String sessionId) |
BTGSegmentResultModel |
ResultCachingBTGDaoDecorator.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGSegmentResultModel |
DefaultBTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.createSegmentResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
protected BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.createSegmentResultModel(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
protected BTGSegmentResultModel |
DefaultResultDataCachingBTGDaoTest.createSegmentResultModel(UserModel user,
BTGSegmentModel segment,
BTGResultScope scope,
boolean fulfilled,
java.lang.String jaloSessionId,
boolean forced,
boolean invalidated) |
protected java.util.List<BTGRuleResultData> |
DefaultResultDataCachingBTGDao.findAndRemoveRuleResultEntries(UserModel user,
java.lang.String sessionId,
BTGSegmentModel segment) |
protected java.util.List<BTGRuleResultModel> |
DefaultBTGDao.findRuleResultEntries(UserModel user,
java.lang.String sessionId,
BTGSegmentModel segment) |
BTGSegmentResultModel |
ResultCachingBTGDaoDecorator.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
BTGSegmentResultModel |
DefaultBTGDao.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
BTGSegmentResultModel |
DefaultResultDataCachingBTGDao.getLastResult(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
boolean |
ResultCachingBTGDaoDecorator.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean newResult,
java.lang.String jaloSessionId) |
boolean |
DefaultBTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean currentResult,
java.lang.String jaloSession) |
boolean |
DefaultResultDataCachingBTGDao.isSegmentResultChanged(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
boolean newResult,
java.lang.String jaloSessionId) |
protected void |
DefaultResultDataCachingBTGDao.moveSessionSegmentResults(BTGSegmentModel segment,
BTGSegmentResultData segmentResultEntry,
UserModel user,
java.lang.String sessionId,
UserModel destUser,
BTGEvaluationContext destContext) |
| Constructor and Description |
|---|
BTGResultCacheKey(UserModel user,
BTGSegmentModel segment,
BTGResultScope resultScope,
java.lang.String jaloSessionId) |
| Modifier and Type | Field and Description |
|---|---|
protected BTGSegmentModel |
BTGIntegrationTest.segmentA |
protected BTGSegmentModel |
BTGIntegrationTest.segmentB |
protected BTGSegmentModel |
BTGIntegrationTest.segmentC |
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
BTGIntegrationTest.createSegment() |
protected BTGSegmentModel |
BTGIntegrationTest.createSegment(BTGConditionEvaluationScope scope,
java.lang.String name,
CatalogVersionModel catVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
BtgResultCleaningJobTest.createAndSaveSegment(BTGResultScope resultScope) |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentModel |
BTGRuleModel.getSegment()
Generated method - Getter of the
BTGRule.segment attribute defined at extension btg. |
BTGSegmentModel |
BtgJasperWidgetPreferencesModel.getSegment()
Generated method - Getter of the
BtgJasperWidgetPreferences.segment attribute defined at extension btgcockpit. |
BTGSegmentModel |
BTGSegmentResultModel.getSegment()
Generated method - Getter of the
BTGSegmentResult.segment attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGRuleModel.setSegment(BTGSegmentModel value)
Generated method - Setter of
BTGRule.segment attribute defined at extension btg. |
void |
BtgJasperWidgetPreferencesModel.setSegment(BTGSegmentModel value)
Generated method - Setter of
BtgJasperWidgetPreferences.segment attribute defined at extension btgcockpit. |
void |
BTGSegmentResultModel.setSegment(BTGSegmentModel value)
Generated method - Setter of
BTGSegmentResult.segment attribute defined at extension btg. |
| Constructor and Description |
|---|
BtgJasperWidgetPreferencesModel(ItemModel _owner,
JasperMediaModel _report,
BTGSegmentModel _segment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BtgJasperWidgetPreferencesModel(JasperMediaModel _report,
BTGSegmentModel _segment)
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 |
|---|---|
BTGSegmentModel |
BTGSegmentResource.getBTGSegmentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGSegmentModel |
BTGSegmentResource.readResource(java.lang.String resourceId)
Gets the
BTGSegmentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
BTGSegmentsResource.getBTGSegmentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentResource.setBTGSegmentModel(BTGSegmentModel value)
Convenience method which just delegates to
#setResourceValue(BTGSegmentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGSegmentsResource.setBTGSegmentsCollection(java.util.Collection<BTGSegmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
SegmentService.getSegments(java.util.Collection<CMSSiteModel> websites)
Returns
BTGSegmentModels associated with the given CMSSiteModel. |
java.util.Collection<BTGSegmentModel> |
SegmentService.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions)
Return segments for specified arguments
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
SegmentEvaluator.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Return last segment evaluation (or forced) result for user
|
boolean |
SegmentEvaluator.evaluate(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Evaluates Segment for given user, scope and evaluation method
|
boolean |
SegmentEvaluator.invalidateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGRuleType ruleType)
Invalidates latest segment results for given user.
|
void |
SegmentEvaluator.performOutputAction(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext evaluationContext)
Perform output action for given segment and user
|
void |
SegmentEvaluator.setSegmentResult(boolean result,
UserModel user,
BTGSegmentModel segment,
boolean performOutputAction,
BTGEvaluationContext evaluationContext,
java.lang.String jaloSessionId,
boolean forced)
saves a result for segment
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
DefaultSegmentService.getSegments(java.util.Collection<CMSSiteModel> websites) |
java.util.Collection<BTGSegmentModel> |
DefaultSegmentService.getSegments(java.util.Collection<CMSSiteModel> websites,
BTGConditionEvaluationScope scope,
java.util.Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
DefaultSegmentEvaluator.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
protected java.lang.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.
|
boolean |
DefaultSegmentEvaluator.evaluate(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
boolean |
DefaultSegmentEvaluator.invalidateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGRuleType ruleType) |
void |
DefaultSegmentEvaluator.performOutputAction(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext evaluationContext) |
void |
DefaultSegmentEvaluator.setSegmentResult(boolean newResult,
UserModel user,
BTGSegmentModel segment,
boolean performOutputAction,
BTGEvaluationContext evaluationContext,
java.lang.String jaloSessionId,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
BTGResultService.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Checks the UserToBTGSegmenRelation for the given user and segment
|
protected void |
BTGEvaluationServiceTest.evaluateAnonymousSegment(BTGSegmentModel segment,
BTGEvaluationContext context) |
boolean |
BTGEvaluationService.evaluateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Evaluate specified segment for user by using evaluation method and scope
|
void |
BTGResultService.invalidateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGRuleType type)
Invalidates evaluation results in segment for given user.
|
boolean |
BTGResultService.isFulfilled(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context)
Checks if the given segment is fulfilled for the given user.
|
void |
BTGResultService.setSegmentResult(boolean result,
UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
boolean performOutputAction)
Manually marks a segment fulfilled/not fulfilled.
|
void |
BTGResultService.setSegmentResult(boolean result,
UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
boolean performOutputAction,
boolean forced)
Manually marks a segment fulfilled/not fulfilled and forced/not forced.
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentResultModel |
DefaultBTGResultService.checkSegmentForUser(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
boolean |
DefaultBTGEvaluationService.evaluateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
BTGEvaluationMethod |
BTGEvaluationContext.getEvaluationMethod(BTGSegmentModel segment)
Get the evaluation method
|
BTGResultScope |
BTGEvaluationContext.getResultScope(BTGSegmentModel segment,
UserModel user)
Get the result scope
|
void |
DefaultBTGResultService.invalidateSegment(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
BTGRuleType type) |
boolean |
DefaultBTGResultService.isFulfilled(UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context) |
void |
DefaultBTGResultService.setSegmentResult(boolean result,
UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
boolean performOutputAction) |
void |
DefaultBTGResultService.setSegmentResult(boolean result,
UserModel user,
BTGSegmentModel segment,
BTGEvaluationContext context,
boolean performOutputAction,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
protected BTGSegmentModel |
CleanBtgSessionResultTaskRunnerTest.createAndSaveSegment(BTGResultScope resultScope) |
| Modifier and Type | Method and Description |
|---|---|
protected TypedObject |
DefaultBTGCockpitService.createPresonalizedPage(AbstractPageModel sourcePage,
boolean cloneRestrictions,
BTGSegmentModel segmentModel)
Create personalized version of given page.
|
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentModel |
CustomerSegmentModelingBrowserModel.getSegmentForReports() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerSegmentModelingBrowserModel.setSegmentForReports(BTGSegmentModel btgSegmentModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<BTGRuleModel> |
BTGSynchronizationService.getBTGRulesForSegment(BTGSegmentModel btgSegment) |
protected java.util.Collection<AbstractActionModel> |
BTGSynchronizationService.getOutputActionsForSegment(BTGSegmentModel btgSegment) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGSegmentModel> |
CMSSiteModel.getSegments()
Generated method - Getter of the
CMSSite.segments attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSSiteModel.setSegments(java.util.Collection<BTGSegmentModel> value)
Generated method - Setter of
CMSSite.segments attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
BTGSegmentModel |
AbstractActionModel.getSegment()
Generated method - Getter of the
AbstractAction.segment attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractActionModel.setSegment(BTGSegmentModel value)
Generated method - Setter of
AbstractAction.segment attribute defined at extension btg. |
Copyright © 2018 SAP SE. All Rights Reserved.