class MapSituationController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapSituationController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MapSituationController()(implicit logUtil: LogUtil, MapSituationDao: MapSituationDao, piezometerDaeau: PiezometerDaeau, HydrologicalStationDao: HydrologicalStationDao, CalculatedMeasureDao: CalculatedMeasureDao, PiezometerMeasureDao: PiezometerMeasureDao, StationLandmarkDao: StationLandmarkDao, HydroChronicDao: HydroChronicDao)
- 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()
- def create(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def delete(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAll(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getMapSituationResults(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getMapSituationResultsDates(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getMapSituationStat(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getMapSituationStationResults(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getStationLastResults(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idAndStationTypeReads: Reads[(String, Int)]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def launch(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val mapSituationLastResultsRead: Reads[(Int, Option[DateTime], String)]
- val mapSituationRead: Reads[(MapSituation, String, Option[Boolean])]
- val mapSituationResultsRead: Reads[(MapSituation, String, Option[DateTime], Option[Seq[Int]])]
- val mapSituationStationResultsRead: Reads[(Int, Int, String)]
- 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()
- val resultsDatesRead: Reads[(Int, String, Option[DateTime])]
- val stationIdsRead: Reads[(Option[Boolean], Option[Seq[Int]])]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformIndicator(mapSituation: MapSituation, i: GenericIndicator, s: StationLight, lastMeasureDate: Option[DateTime], lastMeasureValue: Option[Double]): MapSituationResult
- def transformToMapResults(stationType: String, mapSituation: MapSituation, stationsIds: Option[Seq[Int]], indicators: Seq[GenericIndicator]): Seq[MapSituationResult]
- def update(message: JsValue, headers: Map[String, Any], module: String, user: 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)