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 calcMatthewsCorrelations(filterOrId: Either[Seq[FilterCondition], BSONObjectID] = Left(Nil)): Call

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

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

    Permalink
  13. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. 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
  18. def exportTableRecordsAsJson(tableColumnNames: Seq[String], filter: Seq[FilterCondition], tableColumnsOnly: Boolean, useDisplayValues: Boolean, selectedOnly: Boolean, selectedIds: Seq[BSONObjectID]): Call

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

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

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

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

    Permalink
  23. def finalize(): Unit

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

    Permalink
  25. 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
  26. def generateTable(page: Int, orderBy: String, fieldNames: Seq[String], filterOrId: Either[Seq[FilterCondition], BSONObjectID], tableSelection: Boolean): Call

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

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

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

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

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

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

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

    Permalink
  34. def getDefaultView(): Call

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

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

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

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

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

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

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

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

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

    Permalink
  44. def getNewFilter(): Call

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

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

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

    Permalink
  48. def getSeriesProcessingSpec(): Call

    Permalink
  49. def getSeriesTransformationSpec(): Call

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

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

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

    Permalink
  53. def getWidgets(): Call

    Permalink
  54. def hashCode(): Int

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

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

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

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

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

    Permalink
  60. def runSeriesTransformation(): Call

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

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

    Permalink
  63. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped