|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnQuestionVO | |
---|---|
egovframework.rfc3.question.dao | |
egovframework.rfc3.question.service | |
egovframework.rfc3.question.service.impl | |
egovframework.rfc3.question.web |
Uses of AnQuestionVO in egovframework.rfc3.question.dao |
---|
Methods in egovframework.rfc3.question.dao that return AnQuestionVO | |
---|---|
AnQuestionVO |
QuestionDAO.getAnQuestion(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.dao that return types with arguments of type AnQuestionVO | |
---|---|
java.util.List<AnQuestionVO> |
QuestionDAO.selectAnQuestionList(QuestionVO questionVO)
|
Methods in egovframework.rfc3.question.dao with parameters of type AnQuestionVO | |
---|---|
void |
QuestionDAO.deleteAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionDAO.deleteAnQuestionItem(AnQuestionVO anQuestionVO)
|
AnQuestionVO |
QuestionDAO.getAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionDAO.insertAnQuestion(AnQuestionVO anQuestionVO)
|
java.util.List<AnQuestionItemVO> |
QuestionDAO.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
void |
QuestionDAO.updateAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionDAO.updateAnQuestionOrder(AnQuestionVO anQuestionVO)
|
Uses of AnQuestionVO in egovframework.rfc3.question.service |
---|
Methods in egovframework.rfc3.question.service that return AnQuestionVO | |
---|---|
AnQuestionVO |
QuestionService.getAnQuestion(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.service that return types with arguments of type AnQuestionVO | |
---|---|
java.util.List<AnQuestionVO> |
QuestionService.selectAnQuestionList(QuestionVO questionVO)
|
Methods in egovframework.rfc3.question.service with parameters of type AnQuestionVO | |
---|---|
void |
QuestionService.deleteAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionService.deleteAnQuestionItem(AnQuestionVO anQuestionVO)
|
AnQuestionVO |
QuestionService.getAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionService.insertAnQuestion(AnQuestionVO anQuestionVO)
|
java.util.List<AnQuestionItemVO> |
QuestionService.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
void |
QuestionService.updateAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionService.updateAnQuestionOrder(AnQuestionVO anQuestionVO)
|
Uses of AnQuestionVO in egovframework.rfc3.question.service.impl |
---|
Methods in egovframework.rfc3.question.service.impl that return AnQuestionVO | |
---|---|
AnQuestionVO |
QuestionServiceImpl.getAnQuestion(AnQuestionVO anQuestionVO)
|
Methods in egovframework.rfc3.question.service.impl that return types with arguments of type AnQuestionVO | |
---|---|
java.util.List<AnQuestionVO> |
QuestionServiceImpl.selectAnQuestionList(QuestionVO questionVO)
|
Methods in egovframework.rfc3.question.service.impl with parameters of type AnQuestionVO | |
---|---|
void |
QuestionServiceImpl.deleteAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionServiceImpl.deleteAnQuestionItem(AnQuestionVO anQuestionVO)
|
AnQuestionVO |
QuestionServiceImpl.getAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionServiceImpl.insertAnQuestion(AnQuestionVO anQuestionVO)
|
java.util.List<AnQuestionItemVO> |
QuestionServiceImpl.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
void |
QuestionServiceImpl.updateAnQuestion(AnQuestionVO anQuestionVO)
|
void |
QuestionServiceImpl.updateAnQuestionOrder(AnQuestionVO anQuestionVO)
|
Uses of AnQuestionVO in egovframework.rfc3.question.web |
---|
Methods in egovframework.rfc3.question.web that return AnQuestionVO | |
---|---|
AnQuestionVO |
QuestionManager.getAnQuestion(long questionSid,
long anQuestionSid)
|
Methods in egovframework.rfc3.question.web with parameters of type AnQuestionVO | |
---|---|
java.lang.String |
QuestionController.deleteQuestion(AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionAdmController.deleteQuestion(AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.util.List<AnQuestionItemVO> |
QuestionWebController.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
java.util.List<AnQuestionItemVO> |
QuestionAdmController.selectAnQuestionItemList(AnQuestionVO anQuestionVO)
|
void |
QuestionManager.setAnQuestionVO(AnQuestionVO anQuestionVO)
사용자가 직접 질문을 설정한다. |
java.lang.String |
QuestionController.updateAnQuestionAct(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionAdmController.updateAnQuestionAct(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionController.writeAnQuestion(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionAdmController.writeAnQuestion(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionController.writeAnQuestionAct(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
java.lang.String |
QuestionAdmController.writeAnQuestionAct(QuestionVO questionVO,
AnQuestionVO anQuestionVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |