egovframework.rfc3.education.web
Class ClientEduCationController

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

@Controller
@SessionAttributes(types=SessionVO.class)
@RequestMapping(value={"","/","/{contextPath}/"})
public class ClientEduCationController
extends java.lang.Object


Constructor Summary
ClientEduCationController()
           
 
Method Summary
 java.lang.String afterWrite(EduAfterVO eduAfterVO, EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 소감문작성
 java.lang.String afterwriteAct(EduAfterVO eduAfterVO, EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 소감문작성
 java.lang.String getCancelEduCationList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 수강신청취소
 java.lang.String getCancelEduCationList2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육취소 페이지
 java.lang.String getCancelEduCationList3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 취소처리 페이지
 java.lang.String getUserEduCationList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육리스트
 java.lang.String getUserEduCationList2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 페이지
 java.lang.String getUserEduCationList3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 교육신청 처리 페이지
 java.lang.String mypage_view1(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강신청중인 강의 상세페이지
 java.lang.String mypage_view2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강중인 강의 상세페이지
 java.lang.String mypage_view3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강한 강의 상세페이지
 java.lang.String mypage1(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강신청한 강의
 java.lang.String mypage2(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          유저페이지 - 내가 수강중인 강의
 java.lang.String mypage3(EduCationVO eduCationVO, EduCationApplyVO eduCationApplyVO, 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

ClientEduCationController

public ClientEduCationController()
Method Detail

getUserEduCationList

@RequestMapping(value="/user/education/list.*")
public java.lang.String getUserEduCationList(@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 -
model -
Returns:
Throws:
java.lang.Exception

getUserEduCationList2

@RequestMapping(value="/user/education/list_step2.*")
public java.lang.String getUserEduCationList2(@ModelAttribute(value="eduCationVO")
                                                             EduCationVO eduCationVO,
                                                             @ModelAttribute(value="eduCationApplyVO")
                                                             EduCationApplyVO eduCationApplyVO,
                                                             javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response,
                                                             org.springframework.ui.ModelMap model)
                                       throws java.lang.Exception
유저페이지 - 교육신청 페이지

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

getUserEduCationList3

@RequestMapping(value="/user/education/list_step3.*")
public java.lang.String getUserEduCationList3(@ModelAttribute(value="eduCationVO")
                                                             EduCationVO eduCationVO,
                                                             @ModelAttribute(value="eduCationApplyVO")
                                                             EduCationApplyVO eduCationApplyVO,
                                                             javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response,
                                                             org.springframework.ui.ModelMap model)
                                       throws java.lang.Exception
유저페이지 - 교육신청 처리 페이지

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

getCancelEduCationList

@RequestMapping(value="/user/education/cancel.*")
public java.lang.String getCancelEduCationList(@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 -
model -
Returns:
Throws:
java.lang.Exception

getCancelEduCationList2

@RequestMapping(value="/user/education/cancel_step2.*")
public java.lang.String getCancelEduCationList2(@ModelAttribute(value="eduCationVO")
                                                               EduCationVO eduCationVO,
                                                               @ModelAttribute(value="eduCationApplyVO")
                                                               EduCationApplyVO eduCationApplyVO,
                                                               javax.servlet.http.HttpServletRequest request,
                                                               javax.servlet.http.HttpServletResponse response,
                                                               org.springframework.ui.ModelMap model)
                                         throws java.lang.Exception
유저페이지 - 교육취소 페이지

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

getCancelEduCationList3

@RequestMapping(value="/user/education/cancel_step3.*")
public java.lang.String getCancelEduCationList3(@ModelAttribute(value="eduCationVO")
                                                               EduCationVO eduCationVO,
                                                               @ModelAttribute(value="eduCationApplyVO")
                                                               EduCationApplyVO eduCationApplyVO,
                                                               javax.servlet.http.HttpServletRequest request,
                                                               javax.servlet.http.HttpServletResponse response,
                                                               org.springframework.ui.ModelMap model)
                                         throws java.lang.Exception
유저페이지 - 교육신청 취소처리 페이지

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

mypage1

@RequestMapping(value="/user/education/mypage1.*")
public java.lang.String mypage1(@ModelAttribute(value="eduCationVO")
                                               EduCationVO eduCationVO,
                                               @ModelAttribute(value="eduCationApplyVO")
                                               EduCationApplyVO eduCationApplyVO,
                                               javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.http.HttpServletResponse response,
                                               org.springframework.ui.ModelMap model)
                         throws java.lang.Exception
유저페이지 - 내가 수강신청한 강의

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

mypage2

@RequestMapping(value="/user/education/mypage2.*")
public java.lang.String mypage2(@ModelAttribute(value="eduCationVO")
                                               EduCationVO eduCationVO,
                                               @ModelAttribute(value="eduCationApplyVO")
                                               EduCationApplyVO eduCationApplyVO,
                                               javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.http.HttpServletResponse response,
                                               org.springframework.ui.ModelMap model)
                         throws java.lang.Exception
유저페이지 - 내가 수강중인 강의

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

mypage3

@RequestMapping(value="/user/education/mypage3.*")
public java.lang.String mypage3(@ModelAttribute(value="eduCationVO")
                                               EduCationVO eduCationVO,
                                               @ModelAttribute(value="eduCationApplyVO")
                                               EduCationApplyVO eduCationApplyVO,
                                               javax.servlet.http.HttpServletRequest request,
                                               javax.servlet.http.HttpServletResponse response,
                                               org.springframework.ui.ModelMap model)
                         throws java.lang.Exception
유저페이지 - 내가 수강한 강의

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

mypage_view1

@RequestMapping(value="/user/education/mypage_view1.*")
public java.lang.String mypage_view1(@ModelAttribute(value="eduCationVO")
                                                    EduCationVO eduCationVO,
                                                    @ModelAttribute(value="eduCationApplyVO")
                                                    EduCationApplyVO eduCationApplyVO,
                                                    javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response,
                                                    org.springframework.ui.ModelMap model)
                              throws java.lang.Exception
유저페이지 - 내가 수강신청중인 강의 상세페이지

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

mypage_view2

@RequestMapping(value="/user/education/mypage_view2.*")
public java.lang.String mypage_view2(@ModelAttribute(value="eduCationVO")
                                                    EduCationVO eduCationVO,
                                                    @ModelAttribute(value="eduCationApplyVO")
                                                    EduCationApplyVO eduCationApplyVO,
                                                    javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response,
                                                    org.springframework.ui.ModelMap model)
                              throws java.lang.Exception
유저페이지 - 내가 수강중인 강의 상세페이지

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

mypage_view3

@RequestMapping(value="/user/education/mypage_view3.*")
public java.lang.String mypage_view3(@ModelAttribute(value="eduCationVO")
                                                    EduCationVO eduCationVO,
                                                    @ModelAttribute(value="eduCationApplyVO")
                                                    EduCationApplyVO eduCationApplyVO,
                                                    javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response,
                                                    org.springframework.ui.ModelMap model)
                              throws java.lang.Exception
유저페이지 - 내가 수강한 강의 상세페이지

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

afterWrite

@RequestMapping(value="/user/education/afterwrite.*")
public java.lang.String afterWrite(@ModelAttribute(value="eduAfterVO")
                                                  EduAfterVO eduAfterVO,
                                                  @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:
eduAfterVO -
model -
Returns:
Throws:
java.lang.Exception

afterwriteAct

@RequestMapping(value="/user/education/afterwriteAct.*")
public java.lang.String afterwriteAct(@ModelAttribute(value="eduAfterVO")
                                                     EduAfterVO eduAfterVO,
                                                     @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:
eduAfterVO -
model -
Returns:
Throws:
java.lang.Exception