Packages

c

com.datasolvr.services.facade

DashboardDisplay

case class DashboardDisplay(id: String, name: String, description: String, category: String, select: List[String], groupBy: List[String], filter: Option[DashboardComponentFilter], drillDown: List[String], layout: LayoutParameters, notes: List[DashboardDisplayNote], selectOptions: Map[String, SelectOptions], groupByOptions: Map[String, GroupByOptions], displayOptions: Map[String, String], alerts: List[DashboardDisplayAlert]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DashboardDisplay
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DashboardDisplay(id: String, name: String, description: String, category: String, select: List[String], groupBy: List[String], filter: Option[DashboardComponentFilter], drillDown: List[String], layout: LayoutParameters, notes: List[DashboardDisplayNote], selectOptions: Map[String, SelectOptions], groupByOptions: Map[String, GroupByOptions], displayOptions: Map[String, String], alerts: List[DashboardDisplayAlert])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alerts: List[DashboardDisplayAlert]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val category: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def dataContentEquals(other: DashboardDisplay): Boolean
  9. def dataContentKey: (String, List[String], List[String], Option[DashboardComponentFilter], Map[String, Double], Option[String], List[DashboardDisplayAlert])
  10. def dataEquals(other: DashboardDisplay): Boolean
  11. def dataKey: (String, (String, List[String], List[String], Option[DashboardComponentFilter], Map[String, Double], Option[String], List[DashboardDisplayAlert]))
  12. def dependsOnAny(customFunctions: Seq[String]): Boolean
  13. val description: String
  14. val displayOptions: Map[String, String]
  15. val drillDown: List[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val filter: Option[DashboardComponentFilter]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getDisplayOptions: Options
  20. def getGroupByColumnCount: Int
  21. val groupBy: List[String]
  22. val groupByOptions: Map[String, GroupByOptions]
  23. val id: String
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val layout: LayoutParameters
  26. val name: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val notes: List[DashboardDisplayNote]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def outputKey: (String, List[String], List[String], Option[DashboardComponentFilter], Map[String, SelectOptions], Map[String, GroupByOptions], Option[String], List[DashboardDisplayAlert])
  32. val select: List[String]
  33. val selectOptions: Map[String, SelectOptions]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped