class AlertUtils extends AnyRef
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlertUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkMeasure(threshold: StationThreshold, last2Measures: Seq[Measure]): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def closeEventIfExists(station: StationLight, jobId: Long, eventSubject: String): Int
- def closeEventNoMeasureIfExists(station: StationLight, jobId: Long, timeLimitMissingData: Int): Unit
- def createEventIfNotExists(station: StationLight, jobId: Long, eventSubject: String): Int
- val directoryEnv: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getLast2Measures(station: StationLight, typeId: Int): Seq[Measure]
- def getMaxThresholdAlert(thresholds: Seq[(StationThreshold, Boolean)]): Option[StationThreshold]
- def getOverrunThresholdMessage(threshold: StationThreshold): String
- def hasAlertEvent(station: StationLight, jobId: Long, eventSubject: String): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logAlertWarningsPhoneNumbersEmails(alertTypes: Seq[String], phoneNumbers: Seq[String], emails: Seq[String], jobExecution: Long, stationId: String): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def sendAlertFromJob(station: StationLight, jobExecutionId: Long, jobId: Long, threshold: StationThreshold, emails: Seq[String], phoneNumbers: Seq[String], alertTypes: Seq[String], measure: Measure, allNewAlerts: Seq[(StationThreshold, Boolean)]): Unit
- def sendAlertNoMeasureFromJob(station: StationLight, lastMeasure: Option[MeasureDate], jobExecutionId: Long, jobId: Long, emails: Seq[String], phoneNumbers: Seq[String], alertTypes: Seq[String], timeLimitMissingData: Int, dataTypeName: String): Unit
- def sendChangeAlertFromJob(station: StationLight, jobExecutionId: Long, jobId: Long, oldThreshold: StationThreshold, newThreshold: StationThreshold, emails: Seq[String], phoneNumbers: Seq[String], alertTypes: Seq[String], measure: Measure, allNewAlerts: Seq[(StationThreshold, Boolean)]): Unit
- def sendEndAlertFromJob(station: StationLight, jobExecutionId: Long, jobId: Long, threshold: StationThreshold, emails: Seq[String], alertTypes: Seq[String], phoneNumbers: Seq[String], measure: Measure, allNewAlerts: Seq[(StationThreshold, Boolean)]): Unit
- def sendMailAlert(station: StationLight, measure: Measure, threshold: StationThreshold, emails: Seq[String]): Unit
- def sendMailChangeAlert(station: StationLight, measure: Measure, oldThreshold: StationThreshold, newThreshold: StationThreshold, emails: Seq[String]): Unit
- def sendMailEndAlert(station: StationLight, measure: Measure, threshold: StationThreshold, emails: Seq[String]): Unit
- def sendMailNoMeasure(station: StationLight, lastMeasure: Option[MeasureDate], emails: Seq[String], timeLimitMissingData: Int, dataTypeName: String): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testMailNoMeasure(emails: Seq[String]): Unit
- def testMailThresholdOverflow(emails: Seq[String]): Unit
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateEventsWithAlerts(station: StationLight, jobId: Long, allNewAlerts: Seq[(StationThreshold, Boolean)]): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)