Uses of Class
egovframework.rfc3.research.vo.SurveyStatVO

Packages that use SurveyStatVO
egovframework.rfc3.research.dao   
egovframework.rfc3.research.service   
egovframework.rfc3.research.service.impl   
 

Uses of SurveyStatVO in egovframework.rfc3.research.dao
 

Methods in egovframework.rfc3.research.dao that return types with arguments of type SurveyStatVO
 java.util.List<SurveyStatVO> ReSearchDAO.selectAnswerTextList(SurveyStatVO surveyStatVO)
          해당 질문에 주관식 목록
 

Methods in egovframework.rfc3.research.dao with parameters of type SurveyStatVO
 void ReSearchDAO.insertResearchSurvey(SurveyStatVO surveyStatVO)
          연수 설문 저장
 int ReSearchDAO.isDupicateSurvey(SurveyStatVO surveyStatVO)
          해당 질문에 중복 여부
 int ReSearchDAO.partInUserSurveyCnt(SurveyStatVO surveyStatVO)
          해당 연수에 사용자가 참여여부
 java.util.List<SurveyStatVO> ReSearchDAO.selectAnswerTextList(SurveyStatVO surveyStatVO)
          해당 질문에 주관식 목록
 int ReSearchDAO.selectTotalAnswerUserCnt(SurveyStatVO surveyStatVO)
          해당 질문에 답변에 응한 수
 int ReSearchDAO.selectTotalAnswerUserCntSum(SurveyStatVO surveyStatVO)
           
 int ReSearchDAO.selectTotalQestionUserCnt(SurveyStatVO surveyStatVO)
          해당 질문에 참여한 수
 int ReSearchDAO.selectTotalReSearchUserCnt(SurveyStatVO surveyStatVO)
          해당 연수에 참여한 사용자수
 

Uses of SurveyStatVO in egovframework.rfc3.research.service
 

Methods in egovframework.rfc3.research.service that return types with arguments of type SurveyStatVO
 java.util.List<SurveyStatVO> ReSearchService.selectAnswerTextList(SurveyStatVO surveyStatVO)
           
 

Methods in egovframework.rfc3.research.service with parameters of type SurveyStatVO
 void ReSearchService.insertResearchSurvey(SurveyStatVO surveyStatVO)
           
 int ReSearchService.isDupicateSurvey(SurveyStatVO surveyStatVO)
           
 int ReSearchService.partInUserSurveyCnt(SurveyStatVO surveyStatVO)
           
 java.util.List<SurveyStatVO> ReSearchService.selectAnswerTextList(SurveyStatVO surveyStatVO)
           
 int ReSearchService.selectTotalAnswerUserCnt(SurveyStatVO surveyStatVO)
           
 int ReSearchService.selectTotalAnswerUserCntSum(SurveyStatVO surveyStatVO)
           
 int ReSearchService.selectTotalQestionUserCnt(SurveyStatVO surveyStatVO)
           
 int ReSearchService.selectTotalReSearchUserCnt(SurveyStatVO surveyStatVO)
           
 

Uses of SurveyStatVO in egovframework.rfc3.research.service.impl
 

Methods in egovframework.rfc3.research.service.impl that return types with arguments of type SurveyStatVO
 java.util.List<SurveyStatVO> ReSearchSericeImpl.selectAnswerTextList(SurveyStatVO surveyStatVO)
           
 

Methods in egovframework.rfc3.research.service.impl with parameters of type SurveyStatVO
 void ReSearchSericeImpl.insertResearchSurvey(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.isDupicateSurvey(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.partInUserSurveyCnt(SurveyStatVO surveyStatVO)
           
 java.util.List<SurveyStatVO> ReSearchSericeImpl.selectAnswerTextList(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.selectTotalAnswerUserCnt(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.selectTotalAnswerUserCntSum(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.selectTotalQestionUserCnt(SurveyStatVO surveyStatVO)
           
 int ReSearchSericeImpl.selectTotalReSearchUserCnt(SurveyStatVO surveyStatVO)