Uses of Class
com.hybris.ymkt.recommendationbuffer.model.SAPOfferInteractionModel
-
-
Uses of SAPOfferInteractionModel in com.hybris.ymkt.recommendation.services
Methods in com.hybris.ymkt.recommendation.services with parameters of type SAPOfferInteractionModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>OfferInteractionService. buildInteractionMap(SAPOfferInteractionModel model)Helper method that will bundle all the interactions for the property "Interactions" in the payload we send to ymktMethod parameters in com.hybris.ymkt.recommendation.services with type arguments of type SAPOfferInteractionModel Modifier and Type Method Description protected booleanOfferInteractionService. sendOfferInteraction(java.util.List<SAPOfferInteractionModel> interactionModels) -
Uses of SAPOfferInteractionModel in com.hybris.ymkt.recommendationbuffer.dao
Methods in com.hybris.ymkt.recommendationbuffer.dao that return types with arguments of type SAPOfferInteractionModel Modifier and Type Method Description java.util.List<SAPOfferInteractionModel>RecommendationBufferDao. findOfferInteractions(int batchSize) -
Uses of SAPOfferInteractionModel in com.hybris.ymkt.recommendationbuffer.dao.impl
Methods in com.hybris.ymkt.recommendationbuffer.dao.impl that return types with arguments of type SAPOfferInteractionModel Modifier and Type Method Description java.util.List<SAPOfferInteractionModel>DefaultRecommendationBufferDao. findOfferInteractions(int batchSize) -
Uses of SAPOfferInteractionModel in com.hybris.ymkt.recommendationbuffer.service
Methods in com.hybris.ymkt.recommendationbuffer.service that return types with arguments of type SAPOfferInteractionModel Modifier and Type Method Description java.util.List<SAPOfferInteractionModel>RecommendationBufferService. getOfferInteractions(int batchSize)ReadListofSAPOfferInteractionModel. -
Uses of SAPOfferInteractionModel in com.hybris.ymkt.recommendationbuffer.service.impl
Methods in com.hybris.ymkt.recommendationbuffer.service.impl that return types with arguments of type SAPOfferInteractionModel Modifier and Type Method Description java.util.List<SAPOfferInteractionModel>DefaultRecommendationBufferService. getOfferInteractions(int batchSize)
-