Uses of Class
skoinfo.rfc.search.vo.SearchHouseVO

Packages that use SearchHouseVO
skoinfo.rfc.search.action   
skoinfo.rfc.search.dao   
 

Uses of SearchHouseVO in skoinfo.rfc.search.action
 

Methods in skoinfo.rfc.search.action that return types with arguments of type SearchHouseVO
 java.util.List<SearchHouseVO> HouseAction.searchHouse(int si, int dong, int ri, int gubun, int bonbun, int bubun)
           
 

Uses of SearchHouseVO in skoinfo.rfc.search.dao
 

Methods in skoinfo.rfc.search.dao that return types with arguments of type SearchHouseVO
 java.util.List<SearchHouseVO> SearchDAO.searchHouse(org.hibernate.Session session, int si, int dong, int ri, int gubun, int bonbun, int bubun)