|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
com.silverpeas.kmelia.dao.TopicSearchDaoImpl
@Named(value="topicSearchDao") public class TopicSearchDaoImpl
This class is the Jdbc Dao implementation of TopicSearchDao
| 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 |
|---|
public TopicSearchDaoImpl()
| Method Detail |
|---|
public List<MostInterestedQueryVO> getMostInterestedSearch(String instanceId)
getMostInterestedSearch in interface TopicSearchDaoinstanceId - the current instance identifier (i.e. kmeliaXXX)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||