Class StdGradeServiceImpl
java.lang.Object
org.openurp.edu.grade.course.service.impl.StdGradeServiceImpl
- All Implemented Interfaces:
StdGradeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Constructor Details
-
StdGradeServiceImpl
public StdGradeServiceImpl()
-
-
Method Details
-
getStdByCode
public Student getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) - Specified by:
getStdByCodein interfaceStdGradeService
-
buildGradeTypeQuery
得到录入教学任务时,符合条件的成绩类别- Specified by:
buildGradeTypeQueryin interfaceStdGradeService- Returns:
-
getStatus
public Object[] getStatus(String crn, String stdId, String semesterId, org.beangle.commons.dao.EntityDao entityDao) 得到教学任务的学生选课状态- Specified by:
getStatusin interfaceStdGradeService- Returns:
-
checkStdGradeExists
判断一个学生在某一学期内某一门课程成绩是否存在- Specified by:
checkStdGradeExistsin interfaceStdGradeService- Parameters:
std- 学生semester- 学年学期course- 课程project- 项目- Returns:
- false 不存在 true 存在
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-