|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EduAfterVO | |
---|---|
egovframework.rfc3.education.dao | |
egovframework.rfc3.education.service | |
egovframework.rfc3.education.service.impl | |
egovframework.rfc3.education.web |
Uses of EduAfterVO in egovframework.rfc3.education.dao |
---|
Methods in egovframework.rfc3.education.dao that return types with arguments of type EduAfterVO | |
---|---|
java.util.List<EduAfterVO> |
EduCationDAO.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
해당 강의의 각 문항별 답변목록 |
Methods in egovframework.rfc3.education.dao with parameters of type EduAfterVO | |
---|---|
void |
EduCationDAO.eduAfterInsert(EduAfterVO eduAfterVO)
소감문 등록 |
int |
EduCationDAO.selectAfterCount(EduAfterVO eduAfterVO)
해당 강의에 소감문을 등록햇는지 여부 |
int |
EduCationDAO.selectAfterDistinctCount(EduAfterVO eduAfterVO)
해당 강의의 소감문등록한 사람수 |
java.util.List<EduAfterVO> |
EduCationDAO.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
해당 강의의 각 문항별 답변목록 |
Uses of EduAfterVO in egovframework.rfc3.education.service |
---|
Methods in egovframework.rfc3.education.service that return types with arguments of type EduAfterVO | |
---|---|
java.util.List<EduAfterVO> |
EduCationService.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
|
Methods in egovframework.rfc3.education.service with parameters of type EduAfterVO | |
---|---|
void |
EduCationService.eduAfterInsert(EduAfterVO eduAfterVO)
|
int |
EduCationService.selectAfterCount(EduAfterVO eduAfterVO)
|
int |
EduCationService.selectAfterDistinctCount(EduAfterVO eduAfterVO)
|
java.util.List<EduAfterVO> |
EduCationService.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
|
Uses of EduAfterVO in egovframework.rfc3.education.service.impl |
---|
Methods in egovframework.rfc3.education.service.impl that return types with arguments of type EduAfterVO | |
---|---|
java.util.List<EduAfterVO> |
EduCationServiceImpl.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
|
Methods in egovframework.rfc3.education.service.impl with parameters of type EduAfterVO | |
---|---|
void |
EduCationServiceImpl.eduAfterInsert(EduAfterVO eduAfterVO)
|
int |
EduCationServiceImpl.selectAfterCount(EduAfterVO eduAfterVO)
|
int |
EduCationServiceImpl.selectAfterDistinctCount(EduAfterVO eduAfterVO)
|
java.util.List<EduAfterVO> |
EduCationServiceImpl.selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
|
Uses of EduAfterVO in egovframework.rfc3.education.web |
---|
Methods in egovframework.rfc3.education.web with parameters of type EduAfterVO | |
---|---|
java.lang.String |
ClientEduCationController.afterWrite(EduAfterVO eduAfterVO,
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 소감문작성 |
java.lang.String |
ClientEduCationController.afterwriteAct(EduAfterVO eduAfterVO,
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 소감문작성 |
java.lang.String |
EduAfterController.getEduAfterDetail(EduAfterVO eduAfterVO,
org.springframework.ui.ModelMap model)
소감문 통계 보기 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |