c

station

HydrologicalStationController

class HydrologicalStationController extends Producer

Annotations
@Singleton()
Linear Supertypes
Producer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HydrologicalStationController
  2. Producer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HydrologicalStationController()(implicit logUtil: LogUtil, hydrologicalStationDao: HydrologicalStationDao, watermassHydrologicalLinkDao: WatermassHydrologicalLinkDao, stationContributorDao: StationContributorDao, userDao: UserDao, tideGaugeDao: TideGaugeDao, chronicHydroSpecificDao: ChronicHydroSpecificDao, statUtil: StatUtil)
    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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. val codeWithPlateformRead: Reads[(Double, String, String)]
  7. def createHydrologicalStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  8. def createObservation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  9. def deleteHydrologicalStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. def deleteObservation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def get(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  14. def getAll(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  15. def getAllContributorLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getAllHydrologicalStationWithGeoOutput(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getAllLastObservations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  18. def getBookmarkStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getHydrologicalStationByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def getHydrologicalStationDataTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  22. def getHydrologicalStationsByWaterShed(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  23. def getHydrologicalStationsByWatermass(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  24. def getObservationsByStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  25. def getTideGaugeDataByStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. val hydrologicalStationIdsReads: Reads[(String, Seq[Int], Option[Boolean], String)]
  28. val hydrologicalStationObservationReads: Reads[HydrologicalObservationInput]
  29. val hydrologicalStationParamsReads: Reads[Option[GetAllQueryParams]]
  30. val hydrometerIdUserReads: Reads[(String, Int)]
  31. val hydrometerParamsUserReads: Reads[(String, Option[GetAllQueryParams], String)]
  32. val hydrometerReadBookmarkStats: Reads[(String, Int)]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val linksRead: Reads[(String, HydroStationLinks)]
  35. lazy val logsUtil: LogUtil
    Definition Classes
    Producer
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
    Definition Classes
    Producer
  40. 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
  41. 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])
  42. def sendTopic(routingKey: String, message: String): Unit
    Definition Classes
    Producer
  43. def sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
    Definition Classes
    Producer
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def updateContact(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  47. def updateHydroStationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  48. def updateHydrologicalStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  49. def updateLocalisation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  50. def updateObservation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  51. val userReadsWithModule: Reads[(String, String)]
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. 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)

  2. 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]]

  3. 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]]

Inherited from Producer

Inherited from AnyRef

Inherited from Any

Ungrouped