c

controllers

EventController

class EventController extends AnyRef

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

Instance Constructors

  1. new EventController()(implicit logUtil: LogUtil, contributorDao: ContributorDao, cmsDao: CmsDao, mailDao: MailDao, sieauParametersDao: SieauParametersDao, piezometerContributorLinkDao: PiezometerContributorDao, piezometerEventDao: PiezometerEventDao, piezometryEventDao: PiezometryEventDao, piezometerDaeau: PiezometerDaeau)
    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. def addEvent(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val causeInterventionInsertRead: Reads[(Int, Int, Seq[CauseIntervention])]
  7. val causeInterventionRead: Reads[(Int, Int)]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def createEventWithDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. def deleteCauseInterventions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  11. def deleteEvent(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val eventTypeReads: Reads[Option[Seq[String]]]
  15. def getAllEvents(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getCauseInterventions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getEvent(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. def getEventLastReplacementActions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  20. def getEvents(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def getEventsByCampaign(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  22. def getEventsToClose(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  23. def getInterventionEvents(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def insertCauseInterventions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. val piezometerEventReads: Reads[(Double, Double)]
  31. val piezometerReads: Reads[Double]
  32. def publishEvent(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  33. def sendByMail(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def updateEvent(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  37. def updateEventWithDiagnostic(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. 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 AnyRef

Inherited from Any

Ungrouped