egovframework.rfc3.education.web
Class EduApplyController

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

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


Constructor Summary
EduApplyController()
           
 
Method Summary
 java.lang.String applyDataUpdate(EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          수강신청자 정보 업데이트
 java.lang.String selectEduApplyDetailList(EduCationApplyVO eduCationApplyVO, org.springframework.ui.ModelMap model)
          수강신청자 리스트
 java.lang.String selectEduApplyList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          수강신청관리 리스트
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EduApplyController

public EduApplyController()
Method Detail

selectEduApplyList

@RequestMapping(value="/cms/education/applylist.sko")
public java.lang.String selectEduApplyList(@ModelAttribute(value="eduCationVO")
                                                          EduCationVO eduCationVO,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
수강신청관리 리스트

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

selectEduApplyDetailList

@RequestMapping(value="/cms/education/applyDetailList.sko")
public java.lang.String selectEduApplyDetailList(@ModelAttribute(value="eduCationApplyVO")
                                                                EduCationApplyVO eduCationApplyVO,
                                                                org.springframework.ui.ModelMap model)
                                          throws java.lang.Exception
수강신청자 리스트

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

applyDataUpdate

@RequestMapping(value="/cms/education/applyListUpdAct.sko")
public java.lang.String applyDataUpdate(@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:
eduCationApplyVO -
bindingResult -
request -
response -
model -
Returns:
Throws:
java.lang.Exception