Class

org.ada.web.controllers.dataset

ReverseDataSetDispatcher

Related Doc: package dataset

Permalink

class ReverseDataSetDispatcher extends AnyRef

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

Instance Constructors

  1. new ReverseDataSetDispatcher(_prefix: ⇒ 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. def _defaultPrefix: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def calcComparison(fieldName: String, filterOrIds: Seq[Either[Seq[FilterCondition], BSONObjectID]] = Nil): Call

    Permalink
  7. def calcCumulativeCount(fieldName: String, groupFieldName: Option[String] = None, filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  8. def calcDistribution(fieldName: String, groupFieldName: Option[String] = None, filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  9. def calcHeatmap(xFieldName: String, yFieldName: String, valueFieldName: Option[String] = None, aggType: Option[server.models.AggType.Value] = None, filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  10. def calcLineChart(xFieldName: String, groupFieldName: Option[String] = None, filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  11. def calcMatthewsCorrelations(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  12. def calcPearsonCorrelations(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  13. def calcScatter(xFieldName: String, yFieldName: String, groupFieldName: Option[String] = None, filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def cluster(mlModelId: BSONObjectID, inputFieldNames: Seq[String], filterId: Option[BSONObjectID], featuresNormalizationType: Option[incal.spark_ml.models.VectorScalerType.Value], pcaDims: Option[Int]): Call

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def exportTableRecordsAsCsv(tableColumnNames: Seq[String], delimiter: String, replaceEolWithSpace: Boolean, eol: Option[String], filter: Seq[FilterCondition], tableColumnsOnly: Boolean, useDisplayValues: Boolean, escapeStringValues: Boolean, selectedOnly: Boolean, selectedIds: Seq[BSONObjectID]): Call

    Permalink
  19. def exportTableRecordsAsJson(tableColumnNames: Seq[String], filter: Seq[FilterCondition], tableColumnsOnly: Boolean, useDisplayValues: Boolean, selectedOnly: Boolean, selectedIds: Seq[BSONObjectID]): Call

    Permalink
  20. def exportTranSMARTDataFile(delimiter: String = "\t", visitFieldName: Option[String] = None, replaceEolWithSpace: Boolean = false): Call

    Permalink
  21. def exportTranSMARTMappingFile(delimiter: String = "\t", visitFieldName: Option[String] = None, replaceEolWithSpace: Boolean = false): Call

    Permalink
  22. def exportViewRecordsAsCsv(dataViewId: BSONObjectID, delimiter: String, replaceEolWithSpace: Boolean, eol: Option[String], filter: Seq[FilterCondition], tableColumnsOnly: Boolean, useDisplayValues: Boolean, escapeStringValues: Boolean): Call

    Permalink
  23. def exportViewRecordsAsJson(dataViewId: BSONObjectID, filter: Seq[FilterCondition], tableColumnsOnly: Boolean, useDisplayValues: Boolean): Call

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def find(p: Int = 0, s: String = "", filter: Seq[FilterCondition] = Nil): Call

    Permalink
  26. def findCustom(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil), orderBy: String = "", projection: Seq[String] = Nil, limit: Option[Int] = None, skip: Option[Int] = None): Call

    Permalink
  27. def generateTable(page: Int, orderBy: String, fieldNames: Seq[String], filterOrId: Either[Seq[FilterCondition], BSONObjectID], tableSelection: Boolean): Call

    Permalink
  28. def generateTableWithFilter(page: Int, orderBy: String, fieldNames: Seq[String], filterOrId: Either[Seq[FilterCondition], BSONObjectID]): Call

    Permalink
  29. def get(id: BSONObjectID): Call

    Permalink
  30. def getCategoriesWithFieldsAsTreeNodes(filterOrId: Either[Seq[FilterCondition], BSONObjectID]): Call

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getClusterization(): Call

    Permalink
  33. def getComparison(filterOrIds: Seq[Either[Seq[FilterCondition], BSONObjectID]] = Nil): Call

    Permalink
  34. def getCumulativeCount(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  35. def getDefaultView(): Call

    Permalink
  36. def getDistribution(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  37. def getField(fieldName: String): Call

    Permalink
  38. def getFieldNamesAndLabels(fieldTypeIds: Seq[server.models.FieldTypeId.Value] = Nil): Call

    Permalink
  39. def getFieldTypeWithAllowedValues(fieldName: String): Call

    Permalink
  40. def getFieldValue(id: BSONObjectID, fieldName: String): Call

    Permalink
  41. def getFields(fieldTypeIds: Seq[server.models.FieldTypeId.Value] = Nil): Call

    Permalink
  42. def getHeatmap(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  43. def getIndependenceTest(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  44. def getLineChart(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  45. def getMatthewsCorrelations(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  46. def getNewFilter(): Call

    Permalink
  47. def getNewFilterViewElementsAndWidgetsCallback(dataViewId: BSONObjectID, tableOrder: String, totalCount: Int): Call

    Permalink
  48. def getPearsonCorrelations(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  49. def getScatter(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  50. def getSeriesProcessingSpec(): Call

    Permalink
  51. def getSeriesTransformationSpec(): Call

    Permalink
  52. def getTable(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  53. def getView(dataViewId: BSONObjectID, tablePages: Seq[PageOrder] = Nil, filterOrIds: Seq[Either[Seq[FilterCondition], BSONObjectID]] = Nil, filterChanged: Boolean = false): Call

    Permalink
  54. def getViewElementsAndWidgetsCallback(dataViewId: BSONObjectID, tableOrder: String, filterOrId: Either[Seq[FilterCondition], BSONObjectID], oldCountDiff: Option[Int], tableSelection: Boolean): Call

    Permalink
  55. def getWidgets(): Call

    Permalink
  56. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  61. def runSeriesProcessing(): Call

    Permalink
  62. def runSeriesTransformation(): Call

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

    Permalink
    Definition Classes
    AnyRef
  64. def testIndependence(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

    Permalink
  65. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped