Packages

c

hydrometry.dao.http

Aqua6boHydrometryDao

class Aqua6boHydrometryDao extends AnyRef

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

Instance Constructors

  1. new Aqua6boHydrometryDao()(implicit LogUtil: LogUtil, ws: WSClient, JobLogUtil: JobLogUtil)
    Annotations
    @Inject()

Type Members

  1. case class BanqueHydroTimeoutException(code: String) extends Exception with Product with Serializable

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. def callBanqueHydroMeasures(code: String, last: Option[DateTime] = None, jobExecutionId: Long, dataTypeStr: String, dataType: Int): Seq[GenericData]
  6. def callResult(url: String, source: String, code: String): Seq[HydrometryObservationInput]
  7. final def callResultBanqueHydro(url: String, measuresFetched: Seq[BHMeasure], jobExecutionId: Long, code: String, attempt: Int): Seq[BHMeasure]
    Annotations
    @tailrec()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getBanqueHydroCode(code: String): Option[String]
  12. def getBanqueHydroEvents(code: String, jobExecutionId: Long): Seq[BHEvent]
  13. def getBanqueHydroThresholds(code: String, measureType: String, jobExecutionId: Long): Seq[BHThreshold]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def getDebits(code: String, last: Option[DateTime] = None, jobExecutionId: Long): Seq[GenericData]
  16. def getHeights(code: String, last: Option[DateTime] = None, jobExecutionId: Long): Seq[GenericData]
  17. def getHubeauCode(code: String, jobExecutionId: Long): Option[String]
  18. def getStation(code: String, jobExecutionId: Long): Option[BHStation]
  19. def getWithDateOption(code: String, last: Option[DateTime] = None, baseURL: String, source: String, jobExecutionId: Long): Seq[HydrometryObservationInput]
  20. def getWithDateOptionBanqueHydro(code: String, last: Option[DateTime] = None, jobExecutionId: Long, measureType: String): Seq[BHMeasure]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toUrl(url: String): String
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. 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