trait SurveyEventsDao extends AnyRef
- Annotations
- @ImplementedBy()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SurveyEventsDao
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def delete(idSurvey: Long, idEvent: Long): Int
- abstract def deleteBySurvey(idSurvey: Long): Int
- abstract def deleteBySurveyWC(idSurvey: Long)(implicit c: Connection): Int
- abstract def deleteWC(idSurvey: Long, idEvent: Long)(implicit c: Connection): Int
- abstract def getAll(): Seq[SurveyEvent]
- abstract def getAllWC()(implicit c: Connection): Seq[SurveyEvent]
- abstract def getBySurvey(idSurvey: Long): Seq[SurveyEvent]
- abstract def getBySurveyWC(idSurvey: Long)(implicit c: Connection): Seq[SurveyEvent]
- abstract def insert(surveyEvent: SurveyEvent, user: String): Int
- abstract def insertMultiple(surveyEvents: Seq[SurveyEvent], user: String): Int
- abstract def insertMultipleWC(surveyEvents: Seq[SurveyEvent], user: String)(implicit c: Connection): Int
- abstract def insertWC(surveyEvent: SurveyEvent, user: String)(implicit c: Connection): Int
- abstract def update(surveyEvent: Seq[SurveyEvent]): Int
- abstract def updateWC(surveyEvent: Seq[SurveyEvent])(implicit c: Connection): Int
Concrete 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 asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)