Package

situation

Permalink

package situation

Visibility
  1. Public
  2. All

Type Members

  1. case class PiezometerSituation(piezometerId: Int, startDate: Option[DateTime], lastMeasureDate: DateTime, lastMeasureHour: DateTime, min: Option[Double], max: Option[Double], value: Option[Double], measuresCount: Int, allMeasuresCount: Int, threshold: Option[String] = None, thresholdColor: Option[Double] = None, lastMeasuresDates: Seq[DateTime] = Seq()) extends Product with Serializable

    Permalink
  2. case class PiezometerSituationMeasures(piezometerId: Int, startDate: Option[DateTime], min: Option[Double], max: Option[Double], value: Option[Double], measuresCount: Int, allMeasuresCount: Int) extends Product with Serializable

    Permalink
  3. class SituationController extends AnyRef

    Permalink
  4. case class SituationDay(day: DateTime, label: Option[String] = None, rgCode: Option[Int] = None, color: Option[String] = None, warningCode: Option[Int] = None, measures: Option[Seq[PiezometerChronicRawMeasure]] = Some(Seq()), initialPoint: Option[Boolean] = None) extends Product with Serializable

    Permalink
  5. case class SituationDays(piezoId: Int, days: Seq[SituationDay]) extends Product with Serializable

    Permalink

Value Members

  1. object PiezometerSituation extends Serializable

    Permalink
  2. object PiezometerSituationMeasures extends Serializable

    Permalink
  3. object SituationDay extends Serializable

    Permalink
  4. object SituationDays extends Serializable

    Permalink

Ungrouped