Packages

package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package optirrig

Type Members

  1. case class RSEauDaily(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double], strategies: Seq[RSEauStrategy], ecoNote: Option[String] = None) extends Product with Serializable
  2. case class RSEauDailySQL(date: DateTime, landId: Int, sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], waterStressScore: Option[Int], waterStressDay: Option[DateTime], previousEEE: Option[Double], nextEEE: Option[Double], PSE: Option[Double], previousPSE: Option[Double], nextPSE: Option[Double]) extends Product with Serializable
  3. case class RSEauDashboard(date: DateTime, totalWaterVolume: Option[Double], sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], PSE: Option[Double], previousEEE: Option[Double], previousPSE: Option[Double], nextEEE: Option[Double], nextPSE: Option[Double], EEEGaugeSteps: Seq[Double], ecoNote: Option[String], ressourceDisponibility: Option[Int], nextThreshold: Option[String], nbDaysThreshold: Option[Int], thresholdDirection: Option[String], merit: Option[String], meritComment: Option[String], restrictionDelay: Option[Int], restrictionDate: Option[DateTime], DD1: Option[DateTime], DD2: Option[DateTime], hasDD1: Option[Boolean], hasDD2: Option[Boolean], lands: Seq[RseauLandState]) extends Product with Serializable
  4. case class RSEauStrategy(landId: Int, name: Option[String], date: Option[DateTime] = None, dose: Option[Double] = None, gain: Option[Double] = None, gainNote: Option[String] = None) extends Product with Serializable
  5. case class RseauLandState(landId: Int, landName: Option[String], waterStressScore: Option[Int], waterStressDelay: Option[Int], strategies: Seq[RSEauStrategy], dose: Option[Double]) extends Product with Serializable

Value Members

  1. object RSEauDaily extends Serializable
  2. object RSEauDailySQL extends Serializable
  3. object RSEauDashboard extends Serializable
  4. object RSEauStrategy extends Serializable
  5. object RseauLandState extends Serializable

Ungrouped