|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnQuestionItemVO in egovframework.rfc3.question.dao |
---|
Methods in egovframework.rfc3.question.dao that return types with arguments of type AnQuestionItemVO | |
---|---|
java.util.List<AnQuestionItemVO> |
QuestionDAO.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.dao with parameters of type AnQuestionItemVO | |
---|---|
void |
QuestionDAO.insertAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
java.util.List<QuestionResultVO> |
QuestionDAO.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
|
int |
QuestionDAO.selectQuestionResultCnt(AnQuestionItemVO anQuestionItemVO)
설문 카운팅 문항전체 & 문항단일 카운팅 |
java.util.List<QuestionResultVO> |
QuestionDAO.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
|
void |
QuestionDAO.updateAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
Uses of AnQuestionItemVO in egovframework.rfc3.question.service |
---|
Methods in egovframework.rfc3.question.service that return types with arguments of type AnQuestionItemVO | |
---|---|
java.util.List<AnQuestionItemVO> |
QuestionService.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.service with parameters of type AnQuestionItemVO | |
---|---|
void |
QuestionService.insertAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
java.util.List<QuestionResultVO> |
QuestionService.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
|
int |
QuestionService.selectQuestionResultCnt(AnQuestionItemVO anQuestionItemVO)
|
java.util.List<QuestionResultVO> |
QuestionService.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
|
void |
QuestionService.updateAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
Uses of AnQuestionItemVO in egovframework.rfc3.question.service.impl |
---|
Methods in egovframework.rfc3.question.service.impl that return types with arguments of type AnQuestionItemVO | |
---|---|
java.util.List<AnQuestionItemVO> |
QuestionServiceImpl.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.service.impl with parameters of type AnQuestionItemVO | |
---|---|
void |
QuestionServiceImpl.insertAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
java.util.List<QuestionResultVO> |
QuestionServiceImpl.selectQuestionResult(AnQuestionItemVO anQuestionItemVO)
|
int |
QuestionServiceImpl.selectQuestionResultCnt(AnQuestionItemVO anQuestionItemVO)
설문 카운팅 문항전체 & 문항단일 카운팅 |
java.util.List<QuestionResultVO> |
QuestionServiceImpl.selectResultUserResult(AnQuestionItemVO anQuestionItemVO)
|
void |
QuestionServiceImpl.updateAnQuestionItem(AnQuestionItemVO anQuestionItemVO)
|
Uses of AnQuestionItemVO in egovframework.rfc3.question.vo |
---|
Methods in egovframework.rfc3.question.vo that return types with arguments of type AnQuestionItemVO | |
---|---|
java.util.List<AnQuestionItemVO> |
AnQuestionVO.getAnQuestionItemVOList()
|
Method parameters in egovframework.rfc3.question.vo with type arguments of type AnQuestionItemVO | |
---|---|
void |
AnQuestionVO.setAnQuestionItemVOList(java.util.List<AnQuestionItemVO> anQuestionItemVOList)
|
Uses of AnQuestionItemVO in egovframework.rfc3.question.web |
---|
Methods in egovframework.rfc3.question.web that return types with arguments of type AnQuestionItemVO | |
---|---|
java.util.List<AnQuestionItemVO> |
QuestionWebController.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
java.util.List<AnQuestionItemVO> |
QuestionAdmController.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.web with parameters of type AnQuestionItemVO | |
---|---|
void |
QuestionManager.setAnQuestionItemVO(AnQuestionItemVO anQuestionItemVO)
사용자가 직접 문항을 설정한다 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |