Uses of Class
org.openurp.base.edu.model.Course
Packages that use Course
Package
Description
-
Uses of Course in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return CourseMethods in org.openurp.base.edu.model that return types with arguments of type CourseMethods in org.openurp.base.edu.model with parameters of type CourseModifier and TypeMethodDescriptionintvoidvoidMethod parameters in org.openurp.base.edu.model with type arguments of type Course -
Uses of Course in org.openurp.base.service
Methods in org.openurp.base.service that return Course -
Uses of Course in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return CourseModifier and TypeMethodDescriptionMethods in org.openurp.base.service.impl with parameters of type Course -
Uses of Course in org.openurp.base.service.wrapper
Methods in org.openurp.base.service.wrapper that return CourseMethods in org.openurp.base.service.wrapper with parameters of type Course -
Uses of Course in org.openurp.edu.clazz.app.model
Methods in org.openurp.edu.clazz.app.model that return CourseModifier and TypeMethodDescriptionPlanTask.getCourse()Deprecated.RequirePrefer.getCourse()Deprecated.TaskGroupCopyParam.getReplaceCourse()Methods in org.openurp.edu.clazz.app.model with parameters of type CourseModifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidTaskGroupCopyParam.setReplaceCourse(Course replaceCourse) Constructors in org.openurp.edu.clazz.app.model with parameters of type CourseModifierConstructorDescriptionRequirePrefer(Teacher teacher, Course course) Deprecated.TaskGroupCopyParam(Semester toSemester, boolean copyTeacher, Course replaceCourse) -
Uses of Course in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return CourseModifier and TypeMethodDescriptionClazz.getCourse()ClazzGroup.getCourse()CourseTaker.getCourse()Methods in org.openurp.edu.clazz.model with parameters of type 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 -
Uses of Course in org.openurp.edu.grade.app.model
Methods in org.openurp.edu.grade.app.model that return CourseMethods in org.openurp.edu.grade.app.model with parameters of type Course -
Uses of Course in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return CourseMethods in org.openurp.edu.grade.course.model with parameters of type Course -
Uses of Course in org.openurp.edu.grade.course.service
Methods in org.openurp.edu.grade.course.service with parameters of type CourseModifier and TypeMethodDescriptionbooleanStdGradeService.checkStdGradeExists(Student std, Semester semester, Course course, Project project) GradeCourseTypeProvider.getCourseType(Student std, Course course, CourseType defaultCourseType) -
Uses of Course in org.openurp.edu.grade.course.service.impl
Methods in org.openurp.edu.grade.course.service.impl that return types with arguments of type CourseModifier and TypeMethodDescriptionprotected Map<Course,CourseGrade> BestGradeFilter.buildGradeMap(List<CourseGrade> grades) Methods in org.openurp.edu.grade.course.service.impl with parameters of type CourseModifier and TypeMethodDescriptionbooleanStdGradeServiceImpl.checkStdGradeExists(Student std, Semester semester, Course course, Project project) 判断一个学生在某一学期内某一门课程成绩是否存在Method parameters in org.openurp.edu.grade.course.service.impl with type arguments of type CourseModifier and TypeMethodDescriptionstatic booleanGradeComparator.isSubstitute(AlternativeCourse alternative, Map<Course, CourseGrade> grades) 是否替代成功
先比较绩点,后比较分数,最后按照是否通过比较 -
Uses of Course in org.openurp.edu.grade.course.service.internal
Methods in org.openurp.edu.grade.course.service.internal with parameters of type CourseModifier and TypeMethodDescriptionGradeCourseTypeProviderImpl.getCourseType(Student std, Course course, CourseType defaultCourseType) -
Uses of Course in org.openurp.edu.grade.plan.model
Methods in org.openurp.edu.grade.plan.model that return CourseMethods in org.openurp.edu.grade.plan.model that return types with arguments of type CourseMethods in org.openurp.edu.grade.plan.model with parameters of type CourseMethod parameters in org.openurp.edu.grade.plan.model with type arguments of type Course -
Uses of Course in org.openurp.edu.grade.plan.service
Methods in org.openurp.edu.grade.plan.service that return types with arguments of type CourseMethods in org.openurp.edu.grade.plan.service with parameters of type CourseModifier and TypeMethodDescriptionvoidStdGrade.addNoGradeCourse(Course course) 获得一个课程的成绩,并且会标记该课程已被使用过查询课程对应的成绩,不会被标记为usedCourses使用课程课程拿成绩之后,会被标记为usedCourses -
Uses of Course in org.openurp.edu.grade.plan.service.internal
Methods in org.openurp.edu.grade.plan.service.internal that return types with arguments of type CourseMethods in org.openurp.edu.grade.plan.service.internal with parameters of type Course -
Uses of Course in org.openurp.edu.program.app.model
Fields in org.openurp.edu.program.app.model declared as CourseMethods in org.openurp.edu.program.app.model that return CourseModifier and TypeMethodDescriptionCourseTypeChangeApply.getCourse()ExecutionPlanCourseModifyDetail.getCourse()Methods in org.openurp.edu.program.app.model that return types with arguments of type CourseMethods in org.openurp.edu.program.app.model with parameters of type CourseModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.openurp.edu.program.app.model with type arguments of type CourseModifier and TypeMethodDescriptionvoidvoidConstructors in org.openurp.edu.program.app.model with parameters of type CourseModifierConstructorDescriptionExecutionPlanCourseModifyDetailAfter(Course course, ExecutionCourseGroup courseGroup) -
Uses of Course in org.openurp.edu.program.major.service
Methods in org.openurp.edu.program.major.service that return types with arguments of type CourseMethods in org.openurp.edu.program.major.service with parameters of type CourseModifier and TypeMethodDescriptionbooleanMajorPlanService.hasCourse(MajorCourseGroup cgroup, Course course) 检测某个专业培养计划是否有这个课程booleanMajorPlanService.hasCourse(MajorCourseGroup cgroup, Course course, PlanCourse planCourse) Method parameters in org.openurp.edu.program.major.service with type arguments of type CourseModifier and TypeMethodDescriptionvoidMajorPlanGenParameter.setDegreeCourses(Set<Course> degreeCourses) -
Uses of Course in org.openurp.edu.program.major.service.impl
Methods in org.openurp.edu.program.major.service.impl with parameters of type CourseModifier and TypeMethodDescriptionbooleanMajorPlanServiceImpl.hasCourse(MajorCourseGroup cgroup, Course course) booleanMajorPlanServiceImpl.hasCourse(MajorCourseGroup cgroup, Course course, PlanCourse planCourse) -
Uses of Course in org.openurp.edu.program.model
Fields in org.openurp.edu.program.model declared as CourseModifier and TypeFieldDescriptionprotected CourseAbstractPlanCourse.course课程protected CourseSharePlanCourse.course课程Methods in org.openurp.edu.program.model that return CourseModifier and TypeMethodDescriptionAbstractPlanCourse.getCourse()ExemptCourse.getCourse()PlanCourse.getCourse()查询课程.SharePlanCourse.getCourse()Methods in org.openurp.edu.program.model that return types with arguments of type CourseModifier and TypeMethodDescriptionProgram.getDegreeCourses()AlternativeCourse.getNews()MajorAlternativeCourse.getNews()StdAlternativeCourse.getNews()AlternativeCourse.getOlds()MajorAlternativeCourse.getOlds()StdAlternativeCourse.getOlds()Methods in org.openurp.edu.program.model with parameters of type CourseModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid设置课程voidMethod parameters in org.openurp.edu.program.model with type arguments of type CourseModifier and TypeMethodDescriptionvoidAbstractCourseSubstitution.addNews(Collection<Course> courses) voidAbstractCourseSubstitution.addOlds(Collection<Course> courses) voidProgram.setDegreeCourses(Set<Course> degreeCourses) voidvoidvoidvoidvoidvoid -
Uses of Course in org.openurp.edu.program.plan.dao
Methods in org.openurp.edu.program.plan.dao that return types with arguments of type CourseModifier and TypeMethodDescriptionPlanCourseGroupCommonDao.extractCourseInCourseGroup(ExecutionCourseGroup group, String terms) 获得一个课程组内,属于terms学期的课程Methods in org.openurp.edu.program.plan.dao with parameters of type CourseModifier and TypeMethodDescriptionPlanCourseCommonDao.getExecutionPlanCourseByCourse(ExecutionPlan executePlan, Course course) booleanPlanCommonDao.hasCourse(CourseGroup cgroup, Course course) booleanPlanCommonDao.hasCourse(CourseGroup cgroup, Course course, PlanCourse planCourse) -
Uses of Course in org.openurp.edu.program.plan.dao.impl
Methods in org.openurp.edu.program.plan.dao.impl that return types with arguments of type CourseModifier and TypeMethodDescriptionPlanCourseGroupCommonDaoHibernate.extractCourseInCourseGroup(ExecutionCourseGroup group, String terms) Methods in org.openurp.edu.program.plan.dao.impl with parameters of type CourseModifier and TypeMethodDescriptionPlanCourseCommonDaoHibernate.getExecutionPlanCourseByCourse(ExecutionPlan executePlan, Course course) booleanPlanCommonDaoHibernate.hasCourse(CourseGroup cgroup, Course course) booleanPlanCommonDaoHibernate.hasCourse(CourseGroup cgroup, Course course, PlanCourse planCourse) -
Uses of Course in org.openurp.edu.program.plan.service
Methods in org.openurp.edu.program.plan.service with parameters of type CourseModifier and TypeMethodDescriptionbooleanExecutionPlanService.hasCourse(ExecutionCourseGroup cgroup, Course course) 检测某个专业培养计划是否有这个课程booleanExecutionPlanService.hasCourse(ExecutionCourseGroup cgroup, Course course, PlanCourse planCourse) -
Uses of Course in org.openurp.edu.program.plan.service.impl
Methods in org.openurp.edu.program.plan.service.impl with parameters of type CourseModifier and TypeMethodDescriptionbooleanExecutionPlanServiceImpl.hasCourse(ExecutionCourseGroup cgroup, Course course) booleanExecutionPlanServiceImpl.hasCourse(ExecutionCourseGroup cgroup, Course course, PlanCourse planCourse) -
Uses of Course in org.openurp.edu.program.utils
Methods in org.openurp.edu.program.utils that return types with arguments of type CourseModifier and TypeMethodDescriptionPlanUtils.getCourses(ExecutionPlan plan, int term) 获得一个专业培养计划中,在terms学期上课的Course