egovframework.rfc3.education.web
Class EduApplyController
java.lang.Object
egovframework.rfc3.education.web.EduApplyController
@Controller
@SessionAttributes(types=SessionVO.class)
public class EduApplyController
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EduApplyController
public EduApplyController()
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