package domain
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class EDILABOData(fileName: String, startDate: DateTime, endDate: DateTime, requestType: String, sender: ContributorEDILABO, receiver: ContributorEDILABO, stations: Seq[QualitometerEDILABO], parameters: Seq[fr.aquasys.daeau.referentials.parameter.domain.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], selectedParameters: Option[Seq[ParameterEDILABO]], group: Option[String], select: Option[String], schemeAgencyID: Option[Int] = Some(0)) extends Product with Serializable
- case class ParameterEDILABO(parameterCode: String) extends Product with Serializable
Value Members
- object EDILABOData extends Serializable
- object EDILABOParam extends Serializable
- object EDILABOParamPlanning extends Serializable
- object EDILABOParamRAI extends Serializable
- object ParameterEDILABO extends Serializable