Uses of Class
org.openurp.edu.program.plan.model.ExecutePlan
-
Packages that use ExecutePlan Package Description org.openurp.edu.program.plan.model org.openurp.edu.program.plan.util -
-
Uses of ExecutePlan in org.openurp.edu.program.plan.model
Methods in org.openurp.edu.program.plan.model that return ExecutePlan Modifier and Type Method Description ExecutePlanExecutePlanComment. getExecutePlan()Methods in org.openurp.edu.program.plan.model with parameters of type ExecutePlan Modifier and Type Method Description voidExecutePlanComment. setExecutePlan(ExecutePlan executePlan) -
Uses of ExecutePlan in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util with parameters of type ExecutePlan Modifier and Type Method Description static List<Course>PlanUtils. getCourses(ExecutePlan plan, int term)获得一个专业培养计划中,在terms学期上课的Coursestatic 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)
-