Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPRecoClickthroughModel
-
-
Uses of SAPRecoClickthroughModel in com.hybris.ymkt.recommendation.services
Methods in com.hybris.ymkt.recommendation.services with parameters of type SAPRecoClickthroughModel Modifier and Type Method Description booleanInteractionService. postInteraction(SAPRecoClickthroughModel model)Send a single clickthrough entry via OData service -
Uses of SAPRecoClickthroughModel in com.hybris.ymkt.recommendationbuffer.dao
Methods in com.hybris.ymkt.recommendationbuffer.dao that return types with arguments of type SAPRecoClickthroughModel Modifier and Type Method Description java.util.List<SAPRecoClickthroughModel>RecommendationBufferDao. findClickthroughs(int batchSize) -
Uses of SAPRecoClickthroughModel in com.hybris.ymkt.recommendationbuffer.dao.impl
Methods in com.hybris.ymkt.recommendationbuffer.dao.impl that return types with arguments of type SAPRecoClickthroughModel Modifier and Type Method Description java.util.List<SAPRecoClickthroughModel>DefaultRecommendationBufferDao. findClickthroughs(int batchSize) -
Uses of SAPRecoClickthroughModel in com.hybris.ymkt.recommendationbuffer.service
Methods in com.hybris.ymkt.recommendationbuffer.service that return types with arguments of type SAPRecoClickthroughModel Modifier and Type Method Description java.util.List<SAPRecoClickthroughModel>RecommendationBufferService. getClickthroughs(int batchSize)ReadListofSAPRecoClickthroughModel. -
Uses of SAPRecoClickthroughModel in com.hybris.ymkt.recommendationbuffer.service.impl
Methods in com.hybris.ymkt.recommendationbuffer.service.impl that return types with arguments of type SAPRecoClickthroughModel Modifier and Type Method Description java.util.List<SAPRecoClickthroughModel>DefaultRecommendationBufferService. getClickthroughs(int readBatchSize)
-