Uses of Class
egovframework.rfc3.research.vo.ReSearchFileVO

Packages that use ReSearchFileVO
egovframework.rfc3.research.dao   
egovframework.rfc3.research.service   
egovframework.rfc3.research.service.impl   
egovframework.rfc3.research.web   
 

Uses of ReSearchFileVO in egovframework.rfc3.research.dao
 

Methods in egovframework.rfc3.research.dao that return ReSearchFileVO
 ReSearchFileVO ReSearchDAO.getReSearchFileInfo(long reFileSid)
          파일 정보
 

Methods in egovframework.rfc3.research.dao that return types with arguments of type ReSearchFileVO
 java.util.List<ReSearchFileVO> ReSearchDAO.selectReSearchFileList(java.lang.String reUniqId)
          연수에 등록에 첨부파일 목록
 

Methods in egovframework.rfc3.research.dao with parameters of type ReSearchFileVO
 void ReSearchDAO.insertReSearchFile(ReSearchFileVO reSearchFileVO)
          연수 파일 등록
 

Uses of ReSearchFileVO in egovframework.rfc3.research.service
 

Methods in egovframework.rfc3.research.service that return ReSearchFileVO
 ReSearchFileVO ReSearchService.getReSearchFileInfo(long reFileSid)
           
 

Methods in egovframework.rfc3.research.service that return types with arguments of type ReSearchFileVO
 java.util.List<ReSearchFileVO> ReSearchService.selectReSearchFileList(java.lang.String reUniqId)
           
 

Methods in egovframework.rfc3.research.service with parameters of type ReSearchFileVO
 void ReSearchService.insertReSearchFile(ReSearchFileVO reSearchFileVO)
           
 

Uses of ReSearchFileVO in egovframework.rfc3.research.service.impl
 

Methods in egovframework.rfc3.research.service.impl that return ReSearchFileVO
 ReSearchFileVO ReSearchSericeImpl.getReSearchFileInfo(long reFileSid)
           
 

Methods in egovframework.rfc3.research.service.impl that return types with arguments of type ReSearchFileVO
 java.util.List<ReSearchFileVO> ReSearchSericeImpl.selectReSearchFileList(java.lang.String reUniqId)
           
 

Methods in egovframework.rfc3.research.service.impl with parameters of type ReSearchFileVO
 void ReSearchSericeImpl.insertReSearchFile(ReSearchFileVO reSearchFileVO)
           
 

Uses of ReSearchFileVO in egovframework.rfc3.research.web
 

Methods in egovframework.rfc3.research.web with parameters of type ReSearchFileVO
 java.lang.String ReSearchController.deleteReSearchFileAct(ReSearchFileVO reSearchFileVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
           
 void ReSearchController.fileDownLoad(ReSearchFileVO reSearchFileVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          연수관련 자료 다운로드
 void ClientReSearchController.fileDownLoad(ReSearchFileVO reSearchFileVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          연수관련 자료 다운로드