com.silverpeas.kmelia.search
Class TopicSearchServiceImpl
java.lang.Object
com.silverpeas.kmelia.search.TopicSearchServiceImpl
- All Implemented Interfaces:
- TopicSearchService
@Named(value="topicSearchService")
public class TopicSearchServiceImpl
- extends Object
- implements TopicSearchService
This implementation use JPA TopicSearchRepository and JDBC TopicSearchDao
- See Also:
TopicSearchService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicSearchServiceImpl
public TopicSearchServiceImpl()
createTopicSearch
public void createTopicSearch(TopicSearch kmeliaSearch)
- Specified by:
createTopicSearch
in interface TopicSearchService
- Parameters:
kmeliaSearch
- the kmeliaSearch domain entity to create
getMostInterestedSearch
public List<MostInterestedQueryVO> getMostInterestedSearch(String instanceId)
- Specified by:
getMostInterestedSearch
in interface TopicSearchService
- Parameters:
instanceId
- the current application identifier
- Returns:
- the list of most interested query search
Copyright © 2016 Silverpeas. All Rights Reserved.