CourseGradeState
org.openurp.edu.grade.model.CourseGradeState
class CourseGradeState extends AbstractGradeState
成绩状态表 记录了对应教学任务成绩
1)记录方式,
2)各种成绩成分的百分比,
3)各种成绩的确认状态,
4)各种成绩的发布状态
Attributes
- Graph
-
- Supertypes
-
class AbstractGradeStatetrait GradeStatetrait Updatedclass LongIdtrait LongIdEntityclass NumId[Long]trait Entity[Long]trait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
成绩类型
成绩类型
Attributes
是否是指定状态
是否是指定状态
Attributes
def updateStatus(gradeTypes: Iterable[GradeType], status: Int, updatedAt: Instant, operator: String): Unit
Inherited methods
确认的和发布的全部算作确认过的
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
Attributes
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Attributes
- See also
-
java.lang.Object#hashCode()
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Return true if persisted
Return true if persisted
Attributes
- Inherited from:
- Entity
是否发布
Concrete fields
可录入各成绩类型的状态设置
可录入各成绩类型的状态设置
Attributes
可录入各成绩类型的状态设置
可录入各成绩类型的状态设置
Attributes
其他录入员
其他录入员
Attributes
保留小数位
保留小数位
Attributes
Inherited fields
成绩记录方式
Return Identifier
Return Identifier
Attributes
- Inherited from:
- NumId
操作者
成绩录入状态
Updated At
Updated At
Attributes
- Inherited from:
- Updated
In this article