class UserController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UserController()(implicit userDao: UserDao, userPasswordDao: UserPasswordDao, userStatisticDao: UserStatisticDao, userBookmarkDao: UserBookmarkDao, userFilterDao: UserFilterDao, userHabilitationDao: UserHabilitationDao, mobilesNotificationDao: MobilesNotificationDao, notificationUtil: NotificationsUtil, logNotificationsDao: LogNotificationsDao, contactDao: ContactDao, logUtil: LogUtil, parameterDao: ParameterDao, keyFigureDao: KeyFigureDao, sieauParametersDao: SieauParametersDao, userLayerDao: UserLayerDao, userParameterDao: UserParameterDao, userStationDao: UserStationDao, ws: WSClient, database: Database)
- 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
- def addDefaultCoordinates(login: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def changePassword(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()
- val contentsUrl: String
- def convertBytesToHex(bytes: Seq[Byte]): String
- def create(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createBookmark(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def createUserAquaDB(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def delete(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteBookmark(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def deleteFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val dirPicturesEnv: String
- def duplicate(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 executeFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def executeFilterRequest(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def executeTmpFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val ftpRoot: String
- def get(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAll(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllApplicative(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllFilters(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllLight(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllMobileNotifications(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllUsersOfFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getBookmarks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContact(userInput: UserInput, user: User): User
- def getOutputs(listOfFiles: Seq[File]): Seq[FileOutput]
- def getPublicFilesFTP(name: Option[String] = None, extensions: Seq[String], path: String): Option[FileOutput]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def insertFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val loginAndRequestReads: Reads[(String, String)]
- val loginRequestAndParamReads: Reads[(String, String, Seq[FilterParameter])]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val notificationContentAndLoginsRead: Reads[(NotificationContent, Seq[String], String)]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val pattern: Regex
- val picturesExtensions: Seq[String]
- def sendNotif(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def setDevice(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updateFilter(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def updatePassword(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val userFilterAndParamReads: Reads[(String, String, Option[Seq[FilterParameter]])]
- 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])
- def zabbix(message: JsValue, headers: Map[String, Any], module: String, user: String): String
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)