Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionAggrModel
-
-
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendation.services
Methods in com.hybris.ymkt.recommendation.services that return types with arguments of type SAPRecoImpressionAggrModel Modifier and Type Method 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)Methods in com.hybris.ymkt.recommendation.services with parameters of type SAPRecoImpressionAggrModel Modifier and Type Method Description boolean
ImpressionService. postImpression(SAPRecoImpressionAggrModel aggregatedImpression)
Send aggregated impression via oData -
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendationbuffer.dao
Methods in com.hybris.ymkt.recommendationbuffer.dao that return types with arguments of type SAPRecoImpressionAggrModel Modifier and Type Method Description java.util.List<SAPRecoImpressionAggrModel>
RecommendationBufferDao. findImpressionsAggregated(int batchSize)
-
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendationbuffer.dao.impl
Methods in com.hybris.ymkt.recommendationbuffer.dao.impl that return types with arguments of type SAPRecoImpressionAggrModel Modifier and Type Method Description java.util.List<SAPRecoImpressionAggrModel>
DefaultRecommendationBufferDao. findImpressionsAggregated(int batchSize)
-
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendationbuffer.service
Methods in com.hybris.ymkt.recommendationbuffer.service that return types with arguments of type SAPRecoImpressionAggrModel Modifier and Type Method Description java.util.List<SAPRecoImpressionAggrModel>
RecommendationBufferService. getAggregatedImpressions(int batchSize)
Read aList
ofSAPRecoImpressionAggrModel
. -
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendationbuffer.service.impl
Methods in com.hybris.ymkt.recommendationbuffer.service.impl that return types with arguments of type SAPRecoImpressionAggrModel Modifier and Type Method Description java.util.List<SAPRecoImpressionAggrModel>
DefaultRecommendationBufferService. getAggregatedImpressions(int batchSize)
-