Package org.openurp.base.service.impl
Class StudentServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.StudentServiceImpl
- All Implemented Interfaces:
StudentService
public class StudentServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements StudentService
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendJournal(Student std, Date endOn, StudentStatus graduated) getGraduate(Student std) getJournal(Student student) getJournal(Student student, Date date) getMajorProjectStudent(Person stdPerson) 获取这个学生一专学籍getMinorProjectStudent(Person stdPerson) 获取这个学生二专学籍getStdStatus(Student student) getStdStatus(Student student, Date date) getStudent(Integer projectId, String code) 获取一个学生的学籍信息getStudent(Long studentId) 获取一个学生的学籍信息getStudentByCode(String code) booleanbooleanbooleanisInschool(Student student) booleanisInschool(Student student, Date date) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticasterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openurp.base.service.StudentService
publish
-
Constructor Details
-
StudentServiceImpl
public StudentServiceImpl()
-
-
Method Details
-
getStudent
Description copied from interface:StudentService获取一个学生的学籍信息- Specified by:
getStudentin interfaceStudentService- Parameters:
studentId-- Returns:
-
getStudent
Description copied from interface:StudentService获取一个学生的学籍信息- Specified by:
getStudentin interfaceStudentService- Parameters:
code-- Returns:
-
getJournal
- Specified by:
getJournalin interfaceStudentService
-
getJournal
- Specified by:
getJournalin interfaceStudentService
-
endJournal
- Specified by:
endJournalin interfaceStudentService
-
isInschool
- Specified by:
isInschoolin interfaceStudentService
-
isInschool
- Specified by:
isInschoolin interfaceStudentService
-
isActive
- Specified by:
isActivein interfaceStudentService
-
isActive
- Specified by:
isActivein interfaceStudentService
-
getStdStatus
- Specified by:
getStdStatusin interfaceStudentService
-
getStdStatus
- Specified by:
getStdStatusin interfaceStudentService
-
getStudentByCode
-
getMajorProjectStudent
Description copied from interface:StudentService获取这个学生一专学籍- Specified by:
getMajorProjectStudentin interfaceStudentService- Parameters:
stdPerson-- Returns:
-
getMinorProjectStudent
Description copied from interface:StudentService获取这个学生二专学籍- Specified by:
getMinorProjectStudentin interfaceStudentService- Returns:
-
getGraduate
- Specified by:
getGraduatein interfaceStudentService
-