Packages

t

org.openurp.edu.boot.web

ProjectSupport

trait ProjectSupport extends ServletSupport

Self Type
ProjectSupport with EntityAction[_]
Linear Supertypes
ServletSupport, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectSupport
  2. ServletSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 addCookie(name: String, value: String, age: Int): Unit
    Attributes
    protected
    Definition Classes
    ServletSupport
  5. final def addCookie(name: String, value: String, path: String, age: Int): Unit
    Attributes
    protected
    Definition Classes
    ServletSupport
  6. def addDepart(query: OqlBuilder[_], departPath: String): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def deleteCookie(name: String): Unit
    Attributes
    protected
    Definition Classes
    ServletSupport
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def findInProject[T <: Entity[_]](clazz: Class[T], orderBy: String = "code"): Seq[T]
  13. def findInSchool[T <: Entity[_]](clazz: Class[T]): Seq[T]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getCodes[T](clazz: Class[T]): Seq[T]
  16. final def getCookieValue(cookieName: String): String
    Attributes
    protected
    Definition Classes
    ServletSupport
  17. def getCurrentSemester(): Semester
  18. def getDeparts: List[Department]
  19. def getProfile(projectId: Int): Option[Profile]
  20. final def getProject: Project
    Annotations
    @ignore()
  21. final def getProjectCode: String
    Annotations
    @ignore()
  22. final def getStudent: Student
    Annotations
    @ignore()
  23. final def getTeacher: Teacher
    Annotations
    @ignore()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val profileService: ProfileService
  30. def remoteAddr: String
    Attributes
    protected
    Definition Classes
    ServletSupport
    Annotations
    @ignore()
  31. final def request: HttpServletRequest
    Attributes
    protected
    Definition Classes
    ServletSupport
    Annotations
    @ignore()
  32. final def response: HttpServletResponse
    Attributes
    protected
    Definition Classes
    ServletSupport
    Annotations
    @ignore()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ServletSupport

Inherited from AnyRef

Inherited from Any

Ungrouped