c

controllers

UserStationController

class UserStationController extends AnyRef

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

Instance Constructors

  1. new UserStationController()(implicit userStationDao: UserStationDao, userDao: UserDao, userHabilitationDao: UserHabilitationDao, piezometerNetworkLinkDao: PiezometerNetworkLinkDao, qualitometerNetworkLinkDao: QualitometerNetworkLinkDao, productionStationLinkDao: ProductionStationLinkDao, distributionStationLinkDao: DistributionStationLinkDao, logUtil: LogUtil, database: Database)
    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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def createUserStation(login: String, stationType: String, stationCode: String, selectedMode: String): UserStation
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getAssociatedStationType(t: Int): String
  10. def getAssociatedStations(login: String, stations: Seq[UserStation]): Seq[UserStation]
  11. def getAuthorizedStations(applicativeUsers: Seq[User], stationType: String, userStations: Seq[String], habilitationsAllApplicative: Seq[UserHabilitation], allValue: String, userHasAll: Boolean): Seq[String]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getSplitHabilitation(value: UserHabilitation): Seq[String]
  14. def getStationAvailaible(login: String, habilitations: Seq[UserHabilitation], typeHabilitation: String, allValue: String, stationType: String, module: String): Seq[String]
  15. def getStations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. def getUserAllStationAvailable(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  17. def getUserStation(login: String, selectedMode: String, stationLinks: Seq[LinkStation]): Seq[UserStation]
  18. def getUserStationAvailable(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. def getUserStationByLinkedStation(login: String, selectedMode: String, linkStation: LinkStation): UserStation
  20. def getUserStationRights(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val loginModuleReads: Reads[(String, String)]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def updateStations(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  30. val userAllowReads: Reads[(String, String, String)]
  31. val userStationAllowReads: Reads[(String, String, String, String)]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. 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)

Inherited from AnyRef

Inherited from Any

Ungrouped