Uses of Interface
org.openurp.edu.program.plan.model.PlanCourse
-
Packages that use PlanCourse Package Description org.openurp.edu.grade.plan.adapters org.openurp.edu.grade.plan.model org.openurp.edu.program.plan.model org.openurp.edu.program.plan.util -
-
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 PlanCourse Modifier and Type Method Description List<? extends PlanCourse>CourseGroupAdapter. getGroupCourses()List<PlanCourse>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 PlanCourse Modifier and Type Method Description voidCourseGroupAdapter. addPlanCourse(PlanCourse arg0)voidCourseGroupAdapter. removePlanCourse(PlanCourse course)Method parameters in org.openurp.edu.grade.plan.adapters with type arguments of type PlanCourse Modifier and Type Method Description voidCourseGroupAdapter. 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 PlanCourse Modifier and Type Method Description CourseAuditResultCourseAuditResult. init(PlanCourse planCourse)Constructors in org.openurp.edu.grade.plan.model with parameters of type PlanCourse Constructor Description CourseAuditResult(PlanCourse planCourse) -
Uses of PlanCourse in org.openurp.edu.program.plan.model
Subinterfaces of PlanCourse in org.openurp.edu.program.plan.model Modifier and Type Interface Description interfaceExecutePlanCourseInterClasses in org.openurp.edu.program.plan.model that implement PlanCourse Modifier and Type Class Description classAbstractPlanCourse抽象计划内课程classExecutePlanCourse专业计划课程classMajorPlanCourse原始计划的计划课程classStdPlanCourse个人计划的课程Methods in org.openurp.edu.program.plan.model that return types with arguments of type PlanCourse Modifier and Type Method Description List<PlanCourse>ExecuteCourseGroup. getExecutePlanCourses()List<PlanCourse>AbstractCourseGroup. getPlanCourses(String terms)List<PlanCourse>CourseGroup. getPlanCourses()List<PlanCourse>ExecuteCourseGroup. getPlanCourses()List<PlanCourse>MajorCourseGroup. getPlanCourses()List<PlanCourse>StdCourseGroup. getPlanCourses()Methods in org.openurp.edu.program.plan.model with parameters of type PlanCourse Modifier and Type Method Description voidAbstractCourseGroup. addPlanCourse(PlanCourse planCourse)voidCourseGroup. addPlanCourse(PlanCourse planCourse)添加计划课程voidAbstractCourseGroup. removePlanCourse(PlanCourse course)voidCourseGroup. removePlanCourse(PlanCourse course)删除计划课程Method parameters in org.openurp.edu.program.plan.model with type arguments of type PlanCourse Modifier and Type Method Description voidAbstractCourseGroup. addPlanCourses(List<PlanCourse> planCourses)添加计划课程voidCourseGroup. addPlanCourses(List<PlanCourse> planCourses)添加多个计划课程voidExecuteCourseGroup. addPlanCourses(List<PlanCourse> givenPlanCourses)添加计划课程voidCourseGroup. setPlanCourses(List<PlanCourse> planCourses)设置组内计划课程voidExecuteCourseGroup. setPlanCourses(List<PlanCourse> planCourses)voidMajorCourseGroup. setPlanCourses(List<PlanCourse> planCourses)voidStdCourseGroup. setPlanCourses(List<PlanCourse> planCourses) -
Uses of PlanCourse in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util that return types with arguments of type PlanCourse Modifier and Type Method Description static List<PlanCourse>PlanUtils. getPlanCourses(CourseGroup group, int term)获得一个课程组中,在term学期上课的ExecutePlanCoursestatic List<PlanCourse>PlanUtils. getPlanCoursesUntilTerm(CourseGroup courseGroup, int term)获得一个课程组中,到term为止需要上的所有PlanCourse
-