class SituationController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SituationController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SituationController()(implicit database: Database, logUtil: LogUtil, piezometerDaeau: PiezometerDaeau, piezometerSituationDao: PiezometerSituationDao, stationThresholdDao: StationThresholdDao, stationLandmarkDao: StationLandmarkDao, stationAltimetrySystemDao: StationAltimetrySystemDao, stationMeasureMethodDao: StationMeasureMethodDao, piezometerMeasureDao: PiezometerMeasureDao, anormSampleMeasureDao: AnormSampleMeasureDao)
- 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
- final def checkInitialPoint(days: Seq[SituationDay]): Boolean
- Annotations
- @tailrec()
- def checkStatusAndQualification(s: Option[Int], q: Option[Int]): Boolean
- 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
- final def getBasicDays(dayMap: Map[String, Seq[PiezometerChronicRawMeasure]], currentDate: DateTime, endDate: String, acc: Seq[SituationDay], lastMeasureDate: Option[DateTime]): (Seq[SituationDay], Option[DateTime])
- Annotations
- @tailrec()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDaysData(dataType: Int, startDate: DateTime, endDate: DateTime, ids: Seq[Int]): (Map[Int, Seq[Landmark]], Map[Int, Seq[AltimetrySystem]], Map[Int, Seq[MeasureMethod]], Map[Int, Seq[PiezometerChronicRawMeasure]], Map[Int, DateTime])
- def getPiezometerDaysSituations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getPiezometerTypeSituations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getPiezometersSituation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSituationLastMeasures(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getStatusColor(measures: Seq[PiezometerChronicRawMeasure]): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val longIdsRead: Reads[Seq[Long]]
- 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()
- final def processDays(days: Seq[SituationDay], acc: Seq[SituationDay], closeDate: Option[DateTime], lastMeasureDate: Option[DateTime], RG3Mode: Option[Boolean], params: (Seq[Landmark], Seq[AltimetrySystem], Seq[MeasureMethod], Int, Int)): Seq[SituationDay]
- Annotations
- @tailrec()
- 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)