类 StdGradeServiceImpl

java.lang.Object
org.openurp.edu.grade.course.service.impl.StdGradeServiceImpl
所有已实现的接口:
StdGradeService

public class StdGradeServiceImpl extends Object implements StdGradeService
  • 构造器详细资料

    • StdGradeServiceImpl

      public StdGradeServiceImpl()
  • 方法详细资料

    • getStdByCode

      public Student getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao)
      指定者:
      getStdByCode 在接口中 StdGradeService
    • buildGradeTypeQuery

      public org.beangle.commons.dao.query.builder.OqlBuilder<GradeType> buildGradeTypeQuery()
      得到录入教学任务时,符合条件的成绩类别
      指定者:
      buildGradeTypeQuery 在接口中 StdGradeService
      返回:
    • getStatus

      public Object[] getStatus(String crn, String stdId, String semesterId, org.beangle.commons.dao.EntityDao entityDao)
      得到教学任务的学生选课状态
      指定者:
      getStatus 在接口中 StdGradeService
      返回:
    • checkStdGradeExists

      public boolean checkStdGradeExists(Student std, Semester semester, Course course, Project project)
      判断一个学生在某一学期内某一门课程成绩是否存在
      指定者:
      checkStdGradeExists 在接口中 StdGradeService
      参数:
      std - 学生
      semester - 学年学期
      course - 课程
      project - 项目
      返回:
      false 不存在 true 存在
    • setEntityDao

      public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)