Uses of Class
org.openurp.edu.program.major.service.MajorPlanGenParameter
Packages that use MajorPlanGenParameter
Package
Description
-
Uses of MajorPlanGenParameter in org.openurp.edu.program.major.service
Methods in org.openurp.edu.program.major.service with parameters of type MajorPlanGenParameterModifier and TypeMethodDescriptionMajorPlanService.genMajorPlan(MajorPlan sourcePlan, MajorPlanGenParameter genParameter) 以一个培养计划为模板,生成这个培养计划的copy
copy和原计划在一些属性上有区别,这个区别在targetPlan中体现。
但是原计划和copy计划中的课程设置是完全一样的MajorPlanService.genMajorPlans(Collection<MajorPlan> sourcePlans, MajorPlanGenParameter partialParams) 给定一批培养计划,以这些培养计划作为模板,生成这批培养计划的copy
copy和原计划的区别在于grade, beginOn, endOn不同,他们的课程设置都是一样的 -
Uses of MajorPlanGenParameter in org.openurp.edu.program.major.service.impl
Methods in org.openurp.edu.program.major.service.impl with parameters of type MajorPlanGenParameterModifier and TypeMethodDescriptionMajorPlanServiceImpl.genMajorPlan(MajorPlan sourcePlan, MajorPlanGenParameter genParameter) MajorPlanServiceImpl.genMajorPlans(Collection<MajorPlan> plans, MajorPlanGenParameter partialParams) -
Uses of MajorPlanGenParameter in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util with parameters of type MajorPlanGenParameterModifier and TypeMethodDescriptionstatic StringProgramNamingHelper.name(MajorPlanGenParameter genParameter, org.beangle.commons.dao.EntityDao entityDao)