Class TopicSearchServiceImpl
java.lang.Object
org.silverpeas.components.kmelia.search.TopicSearchServiceImpl
- All Implemented Interfaces:
TopicSearchService
This implementation use JPA TopicSearchRepository and JDBC TopicSearchDao
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTopicSearch(TopicSearch kmeliaSearch) getMostInterestedSearch(String instanceId)
-
Constructor Details
-
TopicSearchServiceImpl
public TopicSearchServiceImpl()
-
-
Method Details
-
createTopicSearch
- Specified by:
createTopicSearchin interfaceTopicSearchService- Parameters:
kmeliaSearch- the kmeliaSearch domain entity to create
-
getMostInterestedSearch
- Specified by:
getMostInterestedSearchin interfaceTopicSearchService- Parameters:
instanceId- the current application identifier- Returns:
- the list of most interested query search
-