Packages

class GroupAuditResult extends LongId with Hierarchical[GroupAuditResult]

Linear Supertypes
Hierarchical[GroupAuditResult], Ordered[GroupAuditResult], Comparable[GroupAuditResult], LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupAuditResult
  2. Hierarchical
  3. Ordered
  4. Comparable
  5. LongId
  6. LongIdEntity
  7. NumId
  8. Entity
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupAuditResult(group: CourseGroup)
  2. new GroupAuditResult()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: GroupAuditResult): Boolean
    Definition Classes
    Ordered
  4. def <=(that: GroupAuditResult): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: GroupAuditResult): Boolean
    Definition Classes
    Ordered
  7. def >=(that: GroupAuditResult): Boolean
    Definition Classes
    Ordered
  8. def Name(name: String): Unit
  9. def Name: String
  10. def SuperResult: GroupAuditResult
  11. def addChild(gr: GroupAuditResult): Unit
  12. def addCourseResult(courseResult: CourseAuditResult): Unit
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def attachTo(pl: PlanAuditResult): Unit
  15. var auditStat: AuditStat
  16. def checkPassed(isRecursive: Boolean): Unit
  17. val children: Buffer[GroupAuditResult]
    Definition Classes
    Hierarchical
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. def compare(that: GroupAuditResult): Int
    Definition Classes
    Hierarchical → Ordered
  20. def compareTo(that: GroupAuditResult): Int
    Definition Classes
    Ordered → Comparable
  21. var courseResults: Buffer[CourseAuditResult]
  22. var courseType: CourseType
  23. def depth: Int
    Definition Classes
    Hierarchical
  24. def detach(): Unit
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. var groupNum: Short
  30. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  31. var id: Long
    Definition Classes
    NumId → Entity
  32. val indexno: String
    Definition Classes
    Hierarchical
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def lastindex: Int
    Definition Classes
    Hierarchical
  35. var name: String
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val parent: Option[GroupAuditResult]
    Definition Classes
    Hierarchical
  40. var passed: Boolean
  41. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  42. var planResult: PlanAuditResult
  43. def removeChild(gr: GroupAuditResult): Unit
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def updateCourseResult(rs: CourseAuditResult): Unit
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Hierarchical[GroupAuditResult]

Inherited from Ordered[GroupAuditResult]

Inherited from Comparable[GroupAuditResult]

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped