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

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

Uses of ReSearchLectureVO in egovframework.rfc3.research.dao
 

Methods in egovframework.rfc3.research.dao that return ReSearchLectureVO
 ReSearchLectureVO ReSearchDAO.getReSearchLectureInfo(long lectureSid)
          강좌 정보
 

Methods in egovframework.rfc3.research.dao that return types with arguments of type ReSearchLectureVO
 java.util.List<ReSearchLectureVO> ReSearchDAO.selectReSearchLectureList(java.lang.String reUniqId)
          연수 강좌 목록
 

Methods in egovframework.rfc3.research.dao with parameters of type ReSearchLectureVO
 void ReSearchDAO.insertReSearchLecture(ReSearchLectureVO reSearchLectureVO)
          강좌 등록
 void ReSearchDAO.updateReSearchLecture(ReSearchLectureVO reSearchLectureVO)
          강좌 수정
 

Uses of ReSearchLectureVO in egovframework.rfc3.research.service
 

Methods in egovframework.rfc3.research.service that return ReSearchLectureVO
 ReSearchLectureVO ReSearchService.getReSearchLectureInfo(long lectureSid)
           
 

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

Methods in egovframework.rfc3.research.service with parameters of type ReSearchLectureVO
 void ReSearchService.insertReSearchLecture(ReSearchLectureVO reSearchLectureVO)
           
 void ReSearchService.updateReSearchLecture(ReSearchLectureVO reSearchLectureVO)
           
 

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

Methods in egovframework.rfc3.research.service.impl that return ReSearchLectureVO
 ReSearchLectureVO ReSearchSericeImpl.getReSearchLectureInfo(long lectureSid)
           
 

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

Methods in egovframework.rfc3.research.service.impl with parameters of type ReSearchLectureVO
 void ReSearchSericeImpl.insertReSearchLecture(ReSearchLectureVO reSearchLectureVO)
           
 void ReSearchSericeImpl.updateReSearchLecture(ReSearchLectureVO reSearchLectureVO)
           
 

Uses of ReSearchLectureVO in egovframework.rfc3.research.web
 

Methods in egovframework.rfc3.research.web with parameters of type ReSearchLectureVO
 java.lang.String LectureController.deleteSiteGroupAct(ReSearchLectureVO reSearchLectureVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          강좌 삭제
 java.lang.String LectureController.selectRectureList(ReSearchLectureVO reSearchLectureVO, org.springframework.ui.ModelMap model)
          강의 목록
 java.lang.String LectureController.updateLectureAct(ReSearchLectureVO reSearchLectureVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          강좌 수정
 java.lang.String LectureController.writeLecture(ReSearchLectureVO reSearchLectureVO, ReSearchLectureVO searchVO, org.springframework.ui.ModelMap model)
          강의 등록 및 수정폼
 java.lang.String LectureController.writeLectureAct(ReSearchLectureVO reSearchLectureVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          강좌 등록