|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EduReportVO | |
---|---|
egovframework.rfc3.education.dao | |
egovframework.rfc3.education.service | |
egovframework.rfc3.education.service.impl | |
egovframework.rfc3.education.web |
Uses of EduReportVO in egovframework.rfc3.education.dao |
---|
Methods in egovframework.rfc3.education.dao with parameters of type EduReportVO | |
---|---|
void |
EduCationDAO.attenddingUpdate1(EduReportVO eduReportVO)
수강신청 상태 변경 => 수료 / 미수료 (강의 종료) |
void |
EduCationDAO.attenddingUpdate2(EduReportVO eduReportVO)
수강신청 상태 변경 => 수료 / 미수료 (강의 종료) |
void |
EduCationDAO.attenddingUpdate3(EduReportVO eduReportVO)
수강신청 상태 변경 => 수강중으로 변경(수강이전상태) |
void |
EduCationDAO.deleteAttendanceDate(EduReportVO eduReportVO)
개인별 출석부 삭제 |
int |
EduCationDAO.getLectureReportData(EduReportVO eduReportVO)
강의출석부 해당날짜 자료의 존재여부 |
void |
EduCationDAO.isModify(EduReportVO eduReportVO)
출석부(일자별) 업데이트(관리자) |
void |
EduCationDAO.isWrite(EduReportVO eduReportVO)
출석부(일자별) 등록 |
Uses of EduReportVO in egovframework.rfc3.education.service |
---|
Methods in egovframework.rfc3.education.service with parameters of type EduReportVO | |
---|---|
void |
EduCationService.attenddingUpdate1(EduReportVO eduReportVO)
|
void |
EduCationService.attenddingUpdate2(EduReportVO eduReportVO)
|
void |
EduCationService.attenddingUpdate3(EduReportVO eduReportVO)
|
void |
EduCationService.deleteAttendanceDate(EduReportVO eduReportVO)
|
int |
EduCationService.getLectureReportData(EduReportVO eduReportVO)
|
void |
EduCationService.isModify(EduReportVO eduReportVO)
|
void |
EduCationService.isWrite(EduReportVO eduReportVO)
|
Uses of EduReportVO in egovframework.rfc3.education.service.impl |
---|
Methods in egovframework.rfc3.education.service.impl with parameters of type EduReportVO | |
---|---|
void |
EduCationServiceImpl.attenddingUpdate1(EduReportVO eduReportVO)
|
void |
EduCationServiceImpl.attenddingUpdate2(EduReportVO eduReportVO)
|
void |
EduCationServiceImpl.attenddingUpdate3(EduReportVO eduReportVO)
|
void |
EduCationServiceImpl.deleteAttendanceDate(EduReportVO eduReportVO)
|
int |
EduCationServiceImpl.getLectureReportData(EduReportVO eduReportVO)
|
void |
EduCationServiceImpl.isModify(EduReportVO eduReportVO)
|
void |
EduCationServiceImpl.isWrite(EduReportVO eduReportVO)
|
Uses of EduReportVO in egovframework.rfc3.education.web |
---|
Methods in egovframework.rfc3.education.web with parameters of type EduReportVO | |
---|---|
java.lang.String |
EduCationController.deleteEduReportAct(EduReportVO eduReportVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
강의내용 삭제 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |