egovframework.rfc3.education.web
Class EduCationController

java.lang.Object
  extended by egovframework.rfc3.education.web.EduCationController

@Controller
@SessionAttributes(types=SessionVO.class)
public class EduCationController
extends java.lang.Object


Constructor Summary
EduCationController()
           
 
Method Summary
 java.lang.String deleteEduApplyAct(EduCationApplyVO eduCationApplyVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          수강생 삭제
 java.lang.String deleteEduAttAct(EduAttendanceVO eduAttendanceVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          출석부 삭제
 java.lang.String deleteEduCationAct(EduCationVO eduCationVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          교육 삭제
 java.lang.String deleteEduReportAct(EduReportVO eduReportVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          강의내용 삭제
 java.lang.String 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 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 resultPage(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String selectEduCationList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          교육 전체 리스트
 java.lang.String updateEduCationAct(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          교육 수정 액션 및 파일 업로드 처리
 java.lang.String writeEduCation(EduCationVO eduCationVO, EduCationVO searchVO, EduSubjectVO eduSubjectVO, UserManageVO userManageVO, org.springframework.ui.ModelMap model)
          교육 등록 및 수정 폼
 java.lang.String writeEduCationAct(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          교육 등록 액션 및 파일 업로드 처리
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EduCationController

public EduCationController()
Method Detail

selectEduCationList

@RequestMapping(value="/cms/education/list.sko")
public java.lang.String selectEduCationList(@ModelAttribute(value="eduCationVO")
                                                           EduCationVO eduCationVO,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
교육 전체 리스트

Parameters:
eduCationVO -
model -
Returns:
Throws:
java.lang.Exception

writeEduCation

@RequestMapping(value="/cms/education/write.sko")
public java.lang.String writeEduCation(@ModelAttribute(value="eduCationVO")
                                                      EduCationVO eduCationVO,
                                                      @ModelAttribute(value="searchVO")
                                                      EduCationVO searchVO,
                                                      @ModelAttribute(value="eduSubjectVO")
                                                      EduSubjectVO eduSubjectVO,
                                                      @ModelAttribute(value="userManageVO")
                                                      UserManageVO userManageVO,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
교육 등록 및 수정 폼

Parameters:
eduCationVO -
searchVO -
model -
Returns:
Throws:
java.lang.Exception

writeEduCationAct

@RequestMapping(value="/cms/education/writeAct.sko")
public java.lang.String writeEduCationAct(@ModelAttribute(value="eduCationVO")
                                                         EduCationVO eduCationVO,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response,
                                                         org.springframework.ui.ModelMap model)
                                   throws java.lang.Exception
교육 등록 액션 및 파일 업로드 처리

Parameters:
eduCationVO -
bindingResult -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

updateEduCationAct

@RequestMapping(value="/cms/education/updateAct.sko")
public java.lang.String updateEduCationAct(@ModelAttribute(value="eduCationVO")
                                                          EduCationVO eduCationVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
교육 수정 액션 및 파일 업로드 처리

Parameters:
eduCationVO -
bindingResult -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

deleteEduCationAct

@RequestMapping(value="/cms/education/deleteAct.sko")
public java.lang.String deleteEduCationAct(@ModelAttribute(value="eduCationVO")
                                                          EduCationVO eduCationVO,
                                                          org.springframework.web.bind.support.SessionStatus status,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
교육 삭제

Parameters:
eduCationVO -
status -
model -
Returns:
Throws:
java.lang.Exception

deleteEduAttAct

@RequestMapping(value="/cms/education/deleteAttAct.sko")
public java.lang.String deleteEduAttAct(@ModelAttribute(value="eduAttendanceVO")
                                                       EduAttendanceVO eduAttendanceVO,
                                                       org.springframework.web.bind.support.SessionStatus status,
                                                       org.springframework.ui.ModelMap model)
                                 throws java.lang.Exception
출석부 삭제

Parameters:
EduAttendanceVO -
status -
model -
Returns:
Throws:
java.lang.Exception

deleteEduApplyAct

@RequestMapping(value="/cms/education/deleteApplyAct.sko")
public java.lang.String deleteEduApplyAct(@ModelAttribute(value="eduCationApplyVO")
                                                         EduCationApplyVO eduCationApplyVO,
                                                         org.springframework.web.bind.support.SessionStatus status,
                                                         org.springframework.ui.ModelMap model)
                                   throws java.lang.Exception
수강생 삭제

Parameters:
eduCationApplyVO -
status -
model -
Returns:
Throws:
java.lang.Exception

deleteEduReportAct

@RequestMapping(value="/cms/education/deleteReportAct.sko")
public java.lang.String deleteEduReportAct(@ModelAttribute(value="eduReportVO")
                                                          EduReportVO eduReportVO,
                                                          org.springframework.web.bind.support.SessionStatus status,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
강의내용 삭제

Parameters:
eduCationApplyVO -
status -
model -
Returns:
Throws:
java.lang.Exception

eduStatistics

@RequestMapping(value="/cms/education/eduStatistics.sko")
public java.lang.String eduStatistics(@ModelAttribute(value="eduCationVO")
                                                     EduCationVO eduCationVO,
                                                     javax.servlet.http.HttpServletRequest request,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     org.springframework.web.bind.support.SessionStatus status,
                                                     org.springframework.ui.ModelMap model)
                               throws java.lang.Exception
교육통계

Parameters:
request -
response -
status -
model -
Returns:
Throws:
java.lang.Exception

eduStatisticsExcel

@RequestMapping(value="/cms/education/eduStatisticsExcel.sko")
public java.lang.String eduStatisticsExcel(@ModelAttribute(value="eduCationVO")
                                                          EduCationVO eduCationVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.web.bind.support.SessionStatus status,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
교육통계 엑셀로 출력

Parameters:
request -
response -
status -
model -
Returns:
Throws:
java.lang.Exception

resultPage

@RequestMapping(value="/cms/education/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="eduCationVO")
                                                  EduCationVO eduCationVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지

Parameters:
eduCationVO -
model -
Returns:
Throws:
java.lang.Exception