Uses of Class
egovframework.rfc3.search.vo.SearchResultVO

Packages that use SearchResultVO
egovframework.rfc3.search.dao   
egovframework.rfc3.search.service   
egovframework.rfc3.search.service.impl   
egovframework.rfc3.search.web   
 

Uses of SearchResultVO in egovframework.rfc3.search.dao
 

Methods in egovframework.rfc3.search.dao that return types with arguments of type SearchResultVO
 java.util.List<SearchResultVO> SearchDAO.selectSearchBoard(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchDAO.selectSearchContent(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchDAO.selectSearchFile(SearchVO searchVO)
           
 

Uses of SearchResultVO in egovframework.rfc3.search.service
 

Methods in egovframework.rfc3.search.service that return types with arguments of type SearchResultVO
 java.util.List<SearchResultVO> SearchService.selectSearchBoard(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchService.selectSearchContent(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchService.selectSearchFile(SearchVO searchVO)
           
 

Uses of SearchResultVO in egovframework.rfc3.search.service.impl
 

Methods in egovframework.rfc3.search.service.impl that return types with arguments of type SearchResultVO
 java.util.List<SearchResultVO> SearchServiceImpl.selectSearchBoard(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchServiceImpl.selectSearchContent(SearchVO searchVO)
           
 java.util.List<SearchResultVO> SearchServiceImpl.selectSearchFile(SearchVO searchVO)
           
 

Uses of SearchResultVO in egovframework.rfc3.search.web
 

Methods in egovframework.rfc3.search.web with parameters of type SearchResultVO
 SearchVO SearchManager.initDocItem(java.lang.String indexType, SearchResultVO searchResultVO, java.lang.String domain, java.lang.String url)
           
 SearchVO SearchManager.initDocItem(java.lang.String indexType, SearchResultVO searchResultVO, java.lang.String domain, java.lang.String url, MenuService menuService)