Uses of Interface
org.openurp.edu.program.model.PlanCourse
Packages that use PlanCourse
Package
Description
-
Uses of PlanCourse in org.openurp.edu.grade.plan.adapters
Methods in org.openurp.edu.grade.plan.adapters that return types with arguments of type PlanCourseModifier and TypeMethodDescriptionList<? extends PlanCourse>CourseGroupAdapter.getGroupCourses()CourseGroupAdapter.getPlanCourses()List<? extends PlanCourse>CourseGroupAdapter.getPlanCourses(String terms)List<? extends PlanCourse>CourseGroupAdapter.getPlanCourses(List<Integer> termList)Methods in org.openurp.edu.grade.plan.adapters with parameters of type PlanCourseModifier and TypeMethodDescriptionvoidCourseGroupAdapter.addPlanCourse(PlanCourse arg0)voidCourseGroupAdapter.removePlanCourse(PlanCourse course)Method parameters in org.openurp.edu.grade.plan.adapters with type arguments of type PlanCourseModifier and TypeMethodDescriptionvoidCourseGroupAdapter.addPlanCourses(List<PlanCourse> planCourses)voidCourseGroupAdapter.setGroupCourses(List<? extends PlanCourse> groupCourses)voidCourseGroupAdapter.setPlanCourses(List<PlanCourse> planCourses) -
Uses of PlanCourse in org.openurp.edu.grade.plan.model
Methods in org.openurp.edu.grade.plan.model with parameters of type PlanCourseConstructors in org.openurp.edu.grade.plan.model with parameters of type PlanCourse -
Uses of PlanCourse in org.openurp.edu.program.model
Subinterfaces of PlanCourse in org.openurp.edu.program.modelClasses in org.openurp.edu.program.model that implement PlanCourseModifier and TypeClassDescriptionclass抽象计划内课程class专业计划课程class原始计划的计划课程class个人计划的课程Methods in org.openurp.edu.program.model that return types with arguments of type PlanCourseModifier and TypeMethodDescriptionExecutionCourseGroup.getExecutePlanCourses()AbstractCourseGroup.getPlanCourses(String terms)CourseGroup.getPlanCourses()ExecutionCourseGroup.getPlanCourses()MajorCourseGroup.getPlanCourses()StdCourseGroup.getPlanCourses()Methods in org.openurp.edu.program.model with parameters of type PlanCourseModifier and TypeMethodDescriptionvoidAbstractCourseGroup.addPlanCourse(PlanCourse planCourse)voidCourseGroup.addPlanCourse(PlanCourse planCourse)添加计划课程voidAbstractCourseGroup.removePlanCourse(PlanCourse course)voidCourseGroup.removePlanCourse(PlanCourse course)删除计划课程Method parameters in org.openurp.edu.program.model with type arguments of type PlanCourseModifier and TypeMethodDescriptionvoidAbstractCourseGroup.addPlanCourses(List<PlanCourse> planCourses)添加计划课程voidCourseGroup.addPlanCourses(List<PlanCourse> planCourses)添加多个计划课程voidExecutionCourseGroup.addPlanCourses(List<PlanCourse> givenPlanCourses)添加计划课程voidCourseGroup.setPlanCourses(List<PlanCourse> planCourses)设置组内计划课程voidExecutionCourseGroup.setPlanCourses(List<PlanCourse> planCourses)voidMajorCourseGroup.setPlanCourses(List<PlanCourse> planCourses)voidStdCourseGroup.setPlanCourses(List<PlanCourse> planCourses) -
Uses of PlanCourse in org.openurp.edu.program.utils
Methods in org.openurp.edu.program.utils that return types with arguments of type PlanCourseModifier and TypeMethodDescriptionstatic List<PlanCourse>PlanUtils.getPlanCourses(CourseGroup group, int term)获得一个课程组中,在term学期上课的ExecutePlanCoursestatic List<PlanCourse>PlanUtils.getPlanCoursesUntilTerm(CourseGroup courseGroup, int term)获得一个课程组中,到term为止需要上的所有PlanCourse