skoinfo.rfc.rfcd.dao
Class PrintSurveyDAO

java.lang.Object
  extended by skoinfo.rfc.rfcd.dao.PrintSurveyDAO

public class PrintSurveyDAO
extends java.lang.Object


Constructor Summary
PrintSurveyDAO()
           
 
Method Summary
 java.util.List<java.lang.String> getSurveyList(org.hibernate.Session session, QuestionSkinVO questionSkinVO)
          설문조사 리스트 보기 DAO
 void updateSurveyContents(org.hibernate.Session session, QuestionSkinVO questionSkinVO, java.lang.String skinType, java.lang.String groupCd)
          설문조사 수정 DAO
 QuestionSkinVO viewContents(org.hibernate.Session session, java.lang.String groupCd)
          설문조사 내용 보기 DAO
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSurveyDAO

public PrintSurveyDAO()
Method Detail

getSurveyList

public java.util.List<java.lang.String> getSurveyList(org.hibernate.Session session,
                                                      QuestionSkinVO questionSkinVO)
                                               throws java.lang.Exception
설문조사 리스트 보기 DAO

Parameters:
QuestionSkinVO - 가져올 questionSkinVO
Throws:
java.lang.Exception - 처리

viewContents

public QuestionSkinVO viewContents(org.hibernate.Session session,
                                   java.lang.String groupCd)
                            throws java.lang.Exception
설문조사 내용 보기 DAO

Parameters:
QuestionSkinVO - 가져올 questionSkinVO
Throws:
java.lang.Exception - 처리

updateSurveyContents

public void updateSurveyContents(org.hibernate.Session session,
                                 QuestionSkinVO questionSkinVO,
                                 java.lang.String skinType,
                                 java.lang.String groupCd)
                          throws java.lang.Exception
설문조사 수정 DAO

Parameters:
수정할 - QuestionSkinVO
Throws:
java.lang.Exception - 처리