org
.
ada
.
web
.
controllers
.
dataset
DataSetController
Related Doc:
package dataset
trait
DataSetController
extends
ReadonlyController
[
BSONObjectID
]
Linear Supertypes
ReadonlyController
[
BSONObjectID
],
AnyRef
,
Any
Known Subclasses
DataSetControllerImpl
,
DataSetDispatcher
Ordering
Alphabetic
By Inheritance
Inherited
DataSetController
ReadonlyController
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
calcComparison
(
fieldName:
String
,
filterOrIds:
Seq
[
FilterOrId
]
)
:
Action
[
AnyContent
]
abstract
def
calcCumulativeCount
(
fieldName:
String
,
groupFieldName:
Option
[
String
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
calcDistribution
(
fieldName:
String
,
groupFieldName:
Option
[
String
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
calcHeatmap
(
xFieldName:
String
,
yFieldName:
String
,
valueFieldName:
Option
[
String
]
,
aggType:
Option
[
server.models.AggType.Value
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
calcMatthewsCorrelations
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
calcPearsonCorrelations
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
calcScatter
(
xFieldName:
String
,
yFieldName:
String
,
groupOrValueFieldName:
Option
[
String
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
cluster
(
mlModelId:
BSONObjectID
,
inputFieldNames:
Seq
[
String
]
,
filterId:
Option
[
BSONObjectID
]
,
featuresNormalizationType:
Option
[
incal.spark_ml.models.VectorScalerType.Value
]
,
pcaDims:
Option
[
Int
]
)
:
Action
[
AnyContent
]
abstract
def
exportTableRecordsAsCsv
(
tableColumnNames:
Seq
[
String
]
,
delimiter:
String
,
replaceEolWithSpace:
Boolean
,
eol:
Option
[
String
]
,
filter:
Seq
[
FilterCondition
]
,
tableColumnsOnly:
Boolean
,
useDisplayValues:
Boolean
,
escapeStringValues:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
exportTableRecordsAsJson
(
tableColumnNames:
Seq
[
String
]
,
filter:
Seq
[
FilterCondition
]
,
tableColumnsOnly:
Boolean
,
useDisplayValues:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
exportTranSMARTDataFile
(
delimiter:
String
,
visitFieldName:
Option
[
String
]
,
replaceEolWithSpace:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
exportTranSMARTMappingFile
(
delimiter:
String
,
visitFieldName:
Option
[
String
]
,
replaceEolWithSpace:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
exportViewRecordsAsCsv
(
dataViewId:
BSONObjectID
,
delimiter:
String
,
replaceEolWithSpace:
Boolean
,
eol:
Option
[
String
]
,
filter:
Seq
[
FilterCondition
]
,
tableColumnsOnly:
Boolean
,
useDisplayValues:
Boolean
,
escapeStringValues:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
exportViewRecordsAsJson
(
dataViewId:
BSONObjectID
,
filter:
Seq
[
FilterCondition
]
,
tableColumnsOnly:
Boolean
,
useDisplayValues:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
find
(
page:
Int
,
orderBy:
String
,
filter:
Seq
[
FilterCondition
]
)
:
Action
[
AnyContent
]
Definition Classes
ReadonlyController
abstract
def
findCustom
(
filterOrId:
FilterOrId
,
orderBy:
String
,
projection:
Seq
[
String
]
,
limit:
Option
[
Int
]
,
skip:
Option
[
Int
]
)
:
Action
[
AnyContent
]
abstract
def
generateTable
(
page:
Int
,
orderBy:
String
,
fieldNames:
Seq
[
String
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
generateTableWithFilter
(
page:
Int
,
orderBy:
String
,
fieldNames:
Seq
[
String
]
,
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
get
(
id:
BSONObjectID
)
:
Action
[
AnyContent
]
Definition Classes
ReadonlyController
abstract
def
getCategoriesWithFieldsAsTreeNodes
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getClusterization
:
Action
[
AnyContent
]
abstract
def
getComparison
(
filterOrIds:
Seq
[
FilterOrId
]
)
:
Action
[
AnyContent
]
abstract
def
getCumulativeCount
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getDefaultView
:
Action
[
AnyContent
]
abstract
def
getDistribution
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getField
(
fieldName:
String
)
:
Action
[
AnyContent
]
abstract
def
getFieldNamesAndLabels
(
fieldTypeIds:
Seq
[
server.models.FieldTypeId.Value
]
)
:
Action
[
AnyContent
]
abstract
def
getFieldTypeWithAllowedValues
(
fieldName:
String
)
:
Action
[
AnyContent
]
abstract
def
getFieldValue
(
id:
BSONObjectID
,
fieldName:
String
)
:
Action
[
AnyContent
]
abstract
def
getFields
(
fieldTypeIds:
Seq
[
server.models.FieldTypeId.Value
]
)
:
Action
[
AnyContent
]
abstract
def
getFractalis
(
fieldName:
Option
[
String
]
)
:
Action
[
AnyContent
]
abstract
def
getHeatmap
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getIndependenceTest
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getMatthewsCorrelations
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getNewFilter
:
Action
[
AnyContent
]
abstract
def
getNewFilterViewElementsAndWidgetsCallback
(
dataViewId:
BSONObjectID
,
tableOrder:
String
,
totalCount:
Int
)
:
Action
[
AnyContent
]
abstract
def
getPearsonCorrelations
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getScatter
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getSeriesProcessingSpec
:
Action
[
AnyContent
]
abstract
def
getSeriesTransformationSpec
:
Action
[
AnyContent
]
abstract
def
getTable
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
abstract
def
getView
(
dataViewId:
BSONObjectID
,
tablePages:
Seq
[
PageOrder
]
,
filterOrIds:
Seq
[
FilterOrId
]
,
filterChanged:
Boolean
)
:
Action
[
AnyContent
]
abstract
def
getViewElementsAndWidgetsCallback
(
dataViewId:
BSONObjectID
,
tableOrder:
String
,
filterOrId:
FilterOrId
,
oldCountDiff:
Option
[
Int
]
)
:
Action
[
AnyContent
]
abstract
def
getWidgets
:
Action
[
AnyContent
]
abstract
def
listAll
(
orderBy:
String
)
:
Action
[
AnyContent
]
Definition Classes
ReadonlyController
abstract
def
runSeriesProcessing
:
Action
[
AnyContent
]
abstract
def
runSeriesTransformation
:
Action
[
AnyContent
]
abstract
def
testIndependence
(
filterOrId:
FilterOrId
)
:
Action
[
AnyContent
]
Concrete 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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ReadonlyController
[
BSONObjectID
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped