com.dslplatform.api.client

HttpReportingProxy

class HttpReportingProxy extends ReportingProxy

Linear Supertypes
ReportingProxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpReportingProxy
  2. ReportingProxy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpReportingProxy(httpClient: HttpClient)

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createReport[TResult](report: Report[TResult], templater: String): Future[Array[Byte]]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findTemplater[TIdentifiable <: Identifiable](file: String, uri: String, toPdf: Boolean)(implicit arg0: ClassTag[TIdentifiable]): Future[Array[Byte]]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getHistory[TAggregate <: AggregateRoot](uris: TraversableOnce[String])(implicit arg0: ClassTag[TAggregate]): Future[IndexedSeq[History[TAggregate]]]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def olapCube[TCube <: Cube[TSearchable], TSearchable <: Searchable](templater: String, specification: Option[Specification[TSearchable]], dimensions: TraversableOnce[String], facts: TraversableOnce[String], limit: Option[Int], offset: Option[Int], order: Map[String, Boolean])(implicit arg0: ClassTag[TCube], arg1: ClassTag[TSearchable]): Future[Array[Byte]]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  21. def olapCube[TCube <: Cube[TSearchable], TSearchable <: Searchable](templater: String, specification: Specification[TSearchable], dimensions: TraversableOnce[String], facts: TraversableOnce[String])(implicit arg0: ClassTag[TCube], arg1: ClassTag[TSearchable]): Future[Array[Byte]]

    Definition Classes
    ReportingProxy
  22. def populate[TResult](report: Report[TResult])(implicit arg0: ClassTag[TResult]): Future[TResult]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  23. def searchTemplater[TSearchable <: Searchable](file: String, specification: Option[Specification[TSearchable]], toPdf: Boolean)(implicit arg0: ClassTag[TSearchable]): Future[Array[Byte]]

    Definition Classes
    HttpReportingProxy → ReportingProxy
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReportingProxy

Inherited from AnyRef

Inherited from Any

Ungrouped