Package

org.ada.web.controllers

dataset

Permalink

package dataset

Visibility
  1. Public
  2. All

Type Members

  1. trait CategoryController extends CrudController[BSONObjectID]

    Permalink
  2. trait CategoryControllerFactory extends AnyRef

    Permalink
  3. class CategoryControllerImpl extends AdaCrudControllerImpl[Category, BSONObjectID] with CategoryController with HasFormShowEqualEditView[Category, BSONObjectID]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  4. class CategoryDispatcher extends DataSetLikeDispatcher[CategoryController] with CategoryController

    Permalink
  5. final class CategoryJsRouter extends GenericJsRouter[dataset.javascript.ReverseCategoryDispatcher]

    Permalink
  6. final class CategoryRouter extends GenericRouter[ReverseCategoryDispatcher] with CrudRouter[BSONObjectID]

    Permalink
  7. abstract class ClassificationRunControllerImpl[R <: ClassificationResult] extends MLRunControllerImpl[R, Classifier]

    Permalink
  8. trait DataSetController extends ReadonlyController[BSONObjectID]

    Permalink
  9. trait DataSetControllerFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  10. class DataSetControllerFactoryImpl extends DataSetControllerFactory

    Permalink
    Attributes
    protected
    Annotations
    @Singleton()
  11. class DataSetControllerImpl extends AdaReadonlyControllerImpl[JsObject, BSONObjectID] with DataSetController with ExportableAction[JsObject] with DistributionWidgetGeneratorHelper

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  12. class DataSetDispatcher extends SecureControllerDispatcher[DataSetController] with AdminOrOwnerControllerDispatcherExt[DataSetController] with DataSetController

    Permalink
  13. final class DataSetJsRouter extends GenericJsRouter[dataset.javascript.ReverseDataSetDispatcher]

    Permalink
  14. abstract class DataSetLikeDispatcher[C] extends SecureControllerDispatcher[C]

    Permalink
  15. class DataSetRouter extends GenericRouter[ReverseDataSetDispatcher]

    Permalink

    Container for various calls from Controllers.

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

  16. class DataSetSettingController extends AdaCrudControllerImpl[DataSetSetting, BSONObjectID] with AdminRestrictedCrudController[BSONObjectID] with HasBasicFormCreateView[DataSetSetting] with HasFormShowEqualEditView[DataSetSetting, BSONObjectID] with HasBasicListView[DataSetSetting]

    Permalink
  17. case class DataSetShowViewDataHolder(id: BSONObjectID, title: String, item: JsObject, listCall: Call, nonNullOnly: Boolean, fieldNameLabelAndRendererMap: Map[String, (String, (JsReadable) ⇒ String)], dataSpaceMetaInfos: Traversable[DataSpaceMetaInfo]) extends Product with Serializable

    Permalink
  18. class DataSetWebContext extends AnyRef

    Permalink
  19. class DataSpaceMetaInfoController extends AdaCrudControllerImpl[DataSpaceMetaInfo, BSONObjectID] with SubjectPresentRestrictedCrudController[BSONObjectID] with HasBasicFormCreateView[DataSpaceMetaInfo] with HasBasicListView[DataSpaceMetaInfo]

    Permalink
  20. trait DataViewController extends CrudController[BSONObjectID]

    Permalink
  21. trait DataViewControllerFactory extends AnyRef

    Permalink
  22. class DataViewControllerImpl extends AdaCrudControllerImpl[DataView, BSONObjectID] with DataViewController with HasFormShowEqualEditView[DataView, BSONObjectID]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  23. class DataViewDispatcher extends DataSetLikeDispatcher[DataViewController] with AdminOrOwnerControllerDispatcherExt[DataViewController] with DataViewController

    Permalink
  24. final class DataViewJsRouter extends GenericJsRouter[dataset.javascript.ReverseDataViewDispatcher]

    Permalink
  25. final class DataViewRouter extends GenericRouter[ReverseDataViewDispatcher] with CrudRouter[BSONObjectID]

    Permalink
  26. trait DictionaryController extends CrudController[String]

    Permalink
  27. trait DictionaryControllerFactory extends AnyRef

    Permalink
  28. class DictionaryControllerImpl extends AdaCrudControllerImpl[Field, String] with DictionaryController with WidgetRepoController[Field] with HasFormShowEqualEditView[Field, String] with ExportableAction[Field]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  29. class DictionaryDispatcher extends DataSetLikeDispatcher[DictionaryController] with DictionaryController

    Permalink
  30. final class DictionaryJsRouter extends GenericJsRouter[dataset.javascript.ReverseDictionaryDispatcher]

    Permalink
  31. class DictionaryRouter extends GenericRouter[ReverseDictionaryDispatcher] with ReadonlyRouter[String]

    Permalink

    Container for various calls from Controllers.

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

  32. trait FilterController extends CrudController[BSONObjectID]

    Permalink
  33. trait FilterControllerFactory extends AnyRef

    Permalink
  34. class FilterControllerImpl extends AdaCrudControllerImpl[Filter, BSONObjectID] with FilterController with HasFormShowEqualEditView[Filter, BSONObjectID]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  35. class FilterDispatcher extends DataSetLikeDispatcher[FilterController] with AdminOrOwnerControllerDispatcherExt[FilterController] with FilterController

    Permalink
  36. final class FilterJsRouter extends GenericJsRouter[dataset.javascript.ReverseFilterDispatcher]

    Permalink
  37. final class FilterRouter extends GenericRouter[ReverseFilterDispatcher] with CrudRouter[BSONObjectID]

    Permalink
  38. trait GenericDataSetControllerFactory extends AnyRef

    Permalink
  39. trait MLRunController extends ReadonlyController[BSONObjectID]

    Permalink
  40. abstract class MLRunControllerImpl[R <: MLResult, ML] extends AdaReadonlyControllerImpl[R, BSONObjectID] with MLRunController with WidgetRepoController[R] with ExportableAction[R]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  41. abstract class MLRunDispatcher[C <: MLRunController] extends DataSetLikeDispatcher[C] with MLRunController

    Permalink
  42. trait MLRunRouter extends ReadonlyRouter[BSONObjectID]

    Permalink
  43. abstract class RegressionRunControllerImpl[E <: RegressionResult] extends MLRunControllerImpl[E, Regressor]

    Permalink
  44. class ReverseCategoryDispatcher extends AnyRef

    Permalink
  45. class ReverseDataSetDispatcher extends AnyRef

    Permalink
  46. class ReverseDataSetSettingController extends AnyRef

    Permalink
  47. class ReverseDataSpaceMetaInfoController extends AnyRef

    Permalink
  48. class ReverseDataViewDispatcher extends AnyRef

    Permalink
  49. class ReverseDictionaryDispatcher extends AnyRef

    Permalink
  50. class ReverseFilterDispatcher extends AnyRef

    Permalink
  51. class ReverseStandardClassificationRunDispatcher extends AnyRef

    Permalink
  52. class ReverseStandardRegressionRunDispatcher extends AnyRef

    Permalink
  53. class ReverseTemporalClassificationRunDispatcher extends AnyRef

    Permalink
  54. class ReverseTemporalRegressionRunDispatcher extends AnyRef

    Permalink
  55. trait StandardClassificationRunController extends MLRunController

    Permalink
  56. trait StandardClassificationRunControllerFactory extends AnyRef

    Permalink
  57. class StandardClassificationRunControllerImpl extends ClassificationRunControllerImpl[StandardClassificationResult] with StandardClassificationRunController

    Permalink
  58. class StandardClassificationRunDispatcher extends MLRunDispatcher[StandardClassificationRunController] with StandardClassificationRunController

    Permalink
  59. final class StandardClassificationRunJsRouter extends GenericJsRouter[dataset.javascript.ReverseStandardClassificationRunDispatcher]

    Permalink
  60. class StandardClassificationRunRouter extends GenericRouter[ReverseStandardClassificationRunDispatcher] with MLRunRouter

    Permalink
  61. trait StandardRegressionRunController extends MLRunController

    Permalink
  62. trait StandardRegressionRunControllerFactory extends AnyRef

    Permalink
  63. class StandardRegressionRunControllerImpl extends RegressionRunControllerImpl[StandardRegressionResult] with StandardRegressionRunController

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  64. class StandardRegressionRunDispatcher extends MLRunDispatcher[StandardRegressionRunController] with StandardRegressionRunController

    Permalink
  65. final class StandardRegressionRunJsRouter extends GenericJsRouter[dataset.javascript.ReverseStandardRegressionRunDispatcher]

    Permalink
  66. class StandardRegressionRunRouter extends GenericRouter[ReverseStandardRegressionRunDispatcher] with MLRunRouter

    Permalink
  67. case class TableViewData(page: Page[JsObject], filter: Option[Filter], tableFields: Traversable[Field]) extends Product with Serializable

    Permalink
  68. trait TemporalClassificationRunController extends MLRunController

    Permalink
  69. trait TemporalClassificationRunControllerFactory extends AnyRef

    Permalink
  70. class TemporalClassificationRunControllerImpl extends ClassificationRunControllerImpl[TemporalClassificationResult] with TemporalClassificationRunController

    Permalink
  71. class TemporalClassificationRunDispatcher extends MLRunDispatcher[TemporalClassificationRunController] with TemporalClassificationRunController

    Permalink
  72. final class TemporalClassificationRunJsRouter extends GenericJsRouter[dataset.javascript.ReverseTemporalClassificationRunDispatcher]

    Permalink
  73. class TemporalClassificationRunRouter extends GenericRouter[ReverseTemporalClassificationRunDispatcher] with MLRunRouter

    Permalink
  74. trait TemporalRegressionRunController extends MLRunController

    Permalink
  75. trait TemporalRegressionRunControllerFactory extends AnyRef

    Permalink
  76. class TemporalRegressionRunControllerImpl extends RegressionRunControllerImpl[TemporalRegressionResult] with TemporalRegressionRunController

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  77. class TemporalRegressionRunDispatcher extends MLRunDispatcher[TemporalRegressionRunController] with TemporalRegressionRunController

    Permalink
  78. final class TemporalRegressionRunJsRouter extends GenericJsRouter[dataset.javascript.ReverseTemporalRegressionRunDispatcher]

    Permalink
  79. class TemporalRegressionRunRouter extends GenericRouter[ReverseTemporalRegressionRunDispatcher] with MLRunRouter

    Permalink
  80. class routes extends AnyRef

    Permalink

Value Members

  1. object ControllerName extends Enumeration

    Permalink
  2. object DataSetWebContext

    Permalink
  3. object IndependenceTestResult

    Permalink
  4. package dataimport

    Permalink
  5. package datatrans

    Permalink
  6. package javascript

    Permalink

Ungrouped