p
model
package model
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CartoStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
- case class CmsStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
- case class CompteurTyp(nb: Int, typ: String) extends Product with Serializable
- case class GenericStation(id: Int, code: String) extends Product with Serializable
- case class KeyFigure(value: String, title: String) extends Product with Serializable
- case class StationStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
- case class UsageStatistic(id: Int, login: String, statisticDate: DateTime, module: String, value: Option[String]) extends Product with Serializable
- 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
- case class UserParameter(login: String, parameter: String, value: Option[String] = None, updateDate: Option[DateTime] = None) extends Product with Serializable
- 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
- object CartoStatistic extends Serializable
- object CmsStatistic extends Serializable
- object CompteurTyp extends Serializable
- object GenericStation extends Serializable
- object KeyFigure extends Serializable
- object StationStatistic extends Serializable
- object UsageStatistic extends Serializable
- object UserLayer extends Serializable
- object UserParameter extends Serializable
- object UserView extends Serializable