| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBTGExpressionEvaluator.setBtgDao(BTGDao btgDao) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResultDataCachingBtgDao
Interface extends standard BTGDao with methods for saving BTG results
These method are needed to save data in cache if data are not stored in database (like Session scope result) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBTGDao |
class |
DefaultResultDataCachingBTGDao
A BTGDao implementation that adds caching of BTGResults.
|
class |
ResultCachingBTGDaoDecorator
A decorator for BTGDao that adds caching of BTGResults.
|
| Modifier and Type | Method and Description |
|---|---|
BTGDao |
ResultCachingBTGDaoDecorator.getBtgDao() |
protected BTGDao |
DefaultResultDataCachingBTGDao.getBtgDao() |
BTGDao |
SessionResultAwareBTGDaoSelector.getDefaultBTGDao() |
BTGDao |
SessionResultAwareBTGDaoSelector.getObject() |
BTGDao |
SessionResultAwareBTGDaoSelector.getResultDataCachingBTGDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultCachingBTGDaoDecorator.setBtgDao(BTGDao btgDao) |
void |
DefaultResultDataCachingBTGDao.setBtgDao(BTGDao btgDao) |
void |
SessionResultAwareBTGDaoSelector.setDefaultBTGDao(BTGDao defaultBTGDao) |
void |
SessionResultAwareBTGDaoSelector.setResultDataCachingBTGDao(BTGDao resultDataCachingBTGDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleEvaluator.setBtgDao(BTGDao btgDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSegmentEvaluator.setBtgDao(BTGDao btgDao) |
void |
DefaultSegmentService.setBtgDao(BTGDao btgDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBTGResultService.setBtgDao(BTGDao btgDao) |
Copyright © 2017 SAP SE. All Rights Reserved.