class
InstallationController extends Producer
Instance Constructors
-
new
InstallationController(installationDao: InstallationDao, linkedStationDao: LinkedStationDao, installationAnalysisDao: InstallationAnalysisDao, installationBoreholeDao: InstallationBoreholeDao, installationTableDao: InstallationTableDao, userDao: UserDao, sieauParametersDao: SieauParametersDao, logUtil: LogUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
changeBssCode(message: JsValue): String
-
def
clone(): AnyRef
-
def
createInstallation(message: JsValue): String
-
def
createInstallationAnalysis(message: JsValue): String
-
def
deleteInstallation(message: JsValue): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getAllAAC(message: JsValue): String
-
def
getAllContributorLink(message: JsValue): String
-
def
getAllInstallationBssCode(message: JsValue): String
-
def
getAllInstallationConventionsAnalysis(message: JsValue): String
-
def
getAllInstallationWithGeoData(message: JsValue): String
-
def
getAllInstallationWithGeoFromIdExploitation(message: JsValue): String
-
def
getAllInstallationWithGeoOutput(message: JsValue): String
-
final
def
getClass(): Class[_]
-
def
getInstallation(message: JsValue): String
-
def
getInstallationAnalysis(message: JsValue): String
-
def
getInstallationAnalysisByIds(message: JsValue): String
-
def
getInstallationAnalysisByType(message: JsValue): String
-
def
getInstallationAssociatedSite(message: JsValue): String
-
def
getInstallationByIds(message: JsValue): String
-
def
getInstallationTypes(message: JsValue): String
-
def
getInstallationWithId(message: JsValue): String
-
def
getListSPecific(message: JsValue): String
-
def
hashCode(): Int
-
val
installationIdsReads: Reads[(String, Seq[Int])]
-
val
installationParamsUserReads: Reads[(String, Option[GetAllQueryParams])]
-
def
installationTable(message: JsValue): String
-
final
def
isInstanceOf[T0]: Boolean
-
val
linksRead: Reads[(String, InstallationLinks)]
-
lazy val
logsUtil: LogUtil
-
def
mergeInstallation(message: JsValue): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, connection: Connection, channel: Channel, replyQueueName: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, timeout: Duration)(implicit rds: Reads[A], m: ClassTag[A]): A
-
def
sendTopic(routingKey: String, message: String): Unit
-
def
sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
typeAndDatesRead: Reads[(Int, Option[DateTime], Option[DateTime])]
-
def
updateContact(message: JsValue): String
-
def
updateInstallation(message: JsValue): String
-
def
updateInstallationLinks(message: JsValue): String
-
def
updateInstallationTypes(message: JsValue): String
-
def
updateLocalisation(message: JsValue): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
sendRPC(routingKey: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
-
def
sendRPC(exchangeName: String, routingKey: String, queueName: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
Inherited from Producer
Inherited from AnyRef
Inherited from Any