|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuestionService
게시판에 대한 interface 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 -------------- -------- --------------------------- 2011.04.25 양민욱 rfc3 iam 참조 Copyright (C) 2009 by MOPAS All right reserved.
Method Detail |
---|
int selectQuestionListTotal(QuestionVO questionVO) throws java.lang.Exception
questionVO
-
java.lang.Exception
java.util.List<QuestionVO> selectQuestionList(QuestionVO questionVO) throws java.lang.Exception
questionVO
-
java.lang.Exception
void insertQuestion(QuestionVO questionVO) throws java.lang.Exception
questionVO
-
java.lang.Exception
void updateQuestion(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
void updateQuestionAnswerCount(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
QuestionVO getQuestion(QuestionVO questionVO) throws java.lang.Exception
questionVO
-
java.lang.Exception
void deleteQuestion(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
java.util.List<AnQuestionVO> selectAnQuestionList(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
AnQuestionVO getAnQuestion(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
void insertAnQuestion(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
void updateAnQuestion(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
void updateAnQuestionOrder(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
void deleteAnQuestion(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
java.util.List<AnQuestionItemVO> selectAnQuestionItemList(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
void insertAnQuestionItem(AnQuestionItemVO anQuestionItemVO) throws java.lang.Exception
java.lang.Exception
void updateAnQuestionItem(AnQuestionItemVO anQuestionItemVO) throws java.lang.Exception
java.lang.Exception
void deleteAnQuestionItem(AnQuestionVO anQuestionVO) throws java.lang.Exception
java.lang.Exception
int selectQuestionWebListTotal(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionVO> selectQuestionWebList(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
void insertQuestionResult(QuestionResultVO questionResultVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionResultVO> selectQuestionResult(AnQuestionItemVO anQuestionItemVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionResultVO> selectResultUserResult(AnQuestionItemVO anQuestionItemVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionResultVO> selectQuestionUserResult(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
int selectQuestionUserInfoListTotal(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionUserInfoVO> selectQuestionUserInfoList(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionUserInfoVO> selectQuestionEventLotList(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
egovframework.rte.psl.dataaccess.util.EgovMap selectQuestionEventLotTotal(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
void insertQuestionUserInfo(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionResultVO> selectQuestionUserList(QuestionVO questionVO) throws java.lang.Exception
java.lang.Exception
QuestionResultVO selectResultUserResultExcel(QuestionResultVO questionResultVO) throws java.lang.Exception
java.lang.Exception
QuestionResultVO selectResultUserResultExcel2(QuestionResultVO questionResultVO) throws java.lang.Exception
java.lang.Exception
java.util.List<QuestionUserInfoVO> selectResultUserResultList(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
int selectQuestionResultCnt(AnQuestionItemVO anQuestionItemVO) throws java.lang.Exception
java.lang.Exception
void deleteQuestionUserInfo(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
void deleteQuestionUserResult(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
java.util.HashMap AnswersQuestionNum(QuestionUserInfoVO questionUserInfoVO) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |