egovframework.rfc3.search.dao
Class SearchDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.RfcCMSAbstractDAO
                  extended by egovframework.rfc3.search.dao.SearchDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="SearchDAO")
public class SearchDAO
extends RfcCMSAbstractDAO


Constructor Summary
SearchDAO()
           
 
Method Summary
 java.util.List<SearchResultVO> selectSearchBoard(SearchVO searchVO)
           
 int selectSearchBoardTotal(SearchVO searchVO)
           
 java.util.List<SearchResultVO> selectSearchContent(SearchVO searchVO)
           
 int selectSearchContentTotal(SearchVO searchVO)
           
 java.util.List<SearchResultVO> selectSearchFile(SearchVO searchVO)
           
 int selectSearchFileTotal(SearchVO searchVO)
           
 
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update
 
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDAO

public SearchDAO()
Method Detail

selectSearchContentTotal

public int selectSearchContentTotal(SearchVO searchVO)
                             throws java.lang.Exception
Throws:
java.lang.Exception

selectSearchContent

public java.util.List<SearchResultVO> selectSearchContent(SearchVO searchVO)
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

selectSearchBoardTotal

public int selectSearchBoardTotal(SearchVO searchVO)
                           throws java.lang.Exception
Throws:
java.lang.Exception

selectSearchBoard

public java.util.List<SearchResultVO> selectSearchBoard(SearchVO searchVO)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectSearchFileTotal

public int selectSearchFileTotal(SearchVO searchVO)
                          throws java.lang.Exception
Throws:
java.lang.Exception

selectSearchFile

public java.util.List<SearchResultVO> selectSearchFile(SearchVO searchVO)
                                                throws java.lang.Exception
Throws:
java.lang.Exception