Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AlertFilter(filter: Option[Int], alertLimit: Option[Int], displayByDefault: Option[Boolean]) extends Product with Serializable
  2. case class FlowObstruction(id: Option[Int], validityDate: Option[DateTime], usageCode: Option[Int], typeCode: Option[Int], statusCode: Option[Int], fallHeightCode: Option[Int], validityCode: Option[Int], flowDeviceCode: Option[Int], obstructionSubType: Option[Double], navigationCrossingCode: Option[Double], fishCrossingCode: Option[Double], biefCode: Option[Double], heightCode: Option[Double], watershed1: Option[Double], watershed2: Option[Double], watershed3: Option[Double], watershed4: Option[Double], river: Option[String], hydroCode: Option[String], watermassCode: Option[String], referenceWork: Option[Boolean], codeMobileElements: Option[Double], crossingNotes: Option[String]) extends Product with Serializable
  3. case class FlowObstructionTableInput(user: String, forceLoad: Option[Boolean], previewSize: Option[Int], searchValue: Option[String], installationType: Option[Int], city: Option[String], dataOrigin: Option[Int], status: Option[Int], withoutCode: Option[Boolean], filterIds: Option[Seq[Int]]) extends Product with Serializable
  4. case class FlowObstructionTableLine(id: Int, name: Option[String], bief: Option[String], townName: Option[String], nature: Option[String], remoteManaged: Option[Boolean], inUse: Option[Boolean]) extends SieauFilteredTableLine with Product with Serializable

Ungrouped