类 StudentServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.StudentServiceImpl
- 所有已实现的接口:
StudentService
public class StudentServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements StudentService
-
字段概要
从类继承的字段 org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidendJournal(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) 从类继承的方法 org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.openurp.base.service.StudentService
publish
-
构造器详细资料
-
StudentServiceImpl
public StudentServiceImpl()
-
-
方法详细资料
-
getStudent
从接口复制的说明:StudentService获取一个学生的学籍信息- 指定者:
getStudent在接口中StudentService- 返回:
-
getStudent
从接口复制的说明:StudentService获取一个学生的学籍信息- 指定者:
getStudent在接口中StudentService- 返回:
-
getJournal
- 指定者:
getJournal在接口中StudentService
-
getJournal
- 指定者:
getJournal在接口中StudentService
-
endJournal
- 指定者:
endJournal在接口中StudentService
-
isInschool
- 指定者:
isInschool在接口中StudentService
-
isInschool
- 指定者:
isInschool在接口中StudentService
-
isActive
- 指定者:
isActive在接口中StudentService
-
isActive
- 指定者:
isActive在接口中StudentService
-
getStdStatus
- 指定者:
getStdStatus在接口中StudentService
-
getStdStatus
- 指定者:
getStdStatus在接口中StudentService
-
getStudentByCode
-
getMajorProjectStudent
从接口复制的说明:StudentService获取这个学生一专学籍- 指定者:
getMajorProjectStudent在接口中StudentService- 返回:
-
getMinorProjectStudent
从接口复制的说明:StudentService获取这个学生二专学籍- 指定者:
getMinorProjectStudent在接口中StudentService- 返回:
-
getGraduate
- 指定者:
getGraduate在接口中StudentService
-