Uses of Class
org.openurp.edu.base.model.Course
-
-
Uses of Course in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return Course Modifier and Type Method Description CourseCourseHour. getCourse()Methods in org.openurp.edu.base.model with parameters of type Course Modifier and Type Method Description intCourse. compareTo(Course other)voidCourseHour. setCourse(Course course) -
Uses of Course in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return types with arguments of type Course Modifier and Type Method Description Set<Course>ExamTask. getCourses()Map<Course,List<ExamStudent>>ExamRoom. getCourseStds() -
Uses of Course in org.openurp.edu.grade.audit.model
Methods in org.openurp.edu.grade.audit.model that return Course Modifier and Type Method Description CourseCourseAuditResult. getCourse()Methods in org.openurp.edu.grade.audit.model that return types with arguments of type Course Modifier and Type Method Description Set<Course>AuditStat. getPassedCourses()Methods in org.openurp.edu.grade.audit.model with parameters of type Course Modifier and Type Method Description voidCourseAuditResult. setCourse(Course course)Method parameters in org.openurp.edu.grade.audit.model with type arguments of type Course Modifier and Type Method Description voidAuditStat. setPassedCourses(Set<Course> passCourses) -
Uses of Course in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return Course Modifier and Type Method Description CourseCourseGrade. getCourse()Methods in org.openurp.edu.grade.course.model with parameters of type Course Modifier and Type Method Description voidCourseGrade. setCourse(Course course) -
Uses of Course in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return Course Modifier and Type Method Description CourseCourseTaker. getCourse()CourseLesson. getCourse()CourseLessonGroup. getCourse()Methods in org.openurp.edu.lesson.model with parameters of type Course Modifier and Type Method Description voidCourseTaker. setCourse(Course course)voidLesson. setCourse(Course course)voidLessonGroup. setCourse(Course course) -
Uses of Course in org.openurp.edu.program.plan.model
Fields in org.openurp.edu.program.plan.model declared as Course Modifier and Type Field Description protected CourseAbstractPlanCourse. course课程Methods in org.openurp.edu.program.plan.model that return Course Modifier and Type Method Description CourseAbstractPlanCourse. getCourse()CoursePlanCourse. getCourse()查询课程.Methods in org.openurp.edu.program.plan.model with parameters of type Course Modifier and Type Method Description voidAbstractPlanCourse. setCourse(Course course)voidPlanCourse. setCourse(Course course)设置课程 -
Uses of Course in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util that return types with arguments of type Course Modifier and Type Method Description static List<Course>PlanUtils. getCourses(MajorPlan plan, int term)获得一个专业培养计划中,在terms学期上课的Course -
Uses of Course in org.openurp.edu.program.subst.model
Methods in org.openurp.edu.program.subst.model that return types with arguments of type Course Modifier and Type Method Description Set<Course>CourseSubstitution. getOrigins()Set<Course>MajorCourseSubstitution. getOrigins()Set<Course>StdCourseSubstitution. getOrigins()Set<Course>CourseSubstitution. getSubstitutes()Set<Course>MajorCourseSubstitution. getSubstitutes()Set<Course>StdCourseSubstitution. getSubstitutes()Methods in org.openurp.edu.program.subst.model with parameters of type Course Modifier and Type Method Description voidAbstractCourseSubstitution. addOrigin(Course course)voidAbstractCourseSubstitution. addSubstitute(Course course)Method parameters in org.openurp.edu.program.subst.model with type arguments of type Course Modifier and Type Method Description voidAbstractCourseSubstitution. addOrigins(Collection<Course> courses)voidAbstractCourseSubstitution. addSubstitutes(Collection<Course> courses)voidCourseSubstitution. setOrigins(Set<Course> course)voidMajorCourseSubstitution. setOrigins(Set<Course> origins)voidStdCourseSubstitution. setOrigins(Set<Course> origins)voidCourseSubstitution. setSubstitutes(Set<Course> course)voidMajorCourseSubstitution. setSubstitutes(Set<Course> substitutes)voidStdCourseSubstitution. setSubstitutes(Set<Course> substitutes)
-