class AdesPiezometryStationImport extends Producer
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdesPiezometryStationImport
- Producer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AdesPiezometryStationImport()(implicit LogUtil: LogUtil, adesWSUtil: AdesWSUtil, ADESPiezometerDao: ADESPiezometerDao, sandreCodeDao: SandreCodeDao, JobLogUtil: JobLogUtil, ContributorsDao: ContributorsDao, piezometerDao: PiezometerDaeau)
- Annotations
- @Inject()
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
- def getAdesPiezometer(xml: Node, id: Int, bssCode: String, jobExecutionId: Long, user: String, sandreCodes: Seq[SandreCode], filters: AdesFilter): AdesPiezometer
- 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
- lazy val logsUtil: LogUtil
- Definition Classes
- Producer
- def managePiezometerStations(bss: Bss, jobExecutionId: Long, stationIntegration: Option[String], user: String, sandreCodes: Seq[SandreCode], filters: AdesFilter): Option[Bss]
- 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()
- def parseAltimetrySystems(xml: Node, piezoId: Int): Seq[AltimetrySystem]
- def parseCity(xml: Node): City
- def parseDepth(xml: Node): Option[Double]
- def parseDespoliationLinks(xml: Node, piezoId: Int): Seq[DespoliationMode]
- def parseEvents(xml: Node, piezoId: Int): Seq[PiezometryEvent]
- def parseFunctions(xml: Node, piezoId: Int): Seq[StationFunction]
- def parseHydroEntities(xml: Node, piezoId: Int, jobExecutionId: Long): Seq[(String, String, StationHydroEntity)]
- def parseLandmarks(xml: Node, piezoId: Int): Seq[Landmark]
- def parseMeasureModes(xml: Node, piezoId: Int, sandreCodes: Seq[SandreCode]): Seq[MeasureMethod]
- def parseNetworkLinks(xml: Node, piezoId: Int, jobExecutionId: Long, codeBss: String): Seq[AdesNetworkLink]
- def parseNetworks(xml: Node): Seq[Network]
- def parsePiezometer(xml: Node, bssCode: String, id: Int, user: String, jobExecutionId: Double, filters: AdesFilter): (Piezometer, Boolean)
- def parsePointEau(xml: Node, bssCode: String, id: Int, user: String, jobExecutionId: Double): Piezometer
- def parseRefTempo(xml: Node, piezoId: Int, jobExecutionId: Long): Seq[StationTempRef]
- def parseWaterUsageLinks(xml: Node, piezoId: Int, sandreCodes: Seq[SandreCode]): Seq[Usage]
- def parseWatermassLinks(xml: Node, piezoId: Int): Seq[StationWatermass]
- def parseWatermasses(xml: Node): Seq[Watermass]
- def sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
- Definition Classes
- Producer
- def sendRPC[A](routingKey: String, message: String, connection: Connection, channel: Channel, replyQueueName: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
- Definition Classes
- Producer
- def sendRPC[A](routingKey: String, message: String, timeout: Duration)(implicit rds: Reads[A], m: ClassTag[A]): A
- Definition Classes
- Producer
- Annotations
- @throws(classOf[java.util.concurrent.TimeoutException])
- def sendTopic(routingKey: String, message: String): Unit
- Definition Classes
- Producer
- def sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
- Definition Classes
- Producer
- 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)
- def sendRPC(routingKey: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) => Unit): Unit
- Definition Classes
- Producer
- Annotations
- @deprecated @Deprecated
- Deprecated
Use sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A]): Future[JsResult[A]]
- def sendRPC(exchangeName: String, routingKey: String, queueName: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) => Unit): Unit
- Definition Classes
- Producer
- Annotations
- @deprecated @Deprecated
- Deprecated
Use sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A]): Future[JsResult[A]]