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