类的使用
org.openurp.edu.program.major.service.MajorPlanGenParameter
使用MajorPlanGenParameter的程序包
程序包
说明
-
org.openurp.edu.program.major.service中MajorPlanGenParameter的使用
修饰符和类型方法说明MajorPlanService.genMajorPlan(MajorPlan sourcePlan, MajorPlanGenParameter genParameter) 以一个培养计划为模板,生成这个培养计划的copy
copy和原计划在一些属性上有区别,这个区别在targetPlan中体现。MajorPlanService.genMajorPlans(Collection<MajorPlan> sourcePlans, MajorPlanGenParameter partialParams) 给定一批培养计划,以这些培养计划作为模板,生成这批培养计划的copy
copy和原计划的区别在于grade, beginOn, endOn不同,他们的课程设置都是一样的 -
org.openurp.edu.program.major.service.impl中MajorPlanGenParameter的使用
修饰符和类型方法说明MajorPlanServiceImpl.genMajorPlan(MajorPlan sourcePlan, MajorPlanGenParameter genParameter) MajorPlanServiceImpl.genMajorPlans(Collection<MajorPlan> plans, MajorPlanGenParameter partialParams) -
org.openurp.edu.program.plan.util中MajorPlanGenParameter的使用
修饰符和类型方法说明static StringProgramNamingHelper.name(MajorPlanGenParameter genParameter, org.beangle.commons.dao.EntityDao entityDao)