Uses of Class
egovframework.rfc3.user.vo.ZipCodeVO

Packages that use ZipCodeVO
egovframework.rfc3.menu.web   
egovframework.rfc3.user.dao   
egovframework.rfc3.user.service   
egovframework.rfc3.user.service.impl   
egovframework.rfc3.user.web   
 

Uses of ZipCodeVO in egovframework.rfc3.menu.web
 

Methods in egovframework.rfc3.menu.web that return types with arguments of type ZipCodeVO
 java.util.List<ZipCodeVO> CmsManager.getSearchZipList(java.lang.String dong)
          우편번호 검색
 

Uses of ZipCodeVO in egovframework.rfc3.user.dao
 

Methods in egovframework.rfc3.user.dao that return types with arguments of type ZipCodeVO
 java.util.List<ZipCodeVO> UserManageDAO.searchZipCode(java.lang.String dong)
          일반주소 검색
 

Uses of ZipCodeVO in egovframework.rfc3.user.service
 

Methods in egovframework.rfc3.user.service that return types with arguments of type ZipCodeVO
 java.util.List<ZipCodeVO> UserManageService.searchZipCode(java.lang.String dong)
          일반주소 검색
 

Uses of ZipCodeVO in egovframework.rfc3.user.service.impl
 

Methods in egovframework.rfc3.user.service.impl that return types with arguments of type ZipCodeVO
 java.util.List<ZipCodeVO> UserManageServiceImpl.searchZipCode(java.lang.String dong)
          일반 주소 검색
 

Uses of ZipCodeVO in egovframework.rfc3.user.web
 

Methods in egovframework.rfc3.user.web with parameters of type ZipCodeVO
 java.lang.String UserManageController.getSearchZipList(ZipCodeVO zipCodeVO, org.springframework.ui.ModelMap model)
          일반 주소 검색