egovframework.rfc3.education.service
Interface EduCationService
- All Known Implementing Classes:
- EduCationServiceImpl
public interface EduCationService
selectEduCationListTotal
int selectEduCationListTotal(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectEduCationList
java.util.List<EduCationVO> selectEduCationList(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEduCationInfo
EduCationVO getEduCationInfo(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertEduCation
void insertEduCation(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateEduCation
void updateEduCation(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteEduCation
void deleteEduCation(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteApplyer
void deleteApplyer(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteAttendance
void deleteAttendance(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteEduReport
void deleteEduReport(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectApplyerListTotal
int selectApplyerListTotal(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectApplyerListTotal2
int selectApplyerListTotal2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectApplyerList
java.util.List<EduCationApplyVO> selectApplyerList(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttStudentIdx
java.util.List<EduCationApplyVO> getAttStudentIdx(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
firstWait
java.util.List<EduCationApplyVO> firstWait(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getApplyerInfo
EduCationApplyVO getApplyerInfo(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertApplyer
void insertApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateApplyer
void updateApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateApplyerFinishStatus
void updateApplyerFinishStatus(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateRejectApplyer
void updateRejectApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMberTeacherList
java.util.List<UserManageVO> selectMberTeacherList(UserManageVO userManageVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMemberEtcInfo
java.util.List<MberManageVO> getMemberEtcInfo(MberManageVO mberManageVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMemberInfoCnt
int getMemberInfoCnt(MberManageVO mberManageVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSearchTotalCount
int getSearchTotalCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
attendingStatusModify
void attendingStatusModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
attendingStatusModify2
void attendingStatusModify2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
AttendingStatusModify
void AttendingStatusModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
AttendingCancelModify
void AttendingCancelModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectEduPlaceListTotal
int selectEduPlaceListTotal(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectEduPlaceList
java.util.List<EduPlaceVO> selectEduPlaceList(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEduPlaceInfo
EduPlaceVO getEduPlaceInfo(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateEduPlace
void updateEduPlace(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectEduSubjectListTotal
int selectEduSubjectListTotal(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectEduSubjectList
java.util.List<EduSubjectVO> selectEduSubjectList(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEduSubjectInfo
EduSubjectVO getEduSubjectInfo(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertEduSubject
void insertEduSubject(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateEduSubject
void updateEduSubject(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteEduSubject
void deleteEduSubject(long idx)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectSubjectList
java.util.List<EduSubjectVO> selectSubjectList(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
lectureAttendanceDatesModify
void lectureAttendanceDatesModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
lectureAttendanceStudentModify
void lectureAttendanceStudentModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
lectureAttendanceResetModify
void lectureAttendanceResetModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttData
java.util.List<EduAttendanceVO> getAttData(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttStatus
int getAttStatus(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMemInfo
java.lang.String getMemInfo(java.lang.String userEtc1)
throws java.lang.Exception
- Throws:
java.lang.Exception
getLectureReportData
int getLectureReportData(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isModify
void isModify(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isWrite
void isWrite(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
batchModify
void batchModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteAttendanceDate
void deleteAttendanceDate(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
attenddingUpdate1
void attenddingUpdate1(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
attenddingUpdate2
void attenddingUpdate2(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
attenddingUpdate3
void attenddingUpdate3(EduReportVO eduReportVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getEduLectureList
java.util.List<EduCationVO> getEduLectureList(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getYearList
java.util.List<EduCationVO> getYearList(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttDuplicateCount
int getAttDuplicateCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttInDate
EduCationVO getAttInDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttNextDate
EduCationVO getAttNextDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttCount
int getAttCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttStatusCount
int getAttStatusCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttIngCount
int getAttIngCount(long studentidx)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttIngLecture
EduCationVO getAttIngLecture(long studentidx)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDuplicateCount
int getDuplicateCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
AttendingStatusUpdate
void AttendingStatusUpdate(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCountSubject
int getCountSubject(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCountAllSubject
int getCountAllSubject(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
eduCationIsWrite
void eduCationIsWrite(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAttDate
java.lang.String getAttDate(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isDelete
void isDelete(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMyApplyList1
java.util.List<EduCationApplyVO> selectMyApplyList1(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMyApplyList2
java.util.List<EduCationApplyVO> selectMyApplyList2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectMyApplyList3
java.util.List<EduCationApplyVO> selectMyApplyList3(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStatAttend0
EduCationApplyVO getStatAttend0(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStatAttend2
EduCationApplyVO getStatAttend2(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStatistics
java.util.List<EduCationVO> getStatistics(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
addlectureDate
void addlectureDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
eduAfterInsert
void eduAfterInsert(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectAfterCount
int selectAfterCount(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectAfterDistinctCount
int selectAfterDistinctCount(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectAfterQuestionAnswer
java.util.List<EduAfterVO> selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectCertificateNumMaxNum
int selectCertificateNumMaxNum(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateAttendingCertificateNum
void updateAttendingCertificateNum(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectCertificateValue
int selectCertificateValue(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Throws:
java.lang.Exception