egovframework.rfc3.question.web
Class QuestionController

java.lang.Object
  extended by egovframework.rfc3.question.web.QuestionController

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

이벤트 / 설문에 대한 controller 클래스를 정의한다.

Since:
2011.04.25
Version:
egovframework RFC 3.0
Author:
개발팀 양민욱
See Also:
 << 개정이력(Modification Information) >>
   
       수정일      수정자                   수정내용
  --------------  --------        ---------------------------
  2011.04.25  양민욱         rfc3 iam 참조

 Copyright (C) 2009 by MOPAS  All right reserved.
 

Constructor Summary
QuestionController()
           
 
Method Summary
 java.lang.String deleteQuestion(AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String deleteQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String delEventUser(QuestionUserInfoVO questionUserInfoVO, QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 참여자 삭제
 java.lang.String eventStatis(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String resultPage(BoardVO boardVO, org.springframework.ui.ModelMap model)
           
 java.lang.String resultQuestion(QuestionResultVO questionResultVO, QuestionVO questionVO, QuestionUserInfoVO questionUserInfoVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문 엑셜 다운로드
 java.lang.String selectEventUserList(QuestionUserInfoVO questionUserInfoVO, QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 참여자 목록
 java.lang.String selectEventUserList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String selectQuestionAnList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String selectQuestionItemList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String selectQuestionList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String updateAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String updateQuestionAct(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String writeAnQuestion(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String writeAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String writeQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String writeQuestionAct(QuestionVO questionVO, 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

QuestionController

public QuestionController()
Method Detail

selectQuestionList

@RequestMapping(value={"/cms/survey/list.sko","/cms/event/list.sko"})
public java.lang.String selectQuestionList(@ModelAttribute(value="questionVO")
                                                          QuestionVO questionVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

writeQuestion

@RequestMapping(value={"/cms/survey/write.sko","/cms/event/write.sko"})
public java.lang.String writeQuestion(@ModelAttribute(value="questionVO")
                                                     QuestionVO questionVO,
                                                     javax.servlet.http.HttpServletRequest request,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     org.springframework.ui.ModelMap model)
                               throws java.lang.Exception
Throws:
java.lang.Exception

writeQuestionAct

@RequestMapping(value={"/cms/survey/writeAct.sko","/cms/event/writeAct.sko"})
public java.lang.String writeQuestionAct(@ModelAttribute(value="questionVO")
                                                        QuestionVO questionVO,
                                                        javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.HttpServletResponse response,
                                                        org.springframework.ui.ModelMap model)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

updateQuestionAct

@RequestMapping(value={"/cms/survey/updateAct.sko","/cms/event/updateAct.sko"})
public java.lang.String updateQuestionAct(@ModelAttribute(value="questionVO")
                                                         QuestionVO questionVO,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response,
                                                         org.springframework.ui.ModelMap model)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

selectQuestionItemList

@RequestMapping(value={"/cms/survey/questionlist.sko","/cms/event/questionlist.sko"})
public java.lang.String selectQuestionItemList(@ModelAttribute(value="questionVO")
                                                              QuestionVO questionVO,
                                                              javax.servlet.http.HttpServletRequest request,
                                                              javax.servlet.http.HttpServletResponse response,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

writeAnQuestion

@RequestMapping(value={"/cms/survey/anWrite.sko","/cms/event/anWrite.sko"})
public java.lang.String writeAnQuestion(@ModelAttribute(value="questionVO")
                                                       QuestionVO questionVO,
                                                       @ModelAttribute(value="anQuestionVO")
                                                       AnQuestionVO anQuestionVO,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response,
                                                       org.springframework.ui.ModelMap model)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

writeAnQuestionAct

@RequestMapping(value={"/cms/survey/anWriteAct.sko","/cms/event/anWriteAct.sko"})
public java.lang.String writeAnQuestionAct(@ModelAttribute(value="questionVO")
                                                          QuestionVO questionVO,
                                                          @ModelAttribute(value="anQuestionVO")
                                                          AnQuestionVO anQuestionVO,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response,
                                                          org.springframework.ui.ModelMap model)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

updateAnQuestionAct

@RequestMapping(value={"/cms/survey/anUpdateAct.sko","/cms/event/anUpdateAct.sko"})
public java.lang.String updateAnQuestionAct(@ModelAttribute(value="questionVO")
                                                           QuestionVO questionVO,
                                                           @ModelAttribute(value="anQuestionVO")
                                                           AnQuestionVO anQuestionVO,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

selectQuestionAnList

@RequestMapping(value={"/cms/survey/link_anquestion.sko","/cms/event/link_anquestion.sko"})
public java.lang.String selectQuestionAnList(@ModelAttribute(value="questionVO")
                                                            QuestionVO questionVO,
                                                            javax.servlet.http.HttpServletRequest request,
                                                            javax.servlet.http.HttpServletResponse response,
                                                            org.springframework.ui.ModelMap model)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

selectEventUserList

@RequestMapping(value={"/cms/event/participatList.sko","/event/participatList.*","/cms/event/excelDown.*"})
public java.lang.String selectEventUserList(@ModelAttribute(value="questionUserInfoVO")
                                                           QuestionUserInfoVO questionUserInfoVO,
                                                           @ModelAttribute(value="questionVO")
                                                           QuestionVO questionVO,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
이벤트 참여자 목록

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

delEventUser

@RequestMapping(value="/cms/event/participatDelete.sko")
public java.lang.String delEventUser(@ModelAttribute(value="questionUserInfoVO")
                                                    QuestionUserInfoVO questionUserInfoVO,
                                                    @ModelAttribute(value="questionVO")
                                                    QuestionVO questionVO,
                                                    javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response,
                                                    org.springframework.ui.ModelMap model)
                              throws java.lang.Exception
이벤트 참여자 삭제

Returns:
Throws:
java.lang.Exception

selectEventUserList

@RequestMapping(value="/cms/event/eventUserLot.sko")
public java.lang.String selectEventUserList(@ModelAttribute(value="questionVO")
                                                           QuestionVO questionVO,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response,
                                                           org.springframework.ui.ModelMap model)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

eventStatis

@RequestMapping(value="/cms/event/eventStatis.sko")
public java.lang.String eventStatis(@ModelAttribute(value="questionVO")
                                                   QuestionVO questionVO,
                                                   javax.servlet.http.HttpServletRequest request,
                                                   javax.servlet.http.HttpServletResponse response,
                                                   org.springframework.ui.ModelMap model)
                             throws java.lang.Exception
Throws:
java.lang.Exception

deleteQuestion

@RequestMapping(value={"/cms/survey/deleteAct.sko","/cms/event/deleteAct.sko"})
public java.lang.String deleteQuestion(@ModelAttribute(value="questionVO")
                                                      QuestionVO questionVO,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
Throws:
java.lang.Exception

deleteQuestion

@RequestMapping(value={"/cms/survey/anDeleteAct.sko","/cms/event/anDeleteAct.sko"})
public java.lang.String deleteQuestion(@ModelAttribute(value="AnQuestionVO")
                                                      AnQuestionVO anQuestionVO,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
Throws:
java.lang.Exception

resultQuestion

@RequestMapping(value="/cms/survey/questionResult.sko")
public java.lang.String resultQuestion(@ModelAttribute(value="questionResultVO")
                                                      QuestionResultVO questionResultVO,
                                                      @ModelAttribute(value="questionVO")
                                                      QuestionVO questionVO,
                                                      @ModelAttribute(value="questionUserInfoVO")
                                                      QuestionUserInfoVO questionUserInfoVO,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
설문 엑셜 다운로드

Parameters:
questionResultVO -
questionVO -
questionUserInfoVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

resultPage

@RequestMapping(value="/cms/question/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="boardVO")
                                                  BoardVO boardVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
Throws:
java.lang.Exception