Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPRecoImpressionModel
-
-
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendation.services
Method parameters in com.hybris.ymkt.recommendation.services with type arguments of type SAPRecoImpressionModel 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) -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.dao
Methods in com.hybris.ymkt.recommendationbuffer.dao that return types with arguments of type SAPRecoImpressionModel Modifier and Type Method Description java.util.List<SAPRecoImpressionModel>RecommendationBufferDao. findImpressions(int batchSize) -
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 Modifier and Type Method Description java.util.List<SAPRecoImpressionModel>DefaultRecommendationBufferDao. findImpressions(int batchSize) -
Uses of SAPRecoImpressionModel in com.hybris.ymkt.recommendationbuffer.service
Methods in com.hybris.ymkt.recommendationbuffer.service that return types with arguments of type SAPRecoImpressionModel Modifier and Type Method Description java.util.List<SAPRecoImpressionModel>RecommendationBufferService. 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 SAPRecoImpressionModel Modifier and Type Method Description java.util.List<SAPRecoImpressionModel>DefaultRecommendationBufferService. getImpressions(int readBatchSize)
-