Trait

services

DatabaseService

Related Doc: package services

Permalink

trait DatabaseService extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DatabaseService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addKeystroke(ks: Keystroke): Unit

    Permalink
  2. abstract def addKeystrokes(ks: Seq[Keystroke]): Future[Option[Int]]

    Permalink
  3. abstract def addLogdata(ld: Seq[Logdata]): Future[Option[Int]]

    Permalink
  4. abstract def addParticipant(p: Participant): Future[Int]

    Permalink
  5. abstract def addTestSection(ts: TestSection): Future[Int]

    Permalink
  6. abstract def getBiggestError(participantId: Int): Future[Seq[(Option[String], String, Option[Int], Option[Double])]]

    Permalink
  7. abstract def getDataForError(testSectionId: Int): Future[Seq[(Option[String], String)]]

    Permalink
  8. abstract def getFastestSentence(participantId: Int): Future[Seq[(Option[String], Option[Int], Option[Double])]]

    Permalink
  9. abstract def getFirstKeystroke(testSectionId: Int): Future[Seq[Keystroke]]

    Permalink
  10. abstract def getKeystrokes(testSectionId: Int): Future[Seq[Keystroke]]

    Permalink
  11. abstract def getRandomSentence(id: Int): Future[Seq[Sentence]]

    Permalink
  12. abstract def getSentence(testSectionId: Int): Future[Seq[Sentence]]

    Permalink
  13. abstract def getSlowestSentence(participantId: Int): Future[Seq[(Option[String], Option[Int], Option[Double])]]

    Permalink
  14. abstract def getTestSections(participantId: Int): Future[Seq[TestSection]]

    Permalink
  15. abstract def listTestSections(device: String): Future[Seq[TestSection]]

    Permalink
  16. abstract def updateBrowserData(participantId: Int, ipAddress: String, os: String, osVersion: Option[String], browser: String, browserVersion: Option[String], browserLanguage: Option[String], country: Option[String], region: Option[String]): Future[Int]

    Permalink
  17. abstract def updateDevice(testSectionId: Int, device: String): Future[Int]

    Permalink
  18. abstract def updateErrorRate(testSectionId: Int, editDistance: Int, errorRate: Double, errorLen: Int): Future[Int]

    Permalink
  19. abstract def updateInputTime(testSectionId: Int, time: Long, wpm: Double, inputLength: Int, potentialWpm: Double, potentialLen: Int): Future[Int]

    Permalink
  20. abstract def updatePersonalData(participantId: Int, age: Int, gender: String, nativeLanguage: String, hasTakenTypingCourse: Boolean, timeSpentTyping: String, typeEnglish: String, fingers: String, layout: String, keyboardType: String, usingApp: String, usingFeatures: String): Future[Int]

    Permalink
  21. abstract def updateUserInput(testSectionId: Int, userInput: String): Future[Int]

    Permalink
  22. abstract def updateUserStats(participantId: Int, wpm: Double, errorRate: Double): Unit

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped