Package

edilabo

domain

Permalink

package domain

Visibility
  1. Public
  2. All

Type Members

  1. 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

    Permalink
  2. case class EDILABOParam(idC: Int, requestName: String, sender: Int, receiver: Int, startDate: DateTime, endDate: DateTime, parameters: Seq[String], stations: Seq[Double]) extends Product with Serializable

    Permalink
  3. case class EDILABOParamPlanning(campaignId: Int, requestName: String, exportPath: Option[String], sender: Int, receiver: Int, startDate: DateTime, endDate: DateTime) extends Product with Serializable

    Permalink
  4. case class EDILABOParamRAI(requestName: String, exportPath: Option[String], producer: Option[Double], laboratory: 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]) extends Product with Serializable

    Permalink

Value Members

  1. object EDILABOData extends Serializable

    Permalink
  2. object EDILABOParam extends Serializable

    Permalink
  3. object EDILABOParamPlanning extends Serializable

    Permalink
  4. object EDILABOParamRAI extends Serializable

    Permalink

Ungrouped