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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
deleteCookie(name: String): Unit
- Attributes
- protected
- Definition Classes
- ServletSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCodes[T](clazz: Class[T]): Seq[T]
-
final
def
getCookieValue(cookieName: String): String
- Attributes
- protected
- Definition Classes
- ServletSupport
-
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()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )