c

controllers.controller

InstallationController

class InstallationController extends Producer

Annotations
@Singleton()
Linear Supertypes
Producer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstallationController
  2. Producer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InstallationController()(implicit installationDao: InstallationDao, linkedStationDao: LinkedStationDao, installationAnalysisDao: InstallationAnalysisDao, installationBoreholeDao: InstallationBoreholeDao, installationTableDao: InstallationTableDao, userDao: UserDao, sieauParametersDao: SieauParametersDao, visitDao: VisitDao, stationLinkDao: StationLinkDao, hydroChronicDao: HydroChronicDao, logUtil: LogUtil, stepImportDao: STEPImportDao, tankImportDao: TankImportDao, treatmentImportDao: TreatmentImportDao, pumpingImportDao: PumpingImportDao, liftingImportDao: LiftingImportDao)
    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 changeBssCode(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def createInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  8. def createInstallationAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  9. def deleteInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAllAAC(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  13. def getAllContributorLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  14. def getAllInstallationBssCode(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  15. def getAllInstallationConventionsAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getAllInstallationWithGeoData(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getAllInstallationWithGeoFromIdExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  18. def getAllInstallationWithGeoOutput(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def getInstallationAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  22. def getInstallationAnalysisByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  23. def getInstallationAnalysisByType(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  24. def getInstallationAnalysisCriterias(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  25. def getInstallationAnalysisParameters(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  26. def getInstallationAnalysisStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  27. def getInstallationAssociatedSite(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  28. def getInstallationByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  29. def getInstallationSituation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  30. def getInstallationTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  31. def getInstallationWithId(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  32. def getListSPecific(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  33. def getOfflineInstallationDescriptions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  34. def getOfflineVisits(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  35. def getSituationThreshold(id: Double, name: String, alertLimit: Long, unit: String, color: String): DataType
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  37. val idAndUserRead: Reads[(Int, String, String)]
  38. val importRead: Reads[(Long, String, String)]
  39. def importStationDescription(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  40. val installationIdsReads: Reads[(String, Seq[Int], Option[Boolean], String)]
  41. val installationParamsUserReads: Reads[(String, Option[GetAllQueryParams], String)]
  42. def installationTable(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  43. val installationTableInputRead: Reads[(InstallationTableInput, String)]
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. val linksRead: Reads[(String, InstallationLinks)]
  46. lazy val logsUtil: LogUtil
    Definition Classes
    Producer
  47. def mergeInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. def sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
    Definition Classes
    Producer
  52. def sendRPC[A](routingKey: String, message: String, connection: Connection, channel: Channel, replyQueueName: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
    Definition Classes
    Producer
  53. def sendRPC[A](routingKey: String, message: String, timeout: Duration)(implicit rds: Reads[A], m: ClassTag[A]): A
    Definition Classes
    Producer
    Annotations
    @throws(classOf[java.util.concurrent.TimeoutException])
  54. def sendTopic(routingKey: String, message: String): Unit
    Definition Classes
    Producer
  55. def sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
    Definition Classes
    Producer
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def updateContact(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  59. def updateInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  60. def updateInstallationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  61. def updateInstallationTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  62. def updateLocalisation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. 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)

  2. def sendRPC(routingKey: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) => Unit): Unit
    Definition Classes
    Producer
    Annotations
    @deprecated @Deprecated
    Deprecated

    Use sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A]): Future[JsResult[A]]

  3. def sendRPC(exchangeName: String, routingKey: String, queueName: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) => Unit): Unit
    Definition Classes
    Producer
    Annotations
    @deprecated @Deprecated
    Deprecated

    Use sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A]): Future[JsResult[A]]

Inherited from Producer

Inherited from AnyRef

Inherited from Any

Ungrouped