类 StdGradeServiceImpl
java.lang.Object
org.openurp.edu.grade.course.service.impl.StdGradeServiceImpl
- 所有已实现的接口:
StdGradeService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.beangle.commons.dao.query.builder.OqlBuilder<GradeType>得到录入教学任务时,符合条件的成绩类别booleancheckStdGradeExists(Student std, Semester semester, Course course, Project project) 判断一个学生在某一学期内某一门课程成绩是否存在Object[]得到教学任务的学生选课状态getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-
构造器详细资料
-
StdGradeServiceImpl
public StdGradeServiceImpl()
-
-
方法详细资料
-
getStdByCode
public Student getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) - 指定者:
getStdByCode在接口中StdGradeService
-
buildGradeTypeQuery
得到录入教学任务时,符合条件的成绩类别- 指定者:
buildGradeTypeQuery在接口中StdGradeService- 返回:
-
getStatus
public Object[] getStatus(String crn, String stdId, String semesterId, org.beangle.commons.dao.EntityDao entityDao) 得到教学任务的学生选课状态- 指定者:
getStatus在接口中StdGradeService- 返回:
-
checkStdGradeExists
判断一个学生在某一学期内某一门课程成绩是否存在- 指定者:
checkStdGradeExists在接口中StdGradeService- 参数:
std- 学生semester- 学年学期course- 课程project- 项目- 返回:
- false 不存在 true 存在
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-