c

correctv6

CorrectV6Controller

class CorrectV6Controller extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CorrectV6Controller
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CorrectV6Controller()(implicit PiezometerDaeau: PiezometerDaeau, PiezometerMeasureDao: PiezometerMeasureDao, database: Database, stationLandmarkDao: StationLandmarkDao, stationAltimetrySystemDao: StationAltimetrySystemDao, quesoutJournalDao: QuesoutJournalDao, logUtil: LogUtil)
    Annotations
    @Inject()

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def calculateLandmarksGaps(cotes: Seq[Seq[Double]], measures: Seq[PiezometerChronicRawMeasure], previous: PiezometerChronicRawMeasure, acc: (Seq[Double], Seq[String])): (Seq[Double], Seq[String])
    Annotations
    @tailrec()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def correctChRepere(params: CorrectV6Params): String
  8. def correctPbV6(params: CorrectV6Params): String
  9. def dispatcher(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getChReperesCorrected(params: CorrectV6Params): String
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def getFilteredIds(params: CorrectV6Params)(implicit c: Connection): Seq[Int]
  15. def getFilteredIds2(params: CorrectV6Params)(implicit c: Connection): Seq[Int]
  16. def getV6Prof(params: CorrectV6Params): String
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def identPbV6(params: CorrectV6Params): String
  19. def ident_Ch_Reperes(params: CorrectV6Params): String
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isReallyEquals(first: Double, second: Double): Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def reinitChecked(params: CorrectV6Params): String
  26. def showPbV6(params: CorrectV6Params): String
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def updateAdesJournalisation(params: CorrectV6Params): String
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped