Packages

p

tidegauge

package tidegauge

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AnormTideGaugeDao extends TideGaugeDao
  2. trait TideGaugeDao extends AnyRef
    Annotations
    @ImplementedBy()
  3. case class TideGaugeDataOutput(id: Long, date: Option[DateTime], morningPmHour: Option[DateTime], morningPmHeight: Option[Float], morningBmHour: Option[DateTime], morningBmHeight: Option[Float], eveningPmHour: Option[DateTime], eveningPmHeight: Option[Float], eveningBmHour: Option[DateTime], eveningBmHeight: Option[Float], morningCoeff: Option[Int], eveningCoeff: Option[Int], jobExecutionId: Option[Long]) extends Product with Serializable
  4. case class TideGaugeFilter(stationId: Long, startDate: Option[DateTime], endDate: Option[DateTime]) extends Product with Serializable

Value Members

  1. object TideGaugeDataOutput extends Serializable
  2. object TideGaugeFilter extends Serializable

Ungrouped