Syllabus

org.openurp.edu.course.model.Syllabus
See theSyllabus companion object
class Syllabus extends LongId, Updated, TemporalOn

课程教学大纲

Attributes

Companion
object
Graph
Supertypes
trait TemporalOn
trait Updated
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getAssessment(gradeType: GradeType, componentName: String): Option[SyllabusAssessment]
def getAssessments(gradeType: GradeType): Seq[SyllabusAssessment]
def getCreditHour(nature: TeachingNature): Option[SyllabusCreditHour]
def getCreditHours(nature: TeachingNature): Float
def getObjective(code: String): Option[SyllabusObjective]
def getOutcome(title: String): Option[SyllabusOutcome]
def getText(name: String): Option[SyllabusText]
def getTopicCreditHours(nature: TeachingNature): Float
def getUsualAssessment(index: Int): Option[SyllabusAssessment]
def teachingMethods: Seq[String]
def teachingNatures: Seq[TeachingNature]

Inherited methods

def active: Boolean

Attributes

Inherited from:
TemporalOn
override def equals(other: Any): Boolean

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

Attributes

Definition Classes
Entity -> Any
Inherited from:
Entity
override def hashCode: Int

Attributes

See also

java.lang.Object#hashCode()

Definition Classes
Entity -> Any
Inherited from:
Entity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity
def within(date: LocalDate): Boolean

Attributes

Inherited from:
TemporalOn

Concrete fields

var approver: Option[User]

院长

院长

Attributes

考核办法

考核办法

Attributes

var bibliography: Option[String]

参考书目

参考书目

Attributes

var cases: Buffer[SyllabusCase]

教学案例

教学案例

Attributes

var corequisites: Option[String]

并修课程

并修课程

Attributes

var course: Course

课程

课程

Attributes

var creditHours: Int

总学时

总学时

Attributes

var department: Department

开课院系

开课院系

Attributes

var description: String

简介

简介

Attributes

教学设计

教学设计

Attributes

var docLocale: Locale

语种

语种

Attributes

var examCreditHours: Int

考核课时

考核课时

Attributes

分类课时

分类课时

Attributes

var examMode: ExamMode

考试方式

考试方式

Attributes

教学实验

教学实验

Attributes

var gradingMode: GradingMode

计分方式

计分方式

Attributes

var hours: Buffer[SyllabusCreditHour]

分类课时

分类课时

Attributes

var learningHours: Float

自主学习课时

自主学习课时

Attributes

var levels: Set[EducationLevel]

面向的培养层次

面向的培养层次

Attributes

var majors: Set[Major]

面向的专业

面向的专业

Attributes

var materials: Option[String]

其他教学资源

其他教学资源

Attributes

var methods: String

教学方式

教学方式

Attributes

var module: CourseModule

课程模块

课程模块

Attributes

var nature: CourseNature

课程性质

课程性质

Attributes

课程目标

课程目标

Attributes

var office: Option[TeachingOffice]

教研室

教研室

Attributes

var opinions: Option[String]

驳回意见

驳回意见

Attributes

var outcomes: Buffer[SyllabusOutcome]

对毕业要求的支撑

对毕业要求的支撑

Attributes

var prerequisites: Option[String]

先修课程

先修课程

Attributes

var publishAt: Option[Instant]

发布时间

发布时间

Attributes

var rank: CourseRank

必修选修

必修选修

Attributes

var reviewer: Option[User]

审核人

审核人

Attributes

var semester: Semester

生效学年学期

生效学年学期

Attributes

var stage: Option[CalendarStage]

学期中的开课阶段

学期中的开课阶段

Attributes

var status: AuditStatus

状态

状态

Attributes

var subsequents: Option[String]

后续课程

后续课程

Attributes

var textbooks: Buffer[Textbook]

教材

教材

Attributes

var texts: Buffer[SyllabusText]
var topics: Buffer[SyllabusTopic]

教学内容

教学内容

Attributes

var website: Option[String]

课程网站地址

课程网站地址

Attributes

var writer: User

作者

作者

Attributes

Inherited fields

var beginOn: LocalDate

起始日期

起始日期

Attributes

Inherited from:
TemporalOn
var endOn: Option[LocalDate]

结束日期

结束日期

Attributes

Inherited from:
TemporalOn
var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId
var updatedAt: Instant

Updated At

Updated At

Attributes

Inherited from:
Updated