class StationLinkController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StationLinkController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StationLinkController()(implicit stationLinkDao: StationLinkDao, stationContributorDao: StationContributorDao, stationAccessibilitiesDao: StationAccessibilitiesDao, userDao: UserDao, PointPrelDao: PointPrelDao, logUtil: LogUtil)
- 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 addStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val codeAndStationTypeRead: Reads[(String, Int)]
- def deleteStationLink(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 filterLinksWithAccessRights(user: String, links: Seq[StationLinkDetailed], module: String): Seq[StationLinkDetailed]
- def getAllAccessiblitiesLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getAllContributorLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- val getAllProdReads: Reads[(Int, Option[Seq[Int]], String, String)]
- def getAllStationLinks(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDeeperStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getLinkedStationEvents(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def getStationLink(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val prelDataExists: Reads[(String, Int, Int)]
- val stationLinkReads: Reads[(String, String, Long, Option[Boolean], String)]
- val stationTypeRead: Reads[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verifyPrelDataExists(message: JsValue, headers: Map[String, Any], module: String, user: String): String
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)