Uses of Class
egovframework.rfc3.education.vo.EduCationVO

Packages that use EduCationVO
egovframework.rfc3.education.dao   
egovframework.rfc3.education.service   
egovframework.rfc3.education.service.impl   
egovframework.rfc3.education.web   
 

Uses of EduCationVO in egovframework.rfc3.education.dao
 

Methods in egovframework.rfc3.education.dao that return EduCationVO
 EduCationVO EduCationDAO.getAttInDate(EduCationVO eduCationVO)
          해당교육장소에서 접수중인 교육건 조회(1건만)
 EduCationVO EduCationDAO.getAttIngLecture(long studentIdx)
          수강시작일+5일이 지나지 않은 수강 진행중인 과목 정보 가져오기
 EduCationVO EduCationDAO.getAttNextDate(EduCationVO eduCationVO)
          다음 강의정보 가져오기
 EduCationVO EduCationDAO.getEduCationInfo(long idx)
          교육 정보
 

Methods in egovframework.rfc3.education.dao that return types with arguments of type EduCationVO
 java.util.List<EduCationVO> EduCationDAO.getEduLectureList(EduCationVO eduCationVO)
          홈페이지 메인에서 일부 목록 뿌리기
 java.util.List<EduCationVO> EduCationDAO.getStatistics(EduCationVO eduCationVO)
          수강통계
 java.util.List<EduCationVO> EduCationDAO.getYearList(EduCationVO eduCationVO)
          해당 교육장소에서 해당년에 하는 교육정보
 java.util.List<EduCationVO> EduCationDAO.selectEduCationList(EduCationVO eduCationVO)
          교육 전체 목록
 

Methods in egovframework.rfc3.education.dao with parameters of type EduCationVO
 void EduCationDAO.addlectureDate(EduCationVO eduCationVO)
          출석부 일정 추가등록
 EduCationVO EduCationDAO.getAttInDate(EduCationVO eduCationVO)
          해당교육장소에서 접수중인 교육건 조회(1건만)
 EduCationVO EduCationDAO.getAttNextDate(EduCationVO eduCationVO)
          다음 강의정보 가져오기
 java.util.List<EduCationVO> EduCationDAO.getEduLectureList(EduCationVO eduCationVO)
          홈페이지 메인에서 일부 목록 뿌리기
 java.util.List<EduCationVO> EduCationDAO.getStatistics(EduCationVO eduCationVO)
          수강통계
 java.util.List<EduCationVO> EduCationDAO.getYearList(EduCationVO eduCationVO)
          해당 교육장소에서 해당년에 하는 교육정보
 void EduCationDAO.insertEduCation(EduCationVO eduCationVO)
          교육 등록
 java.util.List<EduCationVO> EduCationDAO.selectEduCationList(EduCationVO eduCationVO)
          교육 전체 목록
 int EduCationDAO.selectEduCationListTotal(EduCationVO eduCationVO)
          교육전체리스트 카운트
 void EduCationDAO.updateEduCation(EduCationVO eduCationVO)
          교육 수정
 

Uses of EduCationVO in egovframework.rfc3.education.service
 

Methods in egovframework.rfc3.education.service that return EduCationVO
 EduCationVO EduCationService.getAttInDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationService.getAttIngLecture(long studentidx)
           
 EduCationVO EduCationService.getAttNextDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationService.getEduCationInfo(long idx)
           
 

