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

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

Uses of NZipCodeVO in egovframework.rfc3.menu.web
 

Methods in egovframework.rfc3.menu.web that return types with arguments of type NZipCodeVO
 java.util.List<NZipCodeVO> CmsManager.getSearchNZipList(java.lang.String dong)
          새주소 우편번호 임시 검색
 

Uses of NZipCodeVO in egovframework.rfc3.user.dao
 

Methods in egovframework.rfc3.user.dao that return types with arguments of type NZipCodeVO
 java.util.List<NZipCodeVO> UserManageDAO.searchNZipCode(java.lang.String dong)
           
 

Uses of NZipCodeVO in egovframework.rfc3.user.service
 

Methods in egovframework.rfc3.user.service that return types with arguments of type NZipCodeVO
 java.util.List<NZipCodeVO> UserManageService.searchNZipCode(java.lang.String dong)
          새주소 임시 검색
 

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

Methods in egovframework.rfc3.user.service.impl that return types with arguments of type NZipCodeVO
 java.util.List<NZipCodeVO> UserManageServiceImpl.searchNZipCode(java.lang.String dong)
          새주소 임시 검색