c

dao

AnormPiezometerEventDao

class AnormPiezometerEventDao extends PiezometerEventDao

Linear Supertypes
PiezometerEventDao, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnormPiezometerEventDao
  2. PiezometerEventDao
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AnormPiezometerEventDao(database: Database, piezometerDiagnosticDao: PiezometerDiagnosticDao)
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def countEvent(idCampaign: Int): Int
  7. def countPrevisionalVisitNumber(idCampaign: Double): Seq[PrevisionalVisitNumber]
  8. def countVisitNumberInProgress(idCampaign: Double): Seq[VisitNumberInProgress]
  9. def delete(idStation: Double, eventId: Double): Int
  10. def deleteCauseInterventions(piezoId: Int, eventId: Int): Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def find(idStation: Double, eventId: Double): Option[PiezometerEvent]
  14. def find(idPiezo: Double): Seq[PiezometerEvent]
  15. def findByCampaign(idCampaign: Int): Seq[PiezometerEvent]
  16. def findEventsToClose(): Seq[PiezometerEvent]
  17. def getAll(eventType: Option[Seq[String]]): Seq[PiezometerEventOutput]
  18. def getCauseInterventions(piezoId: Int, eventId: Int): Seq[CauseIntervention]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getInterventionEvents(eventInterventionFields: EventInterventionFields): Seq[InterventionEvent]
  21. def getPiezometerStationDataWithCampaignsAndEvents(allowedPiezometers: Seq[Int]): Seq[PiezometerStationsWithCampaignsAndEventsOutput]
  22. def getReplacementActions(piezometerId: Int): Seq[EventReplacementAction]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def insert(input: PiezometerEventInput, user: String): Double
  25. def insertCauseInterventions(piezoId: Int, eventId: Int, causeInterventions: Seq[CauseIntervention]): Int
  26. def insertEvent(input: PiezometerEventInput, user: String)(implicit c: Connection): Double
  27. def insertWithDiagnostic(input: PiezometerEventInput, diagnostics: Seq[EventInterventionInput], user: String, module: String): Double
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def rollBackMaterielSituation(tableName: String, idStation: Double, eventId: Double)(implicit c: Connection): Unit
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def update(event: PiezometerEvent, user: String): Unit
  36. def updateWithDiagnostic(eventId: Double, event: PiezometerEventInput, diagnostics: Seq[EventInterventionInput], user: String, module: String): Unit
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from PiezometerEventDao

Inherited from AnyRef

Inherited from Any

Ungrouped