trait ProjectSupport extends ServletSupport
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectSupport
- ServletSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addCookie(name: String, value: String, age: Int): Unit
- Attributes
- protected
- Definition Classes
- ServletSupport
- final def addCookie(name: String, value: String, path: String, age: Int): Unit
- Attributes
- protected
- Definition Classes
- ServletSupport
- def addDepart(query: OqlBuilder[_], departPath: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def deleteCookie(name: String): Unit
- Attributes
- protected
- Definition Classes
- ServletSupport
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findInProject[T <: Entity[_]](clazz: Class[T], orderBy: String = "code"): Seq[T]
- def findInSchool[T <: Entity[_]](clazz: Class[T]): Seq[T]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getCodes[T](clazz: Class[T]): Seq[T]
- final def getCookieValue(cookieName: String): String
- Attributes
- protected
- Definition Classes
- ServletSupport
- def getCurrentSemester(): Semester
- def getDeparts: List[Department]
- def getProfile(projectId: Int): Option[Profile]
- final def getProject: Project
- Annotations
- @ignore()
- final def getProjectCode: String
- Annotations
- @ignore()
- final def getStudent: Student
- Annotations
- @ignore()
- final def getTeacher: Teacher
- Annotations
- @ignore()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val profileService: ProfileService
- def remoteAddr: String
- Attributes
- protected
- Definition Classes
- ServletSupport
- Annotations
- @ignore()
- final def request: HttpServletRequest
- Attributes
- protected
- Definition Classes
- ServletSupport
- Annotations
- @ignore()
- final def response: HttpServletResponse
- Attributes
- protected
- Definition Classes
- ServletSupport
- Annotations
- @ignore()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])