StdGradeServiceImpl

org.openurp.edu.grade.service.impl.StdGradeServiceImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def buildGradeTypeQuery(): OqlBuilder[GradeType]

得到录入教学任务时,符合条件的成绩类别

得到录入教学任务时,符合条件的成绩类别

Attributes

def checkStdGradeExists(std: Student, semester: Semester, course: Course, project: Project): Boolean

判断一个学生在某一学期内某一门课程成绩是否存在

判断一个学生在某一学期内某一门课程成绩是否存在

Attributes

course

课程

project

项目

semester

学年学期

std

学生

Returns:

false 不存在 true 存在

def getStatus(crn: String, stdId: String, semesterId: String, entityDao: EntityDao): Array[Any]

得到教学任务的学生选课状态

得到教学任务的学生选课状态

Attributes

def setEntityDao(entityDao: EntityDao): Unit
def stdByCode(stdCode: String, project: Project, departments: List[Department], entityDao: EntityDao): Student

Concrete fields

var entityDao: EntityDao