org.tyranid.report

MongoQuery

trait MongoQuery extends Query

Linear Supertypes
Query, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MongoQuery
  2. Query
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. val allFields : Seq[Field]

    Attributes
    abstract
    Definition Classes
    Query
  2. val defaultFields : Seq[Field]

    Attributes
    abstract
    Definition Classes
    Query
  3. val entity : MongoEntity

    Attributes
    abstract
  4. val name : String

    Attributes
    abstract
    Definition Classes
    Query

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def boolean (path: String, sec: String = "Standard", label: String = null): BooleanField

  8. def by (name: String): Field

    Definition Classes
    Query
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def date (path: String, sec: String = "Standard", label: String = null): DateField

  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def exists (path: String, sec: String = "Standard", label: String = null): ExistsField

  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. val grouping : Grouping

    Definition Classes
    Query
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def label : String

    Definition Classes
    Query
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def newReport : Report

    Definition Classes
    Query
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def prepareSearch (run: Run): DBObjectImp

    Definition Classes
    MongoQueryQuery
  25. def run (run: Run): Iterable[Record]

    Definition Classes
    MongoQueryQuery
  26. val searchScreen : String

    Definition Classes
    Query
  27. def selectable : Boolean

    Definition Classes
    Query
  28. def string (path: String, sec: String = "Standard", label: String = null): StringField

  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. lazy val view : MongoView

  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Query

Inherited from AnyRef

Inherited from Any