package model

Type Members

  1. abstract class AbstractCourseGroup extends LongId with CourseGroup with Named with Cloneable with Ordered[CourseGroup] with Remark

    课程设置中的课程组

    课程设置中的课程组

    Since

    2009

  2. trait AbstractCoursePlan extends LongId with CoursePlan with Updated with TemporalOn with Remark

    抽象课程方案

    抽象课程方案

    Since

    2009

  3. abstract class AbstractPlanCourse extends LongId with PlanCourse with Cloneable with Remark

    抽象计划内课程

    抽象计划内课程

    Since

    2009

  4. trait CourseGroup extends LongIdEntity with Ordered[CourseGroup] with Named

    课程设置中的课程组.

    课程设置中的课程组.

    • 1)对应计划
    • 2)课程类型
    • 3)要求学分
    • 4)是否必修课
    • 5)父组
    • 6)子组集合
    • 7)组内所有的课程
    • 8)备注
  5. trait CoursePlan extends LongIdEntity with Cloneable with TemporalOn

    课程方案

    课程方案

    • 1)年级
    • 2)培养层次
    • 3)学分要求
    • 4)课程组
    Since

    2009

  6. trait CourseSubstitution extends LongId with Updated

    课程替代关系.

  7. trait ExecutePlanCourse extends AnyRef

    执行计划课程,例如MajorPlanCourse,SharePlanCourse

  8. class MajorCourseGroup extends AbstractCourseGroup

    专业计划课程组.

  9. class MajorCourseSubstitution extends LongId with CourseSubstitution

    专业替代课程.

  10. class MajorPlan extends LongId with AbstractCoursePlan

  11. class MajorPlanCourse extends AbstractPlanCourse with ExecutePlanCourse

    专业计划课程

  12. trait PlanCourse extends LongIdEntity

    培养计划中的课程.<import org.openurp.edu.program.plan.model.CourseGroup br> 具体体现了课程、开课和审核要求三部分.

  13. class ShareCourseGroup extends AbstractCourseGroup

    公共共享课程组(默认实现)

  14. class SharePlan extends LongId with AbstractCoursePlan with EduSpanBased with Named with Cloneable

    公共共享计划

  15. class SharePlanCourse extends AbstractPlanCourse with ExecutePlanCourse

    公共共享课程组课程

  16. class StdCourseGroup extends AbstractCourseGroup
  17. class StdCourseSubstitution extends LongId with CourseSubstitution

    学生替代课程.

  18. class StdPlan extends LongId with AbstractCoursePlan

    个人计划

  19. class StdPlanCourse extends AbstractPlanCourse

Ungrouped