Uses of Class
org.openurp.edu.program.plan.model.ExecutePlanCourse
-
Packages that use ExecutePlanCourse Package Description org.openurp.edu.program.plan.util -
-
Uses of ExecutePlanCourse in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util that return types with arguments of type ExecutePlanCourse Modifier and Type Method Description static List<ExecutePlanCourse>PlanUtils. getPlanCourses(ExecutePlan plan)static List<ExecutePlanCourse>PlanUtils. getPlanCourses(ExecutePlan plan, int term)获得一个专业培养计划中,在term学期上课的ExecutePlanCoursestatic List<ExecutePlanCourse>PlanUtils. getPlannedCourse(ExecutePlan plan)根据课程找出课程类型static List<ExecutePlanCourse>PlanUtils. getUnPlannedPlanCourses(ExecutePlan plan)
-