Uses of Class
skoinfo.rfc.question.vo.SubQuestionVO

Packages that use SubQuestionVO
skoinfo.rfc.question.action   
skoinfo.rfc.question.dao   
skoinfo.rfc.question.vo   
 

Uses of SubQuestionVO in skoinfo.rfc.question.action
 

Methods in skoinfo.rfc.question.action that return SubQuestionVO
 SubQuestionVO SubQuestionAction.getSubQuestionVO()
           subQuestionVO getter
 SubQuestionVO AnQuestionAction.getSubQuestionVO()
           subQuestionVO getter
 

Methods in skoinfo.rfc.question.action with parameters of type SubQuestionVO
 void SubQuestionAction.setSubQuestionVO(SubQuestionVO subQuestionVO)
           subQuestionVO getter
 void AnQuestionAction.setSubQuestionVO(SubQuestionVO subQuestionVO)
           subQuestionVO getter
 

Uses of SubQuestionVO in skoinfo.rfc.question.dao
 

Methods in skoinfo.rfc.question.dao that return SubQuestionVO
 SubQuestionVO SubQuestionDAO.viewSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          질문 보기 DAO
 

Methods in skoinfo.rfc.question.dao that return types with arguments of type SubQuestionVO
 java.util.List<SubQuestionVO> QuestionDAO.viewAnQuestion(org.hibernate.Session session, AnQuestionVO anQuestionVO)
          설문 예문 카운트 DAO
 

Methods in skoinfo.rfc.question.dao with parameters of type SubQuestionVO
 void SubQuestionDAO.deleteSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 삭제 DAO
 void SubQuestionDAO.subWriteSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 저장 DAO
 void SubQuestionDAO.updateSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 수정 DAO
 SubQuestionVO SubQuestionDAO.viewSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          질문 보기 DAO
 

Uses of SubQuestionVO in skoinfo.rfc.question.vo
 

Methods in skoinfo.rfc.question.vo that return SubQuestionVO
 SubQuestionVO SurveyResultVO.getSubQuestionVO()
           
 SubQuestionVO AnQuestionVO.getSubQuestionVO()
           
 

Methods in skoinfo.rfc.question.vo that return types with arguments of type SubQuestionVO
 java.util.List<SubQuestionVO> SurveyResultVO.getSubQuestionVOList()
           
 java.util.List<SubQuestionVO> AnQuestionVO.getSubQuestionVOList()
           
 

Methods in skoinfo.rfc.question.vo with parameters of type SubQuestionVO
 void SurveyResultVO.setSubQuestionVO(SubQuestionVO subQuestionVO)
           
 void AnQuestionVO.setSubQuestionVO(SubQuestionVO subQuestionVO)
           
 

Method parameters in skoinfo.rfc.question.vo with type arguments of type SubQuestionVO
 void SurveyResultVO.setSubQuestionVOList(java.util.List<SubQuestionVO> subQuestionVOList)
           
 void AnQuestionVO.setSubQuestionVOList(java.util.List<SubQuestionVO> subQuestionVOList)