Uses of Interface
org.openurp.edu.program.model.CoursePlan
Packages that use CoursePlan
-
Uses of CoursePlan in org.openurp.edu.grade.plan.adapters
Methods in org.openurp.edu.grade.plan.adapters that return CoursePlanModifier and TypeMethodDescriptionCourseGroupAdapter.getCoursePlan()CourseGroupAdapter.getPlan()Methods in org.openurp.edu.grade.plan.adapters with parameters of type CoursePlanModifier and TypeMethodDescriptionvoidCourseGroupAdapter.setCoursePlan(CoursePlan arg0)voidCourseGroupAdapter.setPlan(CoursePlan plan)voidCourseGroupAdapter.updateCoursePlan(CoursePlan arg0)Constructors in org.openurp.edu.grade.plan.adapters with parameters of type CoursePlan -
Uses of CoursePlan in org.openurp.edu.program.model
Classes in org.openurp.edu.program.model that implement CoursePlanModifier and TypeClassDescriptionclass抽象课程方案class专业计划class原始计划class个人计划Methods in org.openurp.edu.program.model that return CoursePlanModifier and TypeMethodDescriptionCourseGroup.getPlan()获得课程方案ExecutionCourseGroup.getPlan()MajorCourseGroup.getPlan()StdCourseGroup.getPlan()Methods in org.openurp.edu.program.model with parameters of type CoursePlanModifier and TypeMethodDescriptionvoidCourseGroup.setPlan(CoursePlan plan)设置课程方案voidExecutionCourseGroup.setPlan(CoursePlan plan)voidMajorCourseGroup.setPlan(CoursePlan plan)voidStdCourseGroup.setPlan(CoursePlan plan)voidAbstractCourseGroup.updateCoursePlan(CoursePlan plan)voidCourseGroup.updateCoursePlan(CoursePlan plan)更新对应的课程计划voidExecutionCourseGroup.updateCoursePlan(CoursePlan plan)