Class

org.ada.web.runnables.core

QueryByIds

Related Doc: package core

Permalink

class QueryByIds extends DsaInputFutureRunnable[QueryByIdsSpec] with RunnableHtmlOutput with IdCriterionHelper

Linear Supertypes
IdCriterionHelper, RunnableHtmlOutput, DsaInputFutureRunnable[QueryByIdsSpec], InputFutureRunnableExt[QueryByIdsSpec], InputFutureRunnable[QueryByIdsSpec], InputRunnable[QueryByIdsSpec], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryByIds
  2. IdCriterionHelper
  3. RunnableHtmlOutput
  4. DsaInputFutureRunnable
  5. InputFutureRunnableExt
  6. InputFutureRunnable
  7. InputRunnable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryByIds()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addDiv(string: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RunnableHtmlOutput
  5. def addOutput(string: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RunnableHtmlOutput
  6. def addParagraph(string: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RunnableHtmlOutput
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bold(string: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    RunnableHtmlOutput
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createDataSetRepo(dataSetId: String): JsonCrudRepo

    Permalink
    Attributes
    protected
    Definition Classes
    DsaInputFutureRunnable
  11. def createDsa(dataSetId: String): DataSetAccessor

    Permalink
    Attributes
    protected
    Definition Classes
    DsaInputFutureRunnable
  12. def criterion(ids: Seq[BSONObjectID], negate: Boolean): Criterion[_]

    Permalink
    Definition Classes
    IdCriterionHelper
  13. var dsaf: DataSetAccessorFactory

    Permalink
    Definition Classes
    DsaInputFutureRunnable
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. val inputType: scala.reflect.api.JavaUniverse.Type

    Permalink
    Definition Classes
    InputRunnable
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def it(string: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    RunnableHtmlOutput
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val output: StringBuilder

    Permalink
    Definition Classes
    RunnableHtmlOutput
  26. def run(input: QueryByIdsSpec): Unit

    Permalink
    Definition Classes
    InputFutureRunnable → InputRunnable
  27. def runAsFuture(input: QueryByIdsSpec): Future[Unit]

    Permalink
    Definition Classes
    QueryByIds → InputFutureRunnable
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val timeout: FiniteDuration

    Permalink
    Attributes
    protected
    Definition Classes
    InputFutureRunnable
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. implicit val typeTag: scala.reflect.api.JavaUniverse.TypeTag[QueryByIdsSpec]

    Permalink
    Definition Classes
    DsaInputFutureRunnable → InputFutureRunnableExt → InputRunnable
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IdCriterionHelper

Inherited from RunnableHtmlOutput

Inherited from DsaInputFutureRunnable[QueryByIdsSpec]

Inherited from InputFutureRunnableExt[QueryByIdsSpec]

Inherited from InputFutureRunnable[QueryByIdsSpec]

Inherited from InputRunnable[QueryByIdsSpec]

Inherited from AnyRef

Inherited from Any

Ungrouped