dao
TerritoryRseauDao
class
TerritoryRseauDao extends AnyRef
Instance Constructors
-
new
TerritoryRseauDao()(implicit database: Database, sieauParametersDao: SieauParametersDao, pluvioChronicDao: PluvioChronicDao, hydroChronicDao: HydroChronicDao, piezometerMeasureDao: PiezometerMeasureDao, IAEauModelDao: IAEauModelDao, StationThresholdDao: StationThresholdDao, MapSituationDao: MapSituationDao, calculatedMeasureDao: CalculatedMeasureDao, genericMeasuresDao: GenericMeasuresDao, MapSituationRPC: MapSituationRPC)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
completeWithIPS(rest: List[IrrigData], completed: List[IrrigData], allIps: Seq[MapSituationResult]): Seq[IrrigData]
-
final
def
completeWithThresholds(rest: List[IrrigData], completed: List[IrrigData], thresholds: Seq[StationThreshold]): Seq[IrrigData]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAgronomyPart(rainValues: Seq[IrrigData], uge: Long, year: Long, actualWeek: Long): GroupIrrigData
-
final
def
getClass(): Class[_]
-
def
getConsomedVolume(allPointsId: Seq[Long], week: Int, year: Int): Double
-
def
getETPValues(pluvios: Seq[ManagementUnitStationLink], firstDatePast: DateTime, lastDatePast: DateTime, firstDateScenar: DateTime, lastDateScenar: DateTime, actualWeek: Int)(implicit c: Connection): Seq[IrrigData]
-
def
getHydrosValues(hydros: Seq[ManagementUnitStationLink], firstDatePast: DateTime, lastDatePast: DateTime, firstDateScenar: DateTime, lastDateScenar: DateTime)(implicit c: Connection): Seq[IrrigData]
-
def
getPiezosValues(piezos: Seq[ManagementUnitStationLink], firstDatePast: DateTime, lastDatePast: DateTime, firstDateScenar: DateTime, lastDateScenar: DateTime, actualWeek: Int)(implicit c: Connection): Seq[PiezoIrrigDatas]
-
def
getRainsValues(pluvios: Seq[ManagementUnitStationLink], firstDatePast: DateTime, lastDatePast: DateTime, firstDateScenar: DateTime, lastDateScenar: DateTime, actualWeek: Int)(implicit c: Connection): Seq[IrrigData]
-
def
getTempValues(pluvios: Seq[ManagementUnitStationLink], firstDatePast: DateTime, lastDatePast: DateTime, firstDateScenar: DateTime, lastDateScenar: DateTime, actualWeek: Int)(implicit c: Connection): Seq[IrrigData]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toIrrigData(week: Int, value: Option[Double]): IrrigData
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any