p

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package input
  2. package problemSolution
  3. package searchAnalysis

Type Members

  1. case class AnalysisThresholdStation(stationType: String, parameterCode: String, thresholdType: Double, listType: Option[String]) extends Product with Serializable
  2. case class Event(idPiezo: Long, idEvent: Int, eventDate: DateTime, comment: String) extends Product with Serializable
  3. case class IAEauLearning(idStation: Long, typeStation: Option[Int], modele: Option[String], apprentissageId: String, dateDebut: DateTime, dateFin: Option[DateTime], login: Option[String], statut: Int, parametres: Option[String]) extends Product with Serializable
  4. case class Nature(libelle: String, mnemo: Option[String], code: Int = 0) extends Product with Serializable
  5. case class PrevisionalVisitNumber(code: Int, visitNumber: Option[Int] = None) extends Product with Serializable
  6. case class QualitometerLink(id: String, stationType: Long, stationLinkedId: String, stationLinkedType: Long, linkType: Option[String]) extends Product with Serializable
  7. case class QualitometerNetworkLink(idQualito: Double, idNetwork: Double, startDate: Option[DateTime] = None, endDate: Option[DateTime] = None) extends Product with Serializable
  8. case class SandreCodeUsage(waterUsageCode: String, code: Double, waterUsageLabel: String) extends Product with Serializable
  9. case class Station(type: String, codebss: Option[String], name: Option[String], x: Option[Double], y: Option[Double]) extends Product with Serializable
  10. case class StationEvent(id: Double, code: Option[String], townCode: Option[String], designation: Option[String], name: Option[String], creationDate: Option[DateTime], closeDate: Option[DateTime], x: Option[Double], y: Option[Double], projection: Option[Double], altitude: Option[Double], stationType: Int, eventId: Double, eventDate: Option[DateTime], eventHour: Option[DateTime], eventComment: Option[String], eventSolution: Option[String], eventProblem: Option[String]) extends Product with Serializable
  11. case class VisitNumberInProgress(code: Int, visitNumber: Option[Int] = None) extends Product with Serializable

Ungrouped