egovframework.rfc3.education.web
Class EduAddApplyController

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

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


Constructor Summary
EduAddApplyController()
           
 
Method Summary
 java.lang.String selectEduAddApplyList(EduCationVO eduCationVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          추가접수관리 리스트
 java.lang.String writeEduAddApply(EduCationApplyVO eduCationApplyVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          추가수강생 등록
 java.lang.String writeEduAddApplyOk(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

EduAddApplyController

public EduAddApplyController()
Method Detail

selectEduAddApplyList

@RequestMapping(value="/cms/education/appattending.sko")
public java.lang.String selectEduAddApplyList(@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

writeEduAddApply

@RequestMapping(value="/cms/education/addapplywrite.sko")
public java.lang.String writeEduAddApply(@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 -
model -
Returns:
Throws:
java.lang.Exception

writeEduAddApplyOk

@RequestMapping(value="/cms/education/addapplywriteok.sko")
public java.lang.String writeEduAddApplyOk(@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 -
model -
Returns:
Throws:
java.lang.Exception