| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SAPRecoImpressionAggrModel> |
ImpressionService.aggregateImpressionsByScenario(java.util.List<SAPRecoImpressionModel> impressionsList)
Aggregates impressions by scenario and aggregationTimeStamp
Aggregation timestamp is the midpoint of the time window based on the current time e.g. Current time = 1:04:32.512 Time window = 5 minutes AggregatedTimeStamp = 1:02:30 (midpoint between 1:00 and 1:05) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionModel> |
RecommendationBufferDao.findImpressions(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionModel> |
DefaultRecommendationBufferDao.findImpressions(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
SAPRecoImpressionModel |
SAPRecoImpressionResource.getSAPRecoImpressionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SAPRecoImpressionModel |
SAPRecoImpressionResource.readResource(java.lang.String resourceId)
Gets the
SAPRecoImpressionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAPRecoImpressionModel> |
SAPRecoImpressionsResource.getSAPRecoImpressionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoImpressionResource.setSAPRecoImpressionModel(SAPRecoImpressionModel value)
Convenience method which just delegates to
#setResourceValue(SAPRecoImpressionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoImpressionsResource.setSAPRecoImpressionsCollection(java.util.Collection<SAPRecoImpressionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionModel> |
RecommendationBufferService.getImpressions(int batchSize)
Read
List of SAPRecoImpressionModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionModel> |
DefaultRecommendationBufferService.getImpressions(int readBatchSize) |
Copyright © 2018 SAP SE. All Rights Reserved.