org.tyranid

report

package report

Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanField (sec: String, path: Path, l: String) extends PathField with Product with Serializable

  2. case class DateField (sec: String, path: Path, l: String) extends PathField with Product with Serializable

  3. case class ExistsField (sec: String, path: Path, l: String) extends PathField with Product with Serializable

  4. trait Field extends AnyRef

  5. case class Grid (query: Query) extends Product with Serializable

  6. case class Grouping (entity: MongoEntity, keyName: String, value: () ⇒ AnyRef) extends Product with Serializable

  7. trait MongoQuery extends Query

  8. trait PathField extends Field

  9. trait Query extends AnyRef

  10. class Report extends AnyRef

  11. case class Run (report: Report, grid: Grid) extends Product with Serializable

  12. case class StringField (sec: String, path: Path, l: String) extends PathField with Product with Serializable