Uses of Class
egovframework.rfc3.question.vo.QuestionVO

Packages that use QuestionVO
egovframework.rfc3.question.dao   
egovframework.rfc3.question.service   
egovframework.rfc3.question.service.impl   
egovframework.rfc3.question.web   
 

Uses of QuestionVO in egovframework.rfc3.question.dao
 

Methods in egovframework.rfc3.question.dao that return QuestionVO
 QuestionVO QuestionDAO.getQuestion(QuestionVO questionVO)
           
 

Methods in egovframework.rfc3.question.dao that return types with arguments of type QuestionVO
 java.util.List<QuestionVO> QuestionDAO.selectQuestionList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionDAO.selectQuestionWebList(QuestionVO questionVO)
           
 

Methods in egovframework.rfc3.question.dao with parameters of type QuestionVO
 void QuestionDAO.deleteQuestion(QuestionVO questionVO)
           
 QuestionVO QuestionDAO.getQuestion(QuestionVO questionVO)
           
 void QuestionDAO.insertQuestion(QuestionVO questionVO)
           
 java.util.List<AnQuestionVO> QuestionDAO.selectAnQuestionList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionDAO.selectQuestionList(QuestionVO questionVO)
           
 int QuestionDAO.selectQuestionListTotal(QuestionVO questionVO)
           
 java.util.List<QuestionResultVO> QuestionDAO.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionDAO.selectQuestionWebList(QuestionVO questionVO)
           
 int QuestionDAO.selectQuestionWebListTotal(QuestionVO questionVO)
           
 void QuestionDAO.updateQuestion(QuestionVO questionVO)
           
 void QuestionDAO.updateQuestionAnswerCount(QuestionVO questionVO)
           
 

Uses of QuestionVO in egovframework.rfc3.question.service
 

Methods in egovframework.rfc3.question.service that return QuestionVO
 QuestionVO QuestionService.getQuestion(QuestionVO questionVO)
          설문/이벤트 항목을 가져온다
 

Methods in egovframework.rfc3.question.service that return types with arguments of type QuestionVO
 java.util.List<QuestionVO> QuestionService.selectQuestionList(QuestionVO questionVO)
          설문/이벤트 목록
 java.util.List<QuestionVO> QuestionService.selectQuestionWebList(QuestionVO questionVO)
           
 

Methods in egovframework.rfc3.question.service with parameters of type QuestionVO
 void QuestionService.deleteQuestion(QuestionVO questionVO)
           
 QuestionVO QuestionService.getQuestion(QuestionVO questionVO)
          설문/이벤트 항목을 가져온다
 void QuestionService.insertQuestion(QuestionVO questionVO)
          설문/이벤트 등록
 java.util.List<AnQuestionVO> QuestionService.selectAnQuestionList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionService.selectQuestionList(QuestionVO questionVO)
          설문/이벤트 목록
 int QuestionService.selectQuestionListTotal(QuestionVO questionVO)
          설문/이벤트 총 갯수
 java.util.List<QuestionResultVO> QuestionService.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionService.selectQuestionWebList(QuestionVO questionVO)
           
 int QuestionService.selectQuestionWebListTotal(QuestionVO questionVO)
           
 void QuestionService.updateQuestion(QuestionVO questionVO)
           
 void QuestionService.updateQuestionAnswerCount(QuestionVO questionVO)
           
 

Uses of QuestionVO in egovframework.rfc3.question.service.impl
 

Methods in egovframework.rfc3.question.service.impl that return QuestionVO
 QuestionVO QuestionServiceImpl.getQuestion(QuestionVO questionVO)
           
 

Methods in egovframework.rfc3.question.service.impl that return types with arguments of type QuestionVO
 java.util.List<QuestionVO> QuestionServiceImpl.selectQuestionList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionServiceImpl.selectQuestionWebList(QuestionVO questionVO)
           
 

Methods in egovframework.rfc3.question.service.impl with parameters of type QuestionVO
 void QuestionServiceImpl.deleteQuestion(QuestionVO questionVO)
           
 QuestionVO QuestionServiceImpl.getQuestion(QuestionVO questionVO)
           
 void QuestionServiceImpl.insertQuestion(QuestionVO questionVO)
           
 java.util.List<AnQuestionVO> QuestionServiceImpl.selectAnQuestionList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionServiceImpl.selectQuestionList(QuestionVO questionVO)
           
 int QuestionServiceImpl.selectQuestionListTotal(QuestionVO questionVO)
           
 java.util.List<QuestionResultVO> QuestionServiceImpl.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionVO> QuestionServiceImpl.selectQuestionWebList(QuestionVO questionVO)
           
 int QuestionServiceImpl.selectQuestionWebListTotal(QuestionVO questionVO)
           
 void QuestionServiceImpl.updateQuestion(QuestionVO questionVO)
           
 void QuestionServiceImpl.updateQuestionAnswerCount(QuestionVO questionVO)
           
 

Uses of QuestionVO in egovframework.rfc3.question.web
 

Methods in egovframework.rfc3.question.web that return QuestionVO
 QuestionVO QuestionManager.getQuestion(long questionSid)
           
 

Methods in egovframework.rfc3.question.web with parameters of type QuestionVO
 java.lang.String QuestionController.deleteQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.deleteQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.delEventUser(QuestionUserInfoVO questionUserInfoVO, QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 참여자 삭제
 java.lang.String QuestionController.eventStatis(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.eventStatis(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.personXls(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.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 QuestionAdmController.resultXls1(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          질문별 답변 문항 비율
 java.lang.String QuestionAdmController.resultXls2(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문자별 설문결과
 java.lang.String QuestionAdmController.resultXls3(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.selectEventUserList(QuestionUserInfoVO questionUserInfoVO, QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 참여자 목록
 java.lang.String QuestionAdmController.selectEventUserList(QuestionUserInfoVO questionUserInfoVO, QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 참여자 목록
 java.lang.String QuestionController.selectEventUserList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.selectEventUserList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.selectQuestionAnList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.selectQuestionItemList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.selectQuestionItemList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.selectQuestionList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.selectQuestionList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.updateAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.updateAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.updateQuestionAct(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.updateQuestionAct(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionWebController.webQuestionEventWriteAct(QuestionVO questionVO, QuestionUserInfoVO questionUserInfoVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          이벤트 저장 액션
 java.lang.String QuestionWebController.webQuestionList(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문 목록
 java.lang.String QuestionWebController.webQuestionView(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문 보기
 java.lang.String QuestionAdmController.webQuestionView(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          문항별 전체 결과
 java.lang.String QuestionWebController.webQuestionWrite(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문 작성 폼
 java.lang.String QuestionWebController.webQuestionWriteAct(QuestionVO questionVO, QuestionUserInfoVO questionUserInfoVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          설문 작성 액션
 java.lang.String QuestionController.writeAnQuestion(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.writeAnQuestion(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.writeAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.writeAnQuestionAct(QuestionVO questionVO, AnQuestionVO anQuestionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.writeQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.writeQuestion(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionController.writeQuestionAct(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String QuestionAdmController.writeQuestionAct(QuestionVO questionVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)