Uses of Class
org.openurp.base.edu.model.Course
-
Uses of Course in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return Course Modifier and Type Method Description CourseCourseHour. getCourse() -
Uses of Course in org.openurp.edu.clazz.model
-
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<ExamTaker>>ExamRoom. getCourseStds() -
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.grade.plan.model
Methods in org.openurp.edu.grade.plan.model that return Course Modifier and Type Method Description CourseCourseAuditResult. getCourse()Methods in org.openurp.edu.grade.plan.model that return types with arguments of type Course Modifier and Type Method Description Set<Course>AuditStat. getPassedCourses()Methods in org.openurp.edu.grade.plan.model with parameters of type Course Modifier and Type Method Description voidCourseAuditResult. setCourse(Course course)Method parameters in org.openurp.edu.grade.plan.model with type arguments of type Course Modifier and Type Method Description voidAuditStat. setPassedCourses(Set<Course> passCourses) -
Uses of Course in org.openurp.edu.program.model
Fields in org.openurp.edu.program.model declared as Course Modifier and Type Field Description protected CourseAbstractPlanCourse. course课程protected CourseSharePlanCourse. course课程Methods in org.openurp.edu.program.model that return Course Modifier and Type Method Description CourseAbstractPlanCourse. getCourse()CoursePlanCourse. getCourse()查询课程.CourseSharePlanCourse. getCourse()Methods in org.openurp.edu.program.model that return types with arguments of type Course Modifier and Type Method Description Set<Course>AlternativeCourse. getNews()Set<Course>MajorAlternativeCourse. getNews()Set<Course>StdAlternativeCourse. getNews()Set<Course>AlternativeCourse. getOlds()Set<Course>MajorAlternativeCourse. getOlds()Set<Course>StdAlternativeCourse. getOlds()Methods in org.openurp.edu.program.model with parameters of type Course Modifier and Type Method Description voidAbstractCourseSubstitution. addNew(Course course)voidAbstractCourseSubstitution. addOld(Course course)voidAbstractPlanCourse. setCourse(Course course)voidPlanCourse. setCourse(Course course)设置课程voidSharePlanCourse. setCourse(Course course)Method parameters in org.openurp.edu.program.model with type arguments of type Course Modifier and Type Method Description voidAbstractCourseSubstitution. addNews(Collection<Course> courses)voidAbstractCourseSubstitution. addOlds(Collection<Course> courses)voidAlternativeCourse. setNews(Set<Course> course)voidMajorAlternativeCourse. setNews(Set<Course> news)voidStdAlternativeCourse. setNews(Set<Course> news)voidAlternativeCourse. setOlds(Set<Course> course)voidMajorAlternativeCourse. setOlds(Set<Course> olds)voidStdAlternativeCourse. setOlds(Set<Course> olds) -
Uses of Course in org.openurp.edu.program.utils
Methods in org.openurp.edu.program.utils that return types with arguments of type Course Modifier and Type Method Description static List<Course>PlanUtils. getCourses(ExecutionPlan plan, int term)获得一个专业培养计划中,在terms学期上课的Course