class
UserController extends AnyRef
Instance Constructors
-
new
UserController()(implicit userDao: UserDao, userStatisticDao: UserStatisticDao, userBookmarkDao: UserBookmarkDao, userFilterDao: UserFilterDao, userHabilitationDao: UserHabilitationDao, mobilesNotificationDao: MobilesNotificationDao, notificationUtil: NotificationsUtil, contactDao: ContactDao, logUtil: LogUtil, parameterDao: ParameterDao, sieauParametersDao: SieauParametersDao, userLayerDao: UserLayerDao, ws: WSClient)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
changePassword(message: JsValue): String
-
def
clone(): AnyRef
-
val
contentsUrl: String
-
def
create(message: JsValue): String
-
def
createBookmark(message: JsValue): String
-
def
delete(message: JsValue): String
-
def
deleteBookmark(message: JsValue): String
-
def
deleteFilter(message: JsValue): String
-
val
dirPicturesEnv: String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
executeFilter(message: JsValue): String
-
def
finalize(): Unit
-
val
ftpRoot: String
-
def
get(message: JsValue): String
-
def
getAll(message: JsValue): String
-
def
getAllFilters(message: JsValue): String
-
def
getAllMobileNotifications(message: JsValue): String
-
def
getAllUsersOfFilter(message: JsValue): String
-
def
getBookmarks(message: JsValue): String
-
final
def
getClass(): Class[_]
-
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]
-
val
habilitationsList: Seq[String]
-
def
hashCode(): Int
-
def
insertFilter(message: JsValue): String
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
val
notificationContentAndLoginsRead: Reads[(NotificationContent, Seq[String])]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
picturesExtensions: Seq[String]
-
def
sendNotif(message: JsValue): String
-
def
setDevice(message: JsValue): String
-
val
shadowUsers: Seq[UserToken]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(message: JsValue): String
-
def
updateFilter(message: JsValue): String
-
def
updatePassword(message: JsValue): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zabbix(message: JsValue): String
Inherited from AnyRef
Inherited from Any