egovframework.rfc3.question.web
Class QuestionAdmController

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

@Controller
@SessionAttributes(types=SessionVO.class)
public class QuestionAdmController
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
QuestionAdmController()
           
 
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 eventStatis(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String personXls(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 resultXls1(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          질문별 답변 문항 비율
 java.lang.String resultXls2(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문자별 설문결과
 java.lang.String resultXls3(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.util.List<AnQuestionItemVO> selectAnQuestionItemList(AnQuestionVO anQuestionVO)
           
 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 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 webQuestionView(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

QuestionAdmController

public QuestionAdmController()
Method Detail

selectQuestionList

@RequestMapping(value={"/adm/survey/list.*","/adm/event/list.*"})
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={"/adm/survey/write.*","/adm/event/write.*"})
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={"/adm/survey/writeAct.*","/adm/event/writeAct.*"})
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={"/adm/survey/updateAct.*","/adm/event/updateAct.*"})
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={"/adm/survey/questionlist.*","/adm/event/questionlist.*"})
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={"/adm/survey/anWrite.*","/adm/event/anWrite.*"})
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={"/adm/survey/anWriteAct.*","/adm/event/anWriteAct.*"})
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={"/adm/survey/anUpdateAct.*","/adm/event/anUpdateAct.*"})
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

selectEventUserList

@RequestMapping(value="/adm/event/participatList.*")
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

selectEventUserList

@RequestMapping(value="/adm/event/eventUserLot.*")
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="/adm/event/eventStatis.*")
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={"/adm/survey/deleteAct.*","/adm/event/deleteAct.*"})
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={"/adm/survey/anDeleteAct.*","/adm/event/anDeleteAct.*"})
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

webQuestionView

@RequestMapping(value={"/adm/survey/anquestionXls.*","/adm/event/anquestionXls.*"})
public java.lang.String webQuestionView(@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:
questionVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

personXls

@RequestMapping(value={"/adm/survey/personXls.*","/adm/event/personXls.*"})
public java.lang.String personXls(@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

selectAnQuestionItemList

public java.util.List<AnQuestionItemVO> selectAnQuestionItemList(AnQuestionVO anQuestionVO)
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

resultPage

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

resultXls1

@RequestMapping(value="/adm/question/resultXls1.*")
public java.lang.String resultXls1(@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:
questionVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

resultXls2

@RequestMapping(value="/adm/question/resultXls2.*")
public java.lang.String resultXls2(@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:
questionVO -
request -
response -
model -
Returns:
Throws:
java.lang.Exception

resultXls3

@RequestMapping(value="/adm/question/resultXls3.*")
public java.lang.String resultXls3(@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