class Aqua6boHydrometryDao extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Aqua6boHydrometryDao
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Aqua6boHydrometryDao()(implicit LogUtil: LogUtil, ws: WSClient, JobLogUtil: JobLogUtil)
- Annotations
- @Inject()
Type Members
- case class BanqueHydroTimeoutException(code: String) extends Exception with Product with Serializable
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 callBanqueHydroMeasures(code: String, last: Option[DateTime] = None, jobExecutionId: Long, dataTypeStr: String, dataType: Int): Seq[GenericData]
- def callResult(url: String, source: String, code: String): Seq[HydrometryObservationInput]
- final def callResultBanqueHydro(url: String, measuresFetched: Seq[BHMeasure], jobExecutionId: Long, code: String, attempt: Int): Seq[BHMeasure]
- Annotations
- @tailrec()
- 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
- def getBanqueHydroCode(code: String): Option[String]
- def getBanqueHydroEvents(code: String, jobExecutionId: Long): Seq[BHEvent]
- def getBanqueHydroThresholds(code: String, measureType: String, jobExecutionId: Long): Seq[BHThreshold]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDebits(code: String, last: Option[DateTime] = None, jobExecutionId: Long): Seq[GenericData]
- def getHeights(code: String, last: Option[DateTime] = None, jobExecutionId: Long): Seq[GenericData]
- def getHubeauCode(code: String, jobExecutionId: Long): Option[String]
- def getStation(code: String, jobExecutionId: Long): Option[BHStation]
- def getWithDateOption(code: String, last: Option[DateTime] = None, baseURL: String, source: String, jobExecutionId: Long): Seq[HydrometryObservationInput]
- def getWithDateOptionBanqueHydro(code: String, last: Option[DateTime] = None, jobExecutionId: Long, measureType: String): Seq[BHMeasure]
- 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
- def toUrl(url: String): String
- 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)