Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionAggrModel
Packages that use SAPRecoImpressionAggrModel
Package
Description
-
Uses of SAPRecoImpressionAggrModel in com.hybris.ymkt.recommendation.services
Methods in com.hybris.ymkt.recommendation.services that return types with arguments of type SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionprotected List<SAPRecoImpressionAggrModel>ImpressionService.aggregateImpressionsByScenario(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 SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionbooleanImpressionService.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 SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionRecommendationBufferDao.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 SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionDefaultRecommendationBufferDao.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 SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionRecommendationBufferService.getAggregatedImpressions(int batchSize) Read aListofSAPRecoImpressionAggrModel. -
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 SAPRecoImpressionAggrModelModifier and TypeMethodDescriptionDefaultRecommendationBufferService.getAggregatedImpressions(int batchSize)