Class InteractionService


  • public class InteractionService
    extends java.lang.Object
    This service is used for tracking, persisting and sending the successfully converted recommendation scenario.
    These interactions are clickthrough.
    • Constructor Detail

      • InteractionService

        public InteractionService()
    • Method Detail

      • sendInteractions

        public void sendInteractions()
        Send all clickthrough records via OData service
      • setInteractionType

        public void setInteractionType​(java.lang.String interactionType)
      • setModelService

        public void setModelService​(ModelService modelService)
      • setODataService

        public void setODataService​(ODataService oDataService)
      • setReadBatchSize

        public void setReadBatchSize​(int readBatchSize)
      • setRecommendationBufferService

        public void setRecommendationBufferService​(RecommendationBufferService recommendationBufferService)
      • setUserContextService

        public void setUserContextService​(UserContextService userContextService)