class
MapSituationController extends AnyRef
Instance Constructors
-
new
MapSituationController()(implicit logUtil: LogUtil, MapSituationDao: MapSituationDao, piezometerDaeau: PiezometerDaeau, HydrologicalStationDao: HydrologicalStationDao, CalculatedMeasureDao: CalculatedMeasureDao)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
create(message: JsValue): String
-
def
delete(message: JsValue): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAll(message: JsValue): String
-
final
def
getClass(): Class[_]
-
def
getMapSituationResults(message: JsValue): String
-
def
getMapSituationResultsDates(message: JsValue): String
-
def
getMapSituationStationResults(message: JsValue): String
-
def
getStationLastResults(message: JsValue): String
-
def
hashCode(): Int
-
val
idAndStationTypeReads: Reads[(String, Int)]
-
final
def
isInstanceOf[T0]: Boolean
-
def
launch(message: JsValue): 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
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
resultsDatesRead: Reads[(Int, String, Option[DateTime])]
-
val
stationIdsRead: Reads[(Option[Boolean], Option[Seq[Int]])]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transformIndicator(mapSituation: MapSituation, i: GenericIndicator, s: StationLight): MapSituationResult
-
def
transformToMapResults(stationType: String, mapSituation: MapSituation, stationsIds: Option[Seq[Int]], indicators: Seq[GenericIndicator]): Seq[MapSituationResult]
-
def
update(message: JsValue): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any