|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectskoinfo.rfc.question.dao.SubQuestionDAO
public class SubQuestionDAO
| 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 |
|---|
public SubQuestionDAO()
| Method Detail |
|---|
public SubQuestionVO viewSubQuestion(org.hibernate.Session session,
SubQuestionVO subQuestionVO)
throws java.lang.Exception
PopupVO - 가져올 PopupVO
java.lang.Exception - 처리
public void subWriteSubQuestion(org.hibernate.Session session,
SubQuestionVO subQuestionVO)
throws java.lang.Exception
QuestionVO - 저장할 questionVO
java.lang.Exception - 처리
public void updateSubQuestion(org.hibernate.Session session,
SubQuestionVO subQuestionVO)
throws java.lang.Exception
SubQuestionVO - 수정할 SubQuestionVO
java.lang.Exception - 처리
public void deleteSubQuestion(org.hibernate.Session session,
SubQuestionVO subQuestionVO)
throws java.lang.Exception
sid - 삭제할 레이아웃번호
java.lang.Exception - 처리
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||