skoinfo.rfc.question.dao
Class SubQuestionDAO

java.lang.Object
  extended by skoinfo.rfc.question.dao.SubQuestionDAO

public class SubQuestionDAO
extends java.lang.Object


Constructor Summary
SubQuestionDAO()
           
 
Method Summary
 void deleteSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 삭제 DAO
 void subWriteSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 저장 DAO
 void updateSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          예문 수정 DAO
 SubQuestionVO viewSubQuestion(org.hibernate.Session session, SubQuestionVO subQuestionVO)
          질문 보기 DAO
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubQuestionDAO

public SubQuestionDAO()
Method Detail

viewSubQuestion

public SubQuestionVO viewSubQuestion(org.hibernate.Session session,
                                     SubQuestionVO subQuestionVO)
                              throws java.lang.Exception
질문 보기 DAO

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

subWriteSubQuestion

public void subWriteSubQuestion(org.hibernate.Session session,
                                SubQuestionVO subQuestionVO)
                         throws java.lang.Exception
예문 저장 DAO

Parameters:
QuestionVO - 저장할 questionVO
Throws:
java.lang.Exception - 처리

updateSubQuestion

public void updateSubQuestion(org.hibernate.Session session,
                              SubQuestionVO subQuestionVO)
                       throws java.lang.Exception
예문 수정 DAO

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

deleteSubQuestion

public void deleteSubQuestion(org.hibernate.Session session,
                              SubQuestionVO subQuestionVO)
                       throws java.lang.Exception
예문 삭제 DAO

Parameters:
sid - 삭제할 레이아웃번호
Throws:
java.lang.Exception - 처리