c

controllers

StationLinkController

class StationLinkController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StationLinkController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StationLinkController()(implicit stationLinkDao: StationLinkDao, stationContributorDao: StationContributorDao, stationAccessibilitiesDao: StationAccessibilitiesDao, userDao: UserDao, PointPrelDao: PointPrelDao, logUtil: LogUtil)
    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. def addStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val codeAndStationTypeRead: Reads[(String, Int)]
  8. def deleteStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def filterLinksWithAccessRights(user: String, links: Seq[StationLinkDetailed], module: String): Seq[StationLinkDetailed]
  12. def getAllAccessiblitiesLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  13. def getAllContributorLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  14. val getAllProdReads: Reads[(Int, Option[Seq[Int]], String, String)]
  15. def getAllStationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getDeeperStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  18. def getLinkedStationEvents(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  19. def getStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. val prelDataExists: Reads[(String, Int, Int)]
  26. val stationLinkReads: Reads[(String, String, Long, Option[Boolean], String)]
  27. val stationTypeRead: Reads[Int]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def verifyPrelDataExists(message: JsValue, headers: Map[String, Any], module: String, user: String): String
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. 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