|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectskoinfo.rfc.question.dao.AnQuestionDAO
public class AnQuestionDAO
Constructor Summary | |
---|---|
AnQuestionDAO()
|
Method Summary | |
---|---|
int |
anQuestionCount(org.hibernate.Session session,
AnQuestionVO anQuestionVO)
질문 속 예문수 Count |
void |
anWriteAnQuestion(org.hibernate.Session session,
AnQuestionVO anQuestionVO,
java.lang.String[] itemStringList,
java.lang.String answer)
질문 저장 DAO |
void |
deleteAnQuestion(org.hibernate.Session session,
AnQuestionVO anQuestionVO)
질문 삭제 DAO |
void |
updateAnQuestion(org.hibernate.Session session,
AnQuestionVO anQuestionVO,
java.lang.String[] itemStringList,
java.lang.String[] sid,
java.lang.String[] check,
java.lang.String answer)
질문 수정 DAO |
void |
updateStatus(org.hibernate.Session session,
long sid,
java.lang.String standards)
통계기준선택 저장 DAO |
AnQuestionVO |
viewAnQuestion(org.hibernate.Session session,
AnQuestionVO anQuestionVO)
질문 보기 DAO |
java.util.List<AnQuestionVO> |
viewStatus(org.hibernate.Session session,
java.lang.String standards)
통계기준선택 보기 DAO |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnQuestionDAO()
Method Detail |
---|
public int anQuestionCount(org.hibernate.Session session, AnQuestionVO anQuestionVO)
public AnQuestionVO viewAnQuestion(org.hibernate.Session session, AnQuestionVO anQuestionVO) throws java.lang.Exception
PopupVO
- 가져올 PopupVO
java.lang.Exception
- 처리public void anWriteAnQuestion(org.hibernate.Session session, AnQuestionVO anQuestionVO, java.lang.String[] itemStringList, java.lang.String answer) throws java.lang.Exception
AnQuestionVO
- 저장할 AnQuestionVO
java.lang.Exception
- 처리public void updateAnQuestion(org.hibernate.Session session, AnQuestionVO anQuestionVO, java.lang.String[] itemStringList, java.lang.String[] sid, java.lang.String[] check, java.lang.String answer) throws java.lang.Exception
AnQuestionVO
- 수정할 AnQuestionVO
java.lang.Exception
- 처리public void deleteAnQuestion(org.hibernate.Session session, AnQuestionVO anQuestionVO) throws java.lang.Exception
sid
- 삭제할 레이아웃번호
java.lang.Exception
- 처리public void updateStatus(org.hibernate.Session session, long sid, java.lang.String standards) throws java.lang.Exception
AnQuestionVO
- 저장할 AnQuestionVO
java.lang.Exception
- 처리public java.util.List<AnQuestionVO> viewStatus(org.hibernate.Session session, java.lang.String standards) throws java.lang.Exception
java.lang.Exception
- 처리
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |