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

Packages that use QuestionResultVO
egovframework.rfc3.question.dao   
egovframework.rfc3.question.service   
egovframework.rfc3.question.service.impl   
egovframework.rfc3.question.vo   
egovframework.rfc3.question.web   
 

Uses of QuestionResultVO in egovframework.rfc3.question.dao
 

Methods in egovframework.rfc3.question.dao that return QuestionResultVO
 QuestionResultVO QuestionDAO.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionDAO.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

Methods in egovframework.rfc3.question.dao that return types with arguments of type QuestionResultVO
 java.util.List<QuestionResultVO> QuestionDAO.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
           
 java.util.List<QuestionResultVO> QuestionDAO.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionResultVO> QuestionDAO.selectQuestionUserResult(QuestionUserInfoVO questionUserInfoVO)
           
 java.util.List<QuestionResultVO> QuestionDAO.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
           
 

Methods in egovframework.rfc3.question.dao with parameters of type QuestionResultVO
 void QuestionDAO.insertQuestionResult(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionDAO.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionDAO.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

Uses of QuestionResultVO in egovframework.rfc3.question.service
 

Methods in egovframework.rfc3.question.service that return QuestionResultVO
 QuestionResultVO QuestionService.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionService.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

Methods in egovframework.rfc3.question.service that return types with arguments of type QuestionResultVO
 java.util.List<QuestionResultVO> QuestionService.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
           
 java.util.List<QuestionResultVO> QuestionService.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionResultVO> QuestionService.selectQuestionUserResult(QuestionUserInfoVO questionUserInfoVO)
           
 java.util.List<QuestionResultVO> QuestionService.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
           
 

Methods in egovframework.rfc3.question.service with parameters of type QuestionResultVO
 void QuestionService.insertQuestionResult(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionService.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionService.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

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

Methods in egovframework.rfc3.question.service.impl that return QuestionResultVO
 QuestionResultVO QuestionServiceImpl.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionServiceImpl.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

Methods in egovframework.rfc3.question.service.impl that return types with arguments of type QuestionResultVO
 java.util.List<QuestionResultVO> QuestionServiceImpl.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
           
 java.util.List<QuestionResultVO> QuestionServiceImpl.selectQuestionUserList(QuestionVO questionVO)
           
 java.util.List<QuestionResultVO> QuestionServiceImpl.selectQuestionUserResult(QuestionUserInfoVO questionUserInfoVO)
           
 java.util.List<QuestionResultVO> QuestionServiceImpl.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
           
 

Methods in egovframework.rfc3.question.service.impl with parameters of type QuestionResultVO
 void QuestionServiceImpl.insertQuestionResult(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionServiceImpl.selectResultUserResultExcel(QuestionResultVO questionResultVO)
           
 QuestionResultVO QuestionServiceImpl.selectResultUserResultExcel2(QuestionResultVO questionResultVO)
           
 

Uses of QuestionResultVO in egovframework.rfc3.question.vo
 

Methods in egovframework.rfc3.question.vo that return types with arguments of type QuestionResultVO
 java.util.List<QuestionResultVO> QuestionUserInfoVO.getQuestionResultVOList()
           
 java.util.List<QuestionResultVO> AnQuestionItemVO.getQuestionResultVOList()
           
 

Methods in egovframework.rfc3.question.vo with parameters of type QuestionResultVO
 void QuestionUserInfoVO.addQuestionResultVOList(QuestionResultVO questionResultVO)
           
 

Method parameters in egovframework.rfc3.question.vo with type arguments of type QuestionResultVO
 void QuestionUserInfoVO.setQuestionResultVOList(java.util.List<QuestionResultVO> questionResultVOList)
           
 void AnQuestionItemVO.setQuestionResultVOList(java.util.List<QuestionResultVO> questionResultVOList)
           
 

Uses of QuestionResultVO in egovframework.rfc3.question.web
 

Methods in egovframework.rfc3.question.web that return types with arguments of type QuestionResultVO
 java.util.List<QuestionResultVO> QuestionManager.selectResultUserResult(long questionSid, long anQuestionSid, long itemQuestionSid)
          특정 설문 문항에 대한 사용자 답목록 가져오기
 

Methods in egovframework.rfc3.question.web with parameters of type QuestionResultVO
 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)
          설문 엑셜 다운로드
 void QuestionManager.setQuestionResultVO(QuestionResultVO questionResultVO)