p
tidegauge
package tidegauge
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AnormTideGaugeDao extends TideGaugeDao
- trait TideGaugeDao extends AnyRef
- Annotations
- @ImplementedBy()
- 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
- case class TideGaugeFilter(stationId: Long, startDate: Option[DateTime], endDate: Option[DateTime]) extends Product with Serializable
Value Members
- object TideGaugeDataOutput extends Serializable
- object TideGaugeFilter extends Serializable