class InstallationController extends Producer
- Annotations
- @Singleton()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstallationController
- Producer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InstallationController()(implicit installationDao: InstallationDao, linkedStationDao: LinkedStationDao, installationAnalysisDao: InstallationAnalysisDao, installationBoreholeDao: InstallationBoreholeDao, installationTableDao: InstallationTableDao, userDao: UserDao, sieauParametersDao: SieauParametersDao, visitDao: VisitDao, stationLinkDao: StationLinkDao, installationEventDao: InstallationEventDao, piezometryEventDao: PiezometryEventDao, pluviometryEventDao: PluviometryEventDao, hydrometryEventDao: HydrometryEventDao, hydroChronicDao: HydroChronicDao, userFilterDao: UserFilterDao, dataTypeDao: DataTypeDao, logUtil: LogUtil, stepImportDao: STEPImportDao, tankImportDao: TankImportDao, treatmentImportDao: TreatmentImportDao, pumpingImportDao: PumpingImportDao, liftingImportDao: LiftingImportDao)
- Annotations
- @Inject()
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 changeBssCode(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def createInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createInstallationAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAllAAC(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllContributorLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllInstallationBssCode(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllInstallationConventionsAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllInstallationWithGeoData(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllInstallationWithGeoFromIdExploitation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllInstallationWithGeoOutput(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysis(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysisByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysisByType(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysisCriterias(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysisParameters(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAnalysisStats(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationAssociatedSite(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationByIds(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationSituation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getInstallationWithId(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getListSPecific(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getOfflineInstallationDescriptions(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getOfflineVisits(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getSituationThreshold(id: Double, name: String, alertLimit: Long, unit: String, color: String): DataType
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val idAndUserRead: Reads[(Int, String, String)]
- val importRead: Reads[(Long, String, String)]
- def importStationDescription(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val installationIdsReads: Reads[(String, Seq[Int], Option[Boolean], String)]
- val installationParamsUserReads: Reads[(String, Option[GetAllQueryParams], String)]
- def installationTable(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val installationTableInputRead: Reads[(InstallationTableInput, String)]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linksRead: Reads[(String, InstallationLinks)]
- lazy val logsUtil: LogUtil
- Definition Classes
- Producer
- def mergeInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- 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 sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
- Definition Classes
- Producer
- 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
- 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])
- def sendTopic(routingKey: String, message: String): Unit
- Definition Classes
- Producer
- def sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
- Definition Classes
- Producer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateContact(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateInstallation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateInstallationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateInstallationTypes(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateLocalisation(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val userModuleRead: Reads[(String, String)]
- 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)
- 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]]
- 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]]