| 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 |
|---|---|
boolean |
ImpressionService.postImpression(SAPRecoImpressionAggrModel aggregatedImpression)
Send aggregated impression via oData
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionAggrModel> |
RecommendationBufferDao.findImpressionsAggregated(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionAggrModel> |
DefaultRecommendationBufferDao.findImpressionsAggregated(int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
SAPRecoImpressionAggrModel |
SAPRecoImpressionAggrResource.getSAPRecoImpressionAggrModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SAPRecoImpressionAggrModel |
SAPRecoImpressionAggrResource.readResource(java.lang.String resourceId)
Gets the
SAPRecoImpressionAggrModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAPRecoImpressionAggrModel> |
SAPRecoImpressionAggrsResource.getSAPRecoImpressionAggrsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoImpressionAggrResource.setSAPRecoImpressionAggrModel(SAPRecoImpressionAggrModel value)
Convenience method which just delegates to
#setResourceValue(SAPRecoImpressionAggrModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPRecoImpressionAggrsResource.setSAPRecoImpressionAggrsCollection(java.util.Collection<SAPRecoImpressionAggrModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionAggrModel> |
RecommendationBufferService.getAggregatedImpressions(int batchSize)
Read a
List of SAPRecoImpressionAggrModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SAPRecoImpressionAggrModel> |
DefaultRecommendationBufferService.getAggregatedImpressions(int batchSize) |
Copyright © 2018 SAP SE. All Rights Reserved.