Package

core3.database

views

Permalink

package views

Visibility
  1. Public
  2. All

Type Members

  1. case class ContainerQueryData(queryType: QueryType, containerType: ContainerType, customQueryName: Option[String], queryParams: Option[Map[String, String]], withFilter: Option[(Container) ⇒ Boolean]) extends Product with Serializable

    Permalink

    Class for storing container query configuration data.

    Class for storing container query configuration data.

    queryType

    the query type to be performed

    containerType

    the container type to query

    customQueryName

    the name of a custom query to execute (required, if query type is 'Custom')

    queryParams

    the parameters to use for the query (required, if query type is 'Custom')

    withFilter

    a function to be used for filtering the query results

  2. trait ContainerView extends AnyRef

    Permalink

    Container view trait for grouping related containers.

  3. trait JSONContainerViewCompanion extends AnyRef

    Permalink

    Implementation & usage trait for container views supporting JSON data handling.

  4. sealed trait QueryType extends AnyRef

    Permalink

Value Members

  1. object ContainerQueryData extends Serializable

    Permalink
  2. object QueryType

    Permalink
  3. package core

    Permalink

Ungrouped