Class

org.ada.web.controllers.dataset

DataSetRouter

Related Doc: package dataset

Permalink

class DataSetRouter extends GenericRouter[ReverseDataSetDispatcher]

Container for various calls from Controllers. To be passed to other modules like views to simplify data access.

Linear Supertypes
GenericRouter[ReverseDataSetDispatcher], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSetRouter
  2. GenericRouter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataSetRouter(dataSetId: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allFieldNamesAndLabels: Call

    Permalink
  5. val allFields: Call

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. val exportTableAsCsv: (Seq[String], String, Boolean, Option[String], Seq[FilterCondition], Boolean, Boolean, Boolean) ⇒ Call

    Permalink
  11. val exportTableAsJson: (Seq[String], Seq[FilterCondition], Boolean, Boolean) ⇒ Call

    Permalink
  12. val exportTranSMARTData: Call

    Permalink
  13. val exportTranSMARTMapping: Call

    Permalink
  14. val exportViewAsCsv: (BSONObjectID, String, Boolean, Option[String], Seq[FilterCondition], Boolean, Boolean, Boolean) ⇒ Call

    Permalink
  15. val exportViewAsJson: (BSONObjectID, Seq[FilterCondition], Boolean, Boolean) ⇒ Call

    Permalink
  16. val fieldNamesAndLabels: (Seq[server.models.FieldTypeId.Value]) ⇒ Call

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val findCustom: (Either[Seq[FilterCondition], BSONObjectID], String, Seq[String], Option[Int], Option[Int]) ⇒ Call

    Permalink
  19. val generateTable: (Int, String, Seq[String], Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  20. val get: (BSONObjectID) ⇒ Call

    Permalink
  21. val getCategoriesWithFieldsAsTreeNodes: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. val getClusterization: Call

    Permalink
  24. val getComparison: (Seq[Either[Seq[FilterCondition], BSONObjectID]]) ⇒ Call

    Permalink
  25. val getCumulativeCount: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  26. val getDefaultView: Call

    Permalink
  27. val getDistribution: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  28. val getFieldValue: (BSONObjectID, String) ⇒ Call

    Permalink
  29. val getFractalis: (Option[String]) ⇒ Call

    Permalink
  30. val getHeatmap: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  31. val getIndependenceTest: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  32. val getMatthewsCorrelations: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  33. val getPearsonCorrelations: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  34. val getScatter: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  35. val getSeriesProcessingSpec: Call

    Permalink
  36. val getSeriesTransformationSpec: Call

    Permalink
  37. val getTable: (Either[Seq[FilterCondition], BSONObjectID]) ⇒ Call

    Permalink
  38. val getView: (BSONObjectID, Seq[PageOrder], Seq[Either[Seq[FilterCondition], BSONObjectID]], Boolean) ⇒ Call

    Permalink
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. val id: String

    Permalink
    Definition Classes
    GenericRouter
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. val list: (Int, String, Seq[FilterCondition]) ⇒ Call

    Permalink
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. val plainList: Call

    Permalink
  47. def route(call: Call): Call

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  48. def routeFun(callFun: (ReverseDataSetDispatcher) ⇒ Call): Call

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  49. val routes: ReverseDataSetDispatcher

    Permalink
    Attributes
    protected
    Definition Classes
    GenericRouter
  50. val runSeriesProcessing: Call

    Permalink
  51. val runSeriesTransformation: Call

    Permalink
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GenericRouter[ReverseDataSetDispatcher]

Inherited from AnyRef

Inherited from Any

Ungrouped