Packages

t

org.wabase

QuereaseResultMarshalling

trait QuereaseResultMarshalling extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuereaseResultMarshalling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def createCborEncoderFactory(viewName: String, isCollection: Boolean): EncoderFactory
  7. def createCsvEncoderFactory(viewName: String): EncoderFactory
  8. def createJsonEncoderFactory(viewName: String, isCollection: Boolean): EncoderFactory
  9. def createOdsEncoderFactory(viewName: String): EncoderFactory
  10. def createXlsXmlEncoderFactory(viewName: String): EncoderFactory
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def keyToUriStrings(key: Seq[Any]): Seq[String]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def serializedResultToCborFlow(viewName: String, isCollection: Boolean): Flow[ByteString, ByteString, NotUsed]
  22. def serializedResultToCsvFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
  23. def serializedResultToJsonFlow(viewName: String, isCollection: Boolean): Flow[ByteString, ByteString, NotUsed]
  24. def serializedResultToOdsFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
  25. def serializedResultToXlsXmlFlow(viewName: String): Flow[ByteString, ByteString, NotUsed]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. implicit val toEntityQuereaseDeleteResultMarshaller: ToEntityMarshaller[QuereaseDeleteResult]
  28. implicit val toEntityQuereaseIdResultMarshaller: ToEntityMarshaller[IdResult]
  29. implicit def toEntityQuereaseListResultMarshaller(viewName: String): ToEntityMarshaller[ListResult]
  30. implicit val toEntityQuereaseLongResultMarshaller: ToEntityMarshaller[LongResult]
  31. implicit def toEntityQuereaseMapResultMarshaller(viewName: String): ToEntityMarshaller[MapResult]
  32. implicit val toEntityQuereaseNoResultMarshaller: ToEntityMarshaller[NoResult.type]
  33. implicit val toEntityQuereaseNumberResultMarshaller: ToEntityMarshaller[NumberResult]
  34. implicit def toEntityQuereasePojoResultMarshaller(viewName: String): ToEntityMarshaller[PojoResult]
  35. def toEntityQuereaseSerializedResultMarshaller(viewName: String): ToEntityMarshaller[QuereaseSerializedResult]
  36. implicit val toEntityQuereaseStringResultMarshaller: ToEntityMarshaller[StringResult]
  37. def toEntitySerializedResultMarshaller(contentType: ContentType, createEncoder: EncoderFactory): ToEntityMarshaller[SerializedResult]
  38. implicit val toResponseQuereaseIteratorMarshaller: ToResponseMarshaller[QuereaseProvider.QE.QuereaseIteratorResult[AppProvider.App.Dto]]
  39. implicit def toResponseQuereaseKeyResultMarshaller: ToResponseMarshaller[KeyResult]
  40. implicit def toResponseQuereaseOptionResultMarshaller(viewName: String): ToResponseMarshaller[OptionResult]
  41. implicit val toResponseQuereaseStatusResultMarshaller: ToResponseMarshaller[StatusResult]
  42. implicit def toResponseTresqlResultMarshaller(implicit res: Resources): ToEntityMarshaller[RowLike]
  43. implicit def toResponseWabaseResultMarshaller(implicit ec: ExecutionContext): ToResponseMarshaller[AppProvider.App.WabaseResult]
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def uriWithKey(uri: Uri, key: Seq[Any]): Uri

    Override to change key representation in redirect uri, see uriWithKeyInPath(uri, key) and uriWithKeyInQuery(uri, key).

    Override to change key representation in redirect uri, see uriWithKeyInPath(uri, key) and uriWithKeyInQuery(uri, key). Default is uriWithKeyInQuery.

  46. def uriWithKeyInPath(uri: Uri, key: Seq[Any]): Uri
  47. def uriWithKeyInQuery(uri: Uri, key: Seq[Any]): Uri
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped