Uses of Class
org.openurp.edu.lesson.model.CourseTaker
-
Packages that use CourseTaker Package Description org.openurp.edu.grade.course.model org.openurp.edu.lesson.model -
-
Uses of CourseTaker in org.openurp.edu.grade.course.model
Constructors in org.openurp.edu.grade.course.model with parameters of type CourseTaker Constructor Description CourseGrade(CourseTaker taker)依照上课名单进行实例化课程成绩 -
Uses of CourseTaker in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return CourseTaker Modifier and Type Method Description CourseTakerTeachclass. getCourseTaker(Long stdId)CourseTakerTeachclass. getCourseTaker(Student std)Methods in org.openurp.edu.lesson.model that return types with arguments of type CourseTaker Modifier and Type Method Description Set<CourseTaker>Teachclass. getCourseTakers()Set<CourseTaker>Teachclass. getNormalCourseTakers()返回正常参加上课的上课名单CourseTakerMethods in org.openurp.edu.lesson.model with parameters of type CourseTaker Modifier and Type Method Description intCourseTaker. compareTo(CourseTaker other)Method parameters in org.openurp.edu.lesson.model with type arguments of type CourseTaker Modifier and Type Method Description voidTeachclass. setCourseTakers(Set<CourseTaker> courseTakers)Constructors in org.openurp.edu.lesson.model with parameters of type CourseTaker Constructor Description ExamTaker(CourseTaker taker, ExamType examType)
-