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

Packages that use NewZipCodeVO
egovframework.rfc3.user.dao   
egovframework.rfc3.user.service   
egovframework.rfc3.user.service.impl   
 

Uses of NewZipCodeVO in egovframework.rfc3.user.dao
 

Methods in egovframework.rfc3.user.dao that return types with arguments of type NewZipCodeVO
 java.util.List<NewZipCodeVO> UserManageDAO.searchNewZipCode(SearchNewZipCodeVO searchNewZipCodeVO)
          새주소 검색
 

Uses of NewZipCodeVO in egovframework.rfc3.user.service
 

Methods in egovframework.rfc3.user.service that return types with arguments of type NewZipCodeVO
 java.util.List<NewZipCodeVO> UserManageService.searchNewZipCode(SearchNewZipCodeVO searchNewZipCodeVO)
          새 주소 검색
 

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

Methods in egovframework.rfc3.user.service.impl that return types with arguments of type NewZipCodeVO
 java.util.List<NewZipCodeVO> UserManageServiceImpl.searchNewZipCode(SearchNewZipCodeVO searchNewZipCodeVO)
          새 주소 검색