p

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class CartoStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
  2. case class CmsStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
  3. case class CompteurTyp(nb: Int, typ: String) extends Product with Serializable
  4. case class GenericStation(id: Int, code: String) extends Product with Serializable
  5. case class KeyFigure(value: String, title: String) extends Product with Serializable
  6. case class StationStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
  7. case class UsageStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
  8. case class UserLayer(themeId: Option[Int], layerId: Option[Int], visibility: Option[Boolean], piezometry: Option[Boolean], hydrometry: Option[Boolean], quality: Option[Boolean], pluviometry: Option[Boolean], homePage: Option[Boolean], referencials: Option[Boolean], productionUnit: Option[Boolean], distributionUnit: Option[Boolean], installation: Option[Boolean], catchment: Option[Boolean], resource: Option[Boolean], login: Option[String]) extends Product with Serializable
  9. case class UserParameter(login: String, parameter: String, value: Option[String] = None, updateDate: Option[DateTime] = None) extends Product with Serializable
  10. case class UserView(login: Option[String], module: Option[String], panel: String, visible: Boolean, order: Option[Int], displayMode: Option[Int]) extends Product with Serializable

Value Members

  1. object CartoStatistic extends Serializable
  2. object CmsStatistic extends Serializable
  3. object CompteurTyp extends Serializable
  4. object GenericStation extends Serializable
  5. object KeyFigure extends Serializable
  6. object StationStatistic extends Serializable
  7. object UsageStatistic extends Serializable
  8. object UserLayer extends Serializable
  9. object UserParameter extends Serializable
  10. object UserView extends Serializable

Ungrouped