com.silverpeas.kmelia.dao
Class TopicSearchDaoImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by com.silverpeas.kmelia.dao.TopicSearchDaoImpl
All Implemented Interfaces:
TopicSearchDao, org.springframework.beans.factory.InitializingBean

@Named(value="topicSearchDao")
public class TopicSearchDaoImpl
extends org.springframework.jdbc.core.support.JdbcDaoSupport
implements TopicSearchDao

This class is the Jdbc Dao implementation of TopicSearchDao

Author:
ebonnet

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
TopicSearchDaoImpl()
           
 
Method Summary
 List<MostInterestedQueryVO> getMostInterestedSearch(String instanceId)
           
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicSearchDaoImpl

public TopicSearchDaoImpl()
Method Detail

getMostInterestedSearch

public List<MostInterestedQueryVO> getMostInterestedSearch(String instanceId)
Specified by:
getMostInterestedSearch in interface TopicSearchDao
Parameters:
instanceId - the current instance identifier (i.e. kmeliaXXX)
Returns:
the list of most interested query for the application given in parameter


Copyright © 2016 Silverpeas. All Rights Reserved.