org.openurp.edu.teach.planaudit

GroupAuditResult

Related Doc: package planaudit

trait GroupAuditResult extends LongIdEntity

Linear Supertypes
LongIdEntity, Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupAuditResult
  2. LongIdEntity
  3. Entity
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addChild(gr: GroupAuditResult): Unit

  2. abstract def addCourseResult(rs: CourseAuditResult): Unit

  3. abstract def attachTo(planResult: PlanAuditResult): Unit

  4. abstract def auditStat: AuditStat

  5. abstract def auditStat_=(auditStat: AuditStat): Unit

  6. abstract def checkPassed(isRecursive: Boolean): Unit

  7. abstract def children: Buffer[GroupAuditResult]

  8. abstract def children_=(children: Buffer[GroupAuditResult]): Unit

  9. abstract def courseResults: Buffer[CourseAuditResult]

  10. abstract def courseResults_=(planCourseAuditResults: Buffer[CourseAuditResult]): Unit

  11. abstract def courseType: CourseType

  12. abstract def courseType_=(courseType: CourseType): Unit

  13. abstract def detach(): Unit

  14. abstract def groupNum: Short

  15. abstract def groupNum_=(num: Short): Unit

  16. abstract def id: Long

    Definition Classes
    Entity
  17. abstract def name: String

  18. abstract def parent: GroupAuditResult

  19. abstract def parent_=(parent: GroupAuditResult): Unit

  20. abstract def passed: Boolean

  21. abstract def passed_=(passed: Boolean): Unit

  22. abstract def planResult: PlanAuditResult

  23. abstract def planResult_=(planResult: PlanAuditResult): Unit

  24. abstract def removeChild(gr: GroupAuditResult): Unit

  25. abstract def updateCourseResult(rs: CourseAuditResult): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(other: Any): Boolean

    Definition Classes
    Entity → AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  17. def toString(): String

    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LongIdEntity

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped