package
domain
Type Members
-
case class
EDILABOData(fileName: String, startDate: DateTime, endDate: DateTime, requestType: String, sender: ContributorEDILABO, receiver: ContributorEDILABO, stations: Seq[QualitometerEDILABO], parameters: Seq[ParameterEDILABO], supports: Seq[SupportEDILABO], parameterGroupeName: String, parameterGroupeCode: String) extends Product with Serializable
-
case class
EDILABOParam(idC: Int, requestName: String, sender: Int, receiver: Int, startDate: DateTime, endDate: DateTime, parameters: Seq[String], stations: Seq[Double], codifications: Option[Seq[StationCodification]]) extends Product with Serializable
-
case class
EDILABOParamPlanning(campaignId: Int, requestName: String, exportPath: Option[String], sender: Int, receiver: Int, startDate: DateTime, endDate: DateTime, codifications: Seq[StationCodification]) extends Product with Serializable
-
case class
EDILABOParamRAI(requestName: String, exportPath: Option[String], producer: Option[Double], labo: Option[Double], campaign: Option[Double], receiver: Double, transmitter: Double, startDate: Option[DateTime], endDate: Option[DateTime], listStation: Seq[QualitometerEDILABO], listParam: Option[Seq[Int]], group: Option[String], select: Option[String], schemeAgencyID: Option[Int] = Some(0)) extends Product with Serializable