Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionModel
Packages that use SAPRecoImpressionModel
Package
Description
-
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendation.services
Method parameters in com.hybris.ymkt.recommendation.services with type arguments of type SAPRecoImpressionModelModifier 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) -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.dao
Methods in com.hybris.ymkt.recommendationbuffer.dao that return types with arguments of type SAPRecoImpressionModel -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.dao.impl
Methods in com.hybris.ymkt.recommendationbuffer.dao.impl that return types with arguments of type SAPRecoImpressionModel -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.service
Methods in com.hybris.ymkt.recommendationbuffer.service that return types with arguments of type SAPRecoImpressionModelModifier and TypeMethodDescriptionRecommendationBufferService.getImpressions(int batchSize) ReadListofSAPRecoImpressionModel. -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.service.impl
Methods in com.hybris.ymkt.recommendationbuffer.service.impl that return types with arguments of type SAPRecoImpressionModelModifier and TypeMethodDescriptionDefaultRecommendationBufferService.getImpressions(int readBatchSize)