Methods in egovframework.rfc3.education.service that return types with arguments of type EduCationVO
 java.util.List<EduCationVO> EduCationService.getEduLectureList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.getStatistics(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.getYearList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.selectEduCationList(EduCationVO eduCationVO)
           
 

Methods in egovframework.rfc3.education.service with parameters of type EduCationVO
 void EduCationService.addlectureDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationService.getAttInDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationService.getAttNextDate(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.getEduLectureList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.getStatistics(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.getYearList(EduCationVO eduCationVO)
           
 void EduCationService.insertEduCation(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationService.selectEduCationList(EduCationVO eduCationVO)
           
 int EduCationService.selectEduCationListTotal(EduCationVO eduCationVO)
           
 void EduCationService.updateEduCation(EduCationVO eduCationVO)
           
 

Uses of EduCationVO in egovframework.rfc3.education.service.impl
 

Methods in egovframework.rfc3.education.service.impl that return EduCationVO
 EduCationVO EduCationServiceImpl.getAttInDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationServiceImpl.getAttIngLecture(long studentIdx)
           
 EduCationVO EduCationServiceImpl.getAttNextDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationServiceImpl.getEduCationInfo(long idx)
           
 

Methods in egovframework.rfc3.education.service.impl that return types with arguments of type EduCationVO
 java.util.List<EduCationVO> EduCationServiceImpl.getEduLectureList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.getStatistics(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.getYearList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.selectEduCationList(EduCationVO eduCationVO)
           
 

Methods in egovframework.rfc3.education.service.impl with parameters of type EduCationVO
 void EduCationServiceImpl.addlectureDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationServiceImpl.getAttInDate(EduCationVO eduCationVO)
           
 EduCationVO EduCationServiceImpl.getAttNextDate(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.getEduLectureList(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.getStatistics(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.getYearList(EduCationVO eduCationVO)
           
 void EduCationServiceImpl.insertEduCation(EduCationVO eduCationVO)
           
 java.util.List<EduCationVO> EduCationServiceImpl.selectEduCationList(EduCationVO eduCationVO)
           
 int EduCationServiceImpl.selectEduCationListTotal(EduCationVO eduCationVO)
           
 void EduCationServiceImpl.updateEduCation(EduCationVO eduCationVO)
           
 

Uses of EduCationVO in egovframework.rfc3.education.web
 

Methods in egovframework.rfc3.education.web that return EduCationVO
 EduCationVO EduManager.getAttInDate(long placeIdx, java.lang.String lectureTime, java.lang.String baseSdate)
          특정 교육장소에서 신청진행중인 교육가져오기
 EduCationVO EduManager.getAttIngLecture(long studentIdx)
          수강시작일+5일이 지나지 않은 수강 진행중인 과목 정보 가져오기
 EduCationVO EduManager.getAttNextDate(long placeIdx, java.lang.String lectureTime, java.lang.String attStartDate)
          특정 장소의 다음 교육정보 가져오기
 

Methods in egovframework.rfc3.education.web that return types with arguments of type EduCationVO
 java.util.List<EduCationVO> EduManager.getEduLectureList(int count, java.lang.String baseSdate, java.lang.String orderByQuery)
          메인에 강의 목록을 원하는 갯수만큼 뿌려준다.
 java.util.List<EduCationVO> EduManager.getStatistics(java.lang.String place, java.lang.String lecturetime, java.lang.String status, java.lang.String vidx, java.lang.String startdate, java.lang.String enddate)
          통계값 가져오기
 java.util.List<EduCationVO> EduManager.getYearList(long placeIdx, java.lang.String year)
          해당하는 교육장소의 특정 년도의 교육일정을 뿌려준다.
 

Methods in egovframework.rfc3.education.web with parameters of type EduCationVO
 java.lang.String EduAttenDanceController.addLectureDateAct(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          강의 일정 추가(출석부에서)
 java.lang.String ClientEduCationController.afterWrite(EduAfterVO eduAfterVO, EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 소감문작성
 java.lang.String ClientEduCationController.afterwriteAct(EduAfterVO eduAfterVO, EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 소감문작성
 java.lang.String EduAttenDanceController.certificateView(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 수강 수료증 출력
 java.lang.String EduCationController.deleteEduCationAct(EduCationVO eduCationVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          교육 삭제
 java.lang.String EduCationController.eduStatistics(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          교육통계
 java.lang.String EduCationController.eduStatisticsExcel(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          교육통계 엑셀로 출력
 java.lang.String ClientEduCationController.getCancelEduCationList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 수강신청취소
 java.lang.String ClientEduCationController.getCancelEduCationList2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육취소 페이지
 java.lang.String ClientEduCationController.getCancelEduCationList3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 취소처리 페이지
 java.lang.String ClientEduCationController.getUserEduCationList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육리스트
 java.lang.String ClientEduCationController.getUserEduCationList2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 페이지
 java.lang.String ClientEduCationController.getUserEduCationList3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 처리 페이지
 java.lang.String ClientEduCationController.mypage_view1(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강신청중인 강의 상세페이지
 java.lang.String ClientEduCationController.mypage_view2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강중인 강의 상세페이지
 java.lang.String ClientEduCationController.mypage_view3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강한 강의 상세페이지
 java.lang.String ClientEduCationController.mypage1(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강신청한 강의
 java.lang.String ClientEduCationController.mypage2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강중인 강의
 java.lang.String ClientEduCationController.mypage3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강한 강의
 java.lang.String EduCationController.resultPage(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String EduAddApplyController.selectEduAddApplyList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          추가접수관리 리스트
 java.lang.String EduAfterController.selectEduAfterList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          소감문 통계 리스트
 java.lang.String EduAttenDanceController.selectEduApplyList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          출석부관리 리스트
 java.lang.String EduApplyController.selectEduApplyList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          수강신청관리 리스트
 java.lang.String EduCationController.selectEduCationList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          교육 전체 리스트
 java.lang.String EduCationController.updateEduCationAct(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          교육 수정 액션 및 파일 업로드 처리
 java.lang.String EduCationController.writeEduCation(EduCationVO eduCationVO, EduCationVO searchVO, EduSubjectVO eduSubjectVO, UserManageVO userManageVO, org.springframework.ui.ModelMap model)
          교육 등록 및 수정 폼
 java.lang.String EduCationController.writeEduCationAct(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          교육 등록 액션 및 파일 업로드 처리