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, userStationDao: UserStationDao, tideGaugeDao: TideGaugeDao, chronicHydroSpecificDao: ChronicHydroSpecificDao, dataTypeDao: DataTypeDao, database: Database, 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: SwaggerReads[(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 dataTypeRecalculateVolumes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. def deleteHydrologicalStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  11. def deleteObservation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def get(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  15. def getAll(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getAllContributorLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getAllHydrologicalStationWithGeoOutput(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  18. def getAllLastObservations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. def getAllWithLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  20. def getBookmarkStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def getHydrologicalStationByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  23. def getHydrologicalStationDataTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  24. def getHydrologicalStationsByWaterShed(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  25. def getHydrologicalStationsByWatermass(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  26. def getObservationsByStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  27. def getTideGaugeDataByStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. val hydrologicalStationIdsReads: Reads[(String, Seq[Int], Option[Boolean], String)]
  30. val hydrologicalStationObservationReads: Reads[HydrologicalObservationInput]
  31. val hydrologicalStationParamsReads: Reads[Option[GetAllQueryParams]]
  32. val hydrometerIdUserReads: Reads[(String, Int)]
  33. val hydrometerParamsUserReads: SwaggerReads[(String, Option[GetAllQueryParams], String)]
  34. val hydrometerReadBookmarkStats: Reads[(String, Int)]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val linksRead: Reads[(String, HydroStationLinks)]
  37. lazy val logsUtil: LogUtil
    Definition Classes
    Producer
  38. val measureParser: RowParser[~[DateTime, Double]]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. def sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
    Definition Classes
    Producer
  43. 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
  44. 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])
  45. def sendTopic(routingKey: String, message: String): Unit
    Definition Classes
    Producer
  46. def sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
    Definition Classes
    Producer
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def updateContact(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  50. def updateHydroStationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  51. def updateHydrologicalStation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  52. def updateLocalisation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  53. def updateObservation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  54. val userReadsWithModule: Reads[(String, String)]
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. 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