egovframework.rfc3.education.service.impl
Class EduCationServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.education.service.impl.EduCationServiceImpl
- All Implemented Interfaces:
- EduCationService
@Service(value="EduCationService")
public class EduCationServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements EduCationService
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EduCationServiceImpl
public EduCationServiceImpl()
selectEduCationListTotal
public int selectEduCationListTotal(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
selectEduCationListTotal in interface EduCationService
- Throws:
java.lang.Exception
selectEduCationList
public java.util.List<EduCationVO> selectEduCationList(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
selectEduCationList in interface EduCationService
- Throws:
java.lang.Exception
getEduCationInfo
public EduCationVO getEduCationInfo(long idx)
throws java.lang.Exception
- Specified by:
getEduCationInfo in interface EduCationService
- Throws:
java.lang.Exception
insertEduCation
public void insertEduCation(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
insertEduCation in interface EduCationService
- Throws:
java.lang.Exception
updateEduCation
public void updateEduCation(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
updateEduCation in interface EduCationService
- Throws:
java.lang.Exception
deleteEduCation
public void deleteEduCation(long idx)
throws java.lang.Exception
- Specified by:
deleteEduCation in interface EduCationService
- Throws:
java.lang.Exception
deleteApplyer
public void deleteApplyer(long idx)
throws java.lang.Exception
- Specified by:
deleteApplyer in interface EduCationService
- Throws:
java.lang.Exception
deleteAttendance
public void deleteAttendance(long idx)
throws java.lang.Exception
- Specified by:
deleteAttendance in interface EduCationService
- Throws:
java.lang.Exception
deleteEduReport
public void deleteEduReport(long idx)
throws java.lang.Exception
- Specified by:
deleteEduReport in interface EduCationService
- Throws:
java.lang.Exception
selectApplyerListTotal
public int selectApplyerListTotal(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectApplyerListTotal in interface EduCationService
- Throws:
java.lang.Exception
selectApplyerListTotal2
public int selectApplyerListTotal2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectApplyerListTotal2 in interface EduCationService
- Throws:
java.lang.Exception
selectApplyerList
public java.util.List<EduCationApplyVO> selectApplyerList(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectApplyerList in interface EduCationService
- Throws:
java.lang.Exception
getAttStudentIdx
public java.util.List<EduCationApplyVO> getAttStudentIdx(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getAttStudentIdx in interface EduCationService
- Throws:
java.lang.Exception
firstWait
public java.util.List<EduCationApplyVO> firstWait(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
firstWait in interface EduCationService
- Throws:
java.lang.Exception
getApplyerInfo
public EduCationApplyVO getApplyerInfo(long idx)
throws java.lang.Exception
- Specified by:
getApplyerInfo in interface EduCationService
- Throws:
java.lang.Exception
insertApplyer
public void insertApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
insertApplyer in interface EduCationService
- Throws:
java.lang.Exception
updateApplyerFinishStatus
public void updateApplyerFinishStatus(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
updateApplyerFinishStatus in interface EduCationService
- Throws:
java.lang.Exception
updateRejectApplyer
public void updateRejectApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
updateRejectApplyer in interface EduCationService
- Throws:
java.lang.Exception
updateApplyer
public void updateApplyer(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
updateApplyer in interface EduCationService
- Throws:
java.lang.Exception
selectMberTeacherList
public java.util.List<UserManageVO> selectMberTeacherList(UserManageVO userManageVO)
throws java.lang.Exception
- Specified by:
selectMberTeacherList in interface EduCationService
- Throws:
java.lang.Exception
getMemberEtcInfo
public java.util.List<MberManageVO> getMemberEtcInfo(MberManageVO mberManageVO)
throws java.lang.Exception
- Specified by:
getMemberEtcInfo in interface EduCationService
- Throws:
java.lang.Exception
getMemberInfoCnt
public int getMemberInfoCnt(MberManageVO mberManageVO)
throws java.lang.Exception
- Specified by:
getMemberInfoCnt in interface EduCationService
- Throws:
java.lang.Exception
getSearchTotalCount
public int getSearchTotalCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getSearchTotalCount in interface EduCationService
- Throws:
java.lang.Exception
attendingStatusModify
public void attendingStatusModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
attendingStatusModify in interface EduCationService
- Throws:
java.lang.Exception
attendingStatusModify2
public void attendingStatusModify2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
attendingStatusModify2 in interface EduCationService
- Throws:
java.lang.Exception
AttendingStatusModify
public void AttendingStatusModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
AttendingStatusModify in interface EduCationService
- Throws:
java.lang.Exception
AttendingCancelModify
public void AttendingCancelModify(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
AttendingCancelModify in interface EduCationService
- Throws:
java.lang.Exception
selectEduPlaceListTotal
public int selectEduPlaceListTotal(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Specified by:
selectEduPlaceListTotal in interface EduCationService
- Throws:
java.lang.Exception
selectEduPlaceList
public java.util.List<EduPlaceVO> selectEduPlaceList(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Specified by:
selectEduPlaceList in interface EduCationService
- Throws:
java.lang.Exception
getEduPlaceInfo
public EduPlaceVO getEduPlaceInfo(long idx)
throws java.lang.Exception
- Specified by:
getEduPlaceInfo in interface EduCationService
- Throws:
java.lang.Exception
updateEduPlace
public void updateEduPlace(EduPlaceVO eduPlaceVO)
throws java.lang.Exception
- Specified by:
updateEduPlace in interface EduCationService
- Throws:
java.lang.Exception
selectEduSubjectListTotal
public int selectEduSubjectListTotal(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Specified by:
selectEduSubjectListTotal in interface EduCationService
- Throws:
java.lang.Exception
selectEduSubjectList
public java.util.List<EduSubjectVO> selectEduSubjectList(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Specified by:
selectEduSubjectList in interface EduCationService
- Throws:
java.lang.Exception
getEduSubjectInfo
public EduSubjectVO getEduSubjectInfo(long idx)
throws java.lang.Exception
- Specified by:
getEduSubjectInfo in interface EduCationService
- Throws:
java.lang.Exception
insertEduSubject
public void insertEduSubject(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Specified by:
insertEduSubject in interface EduCationService
- Throws:
java.lang.Exception
updateEduSubject
public void updateEduSubject(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Specified by:
updateEduSubject in interface EduCationService
- Throws:
java.lang.Exception
deleteEduSubject
public void deleteEduSubject(long idx)
throws java.lang.Exception
- Specified by:
deleteEduSubject in interface EduCationService
- Throws:
java.lang.Exception
selectSubjectList
public java.util.List<EduSubjectVO> selectSubjectList(EduSubjectVO eduSubjectVO)
throws java.lang.Exception
- Specified by:
selectSubjectList in interface EduCationService
- Throws:
java.lang.Exception
lectureAttendanceDatesModify
public void lectureAttendanceDatesModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
lectureAttendanceDatesModify in interface EduCationService
- Throws:
java.lang.Exception
lectureAttendanceStudentModify
public void lectureAttendanceStudentModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
lectureAttendanceStudentModify in interface EduCationService
- Throws:
java.lang.Exception
lectureAttendanceResetModify
public void lectureAttendanceResetModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
lectureAttendanceResetModify in interface EduCationService
- Throws:
java.lang.Exception
getAttData
public java.util.List<EduAttendanceVO> getAttData(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
getAttData in interface EduCationService
- Throws:
java.lang.Exception
getAttStatus
public int getAttStatus(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
getAttStatus in interface EduCationService
- Throws:
java.lang.Exception
getMemInfo
public java.lang.String getMemInfo(java.lang.String userEtc1)
throws java.lang.Exception
- Specified by:
getMemInfo in interface EduCationService
- Throws:
java.lang.Exception
getLectureReportData
public int getLectureReportData(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
getLectureReportData in interface EduCationService
- Throws:
java.lang.Exception
isModify
public void isModify(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
isModify in interface EduCationService
- Throws:
java.lang.Exception
isWrite
public void isWrite(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
isWrite in interface EduCationService
- Throws:
java.lang.Exception
batchModify
public void batchModify(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
batchModify in interface EduCationService
- Throws:
java.lang.Exception
deleteAttendanceDate
public void deleteAttendanceDate(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
deleteAttendanceDate in interface EduCationService
- Throws:
java.lang.Exception
attenddingUpdate1
public void attenddingUpdate1(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
attenddingUpdate1 in interface EduCationService
- Throws:
java.lang.Exception
attenddingUpdate2
public void attenddingUpdate2(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
attenddingUpdate2 in interface EduCationService
- Throws:
java.lang.Exception
attenddingUpdate3
public void attenddingUpdate3(EduReportVO eduReportVO)
throws java.lang.Exception
- Specified by:
attenddingUpdate3 in interface EduCationService
- Throws:
java.lang.Exception
getEduLectureList
public java.util.List<EduCationVO> getEduLectureList(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
getEduLectureList in interface EduCationService
- Throws:
java.lang.Exception
getYearList
public java.util.List<EduCationVO> getYearList(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
getYearList in interface EduCationService
- Throws:
java.lang.Exception
getAttDuplicateCount
public int getAttDuplicateCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getAttDuplicateCount in interface EduCationService
- Throws:
java.lang.Exception
getAttInDate
public EduCationVO getAttInDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
getAttInDate in interface EduCationService
- Throws:
java.lang.Exception
getAttNextDate
public EduCationVO getAttNextDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
getAttNextDate in interface EduCationService
- Throws:
java.lang.Exception
getAttCount
public int getAttCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getAttCount in interface EduCationService
- Throws:
java.lang.Exception
getAttStatusCount
public int getAttStatusCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getAttStatusCount in interface EduCationService
- Throws:
java.lang.Exception
getAttIngCount
public int getAttIngCount(long studentidx)
throws java.lang.Exception
- Specified by:
getAttIngCount in interface EduCationService
- Throws:
java.lang.Exception
getAttIngLecture
public EduCationVO getAttIngLecture(long studentIdx)
throws java.lang.Exception
- Specified by:
getAttIngLecture in interface EduCationService
- Throws:
java.lang.Exception
getDuplicateCount
public int getDuplicateCount(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getDuplicateCount in interface EduCationService
- Throws:
java.lang.Exception
AttendingStatusUpdate
public void AttendingStatusUpdate(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
AttendingStatusUpdate in interface EduCationService
- Throws:
java.lang.Exception
getCountSubject
public int getCountSubject(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getCountSubject in interface EduCationService
- Throws:
java.lang.Exception
getCountAllSubject
public int getCountAllSubject(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
getCountAllSubject in interface EduCationService
- Throws:
java.lang.Exception
eduCationIsWrite
public void eduCationIsWrite(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
eduCationIsWrite in interface EduCationService
- Throws:
java.lang.Exception
getAttDate
public java.lang.String getAttDate(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
getAttDate in interface EduCationService
- Throws:
java.lang.Exception
isDelete
public void isDelete(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
isDelete in interface EduCationService
- Throws:
java.lang.Exception
selectMyApplyList1
public java.util.List<EduCationApplyVO> selectMyApplyList1(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectMyApplyList1 in interface EduCationService
- Throws:
java.lang.Exception
selectMyApplyList2
public java.util.List<EduCationApplyVO> selectMyApplyList2(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectMyApplyList2 in interface EduCationService
- Throws:
java.lang.Exception
selectMyApplyList3
public java.util.List<EduCationApplyVO> selectMyApplyList3(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectMyApplyList3 in interface EduCationService
- Throws:
java.lang.Exception
getStatAttend0
public EduCationApplyVO getStatAttend0(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
getStatAttend0 in interface EduCationService
- Throws:
java.lang.Exception
getStatAttend2
public EduCationApplyVO getStatAttend2(EduAttendanceVO eduAttendanceVO)
throws java.lang.Exception
- Specified by:
getStatAttend2 in interface EduCationService
- Throws:
java.lang.Exception
getStatistics
public java.util.List<EduCationVO> getStatistics(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
getStatistics in interface EduCationService
- Throws:
java.lang.Exception
addlectureDate
public void addlectureDate(EduCationVO eduCationVO)
throws java.lang.Exception
- Specified by:
addlectureDate in interface EduCationService
- Throws:
java.lang.Exception
eduAfterInsert
public void eduAfterInsert(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Specified by:
eduAfterInsert in interface EduCationService
- Throws:
java.lang.Exception
selectAfterCount
public int selectAfterCount(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Specified by:
selectAfterCount in interface EduCationService
- Throws:
java.lang.Exception
selectAfterDistinctCount
public int selectAfterDistinctCount(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Specified by:
selectAfterDistinctCount in interface EduCationService
- Throws:
java.lang.Exception
selectAfterQuestionAnswer
public java.util.List<EduAfterVO> selectAfterQuestionAnswer(EduAfterVO eduAfterVO)
throws java.lang.Exception
- Specified by:
selectAfterQuestionAnswer in interface EduCationService
- Throws:
java.lang.Exception
selectCertificateNumMaxNum
public int selectCertificateNumMaxNum(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectCertificateNumMaxNum in interface EduCationService
- Throws:
java.lang.Exception
updateAttendingCertificateNum
public void updateAttendingCertificateNum(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
updateAttendingCertificateNum in interface EduCationService
- Throws:
java.lang.Exception
selectCertificateValue
public int selectCertificateValue(EduCationApplyVO eduCationApplyVO)
throws java.lang.Exception
- Specified by:
selectCertificateValue in interface EduCationService
- Throws:
java.lang.Exception