p

org

wabase

package wabase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wabase
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AppConfig = wabase.AppBase.AppConfig
  2. type AppMdConventions = wabase.AppMetadata.AppMdConventions
  3. type AppVersion = wabase.AppServiceBase.AppVersion
  4. class BufferedAuditSpecs extends AnyFlatSpec with Matchers with Eventually
  5. type ConstantQueryTimeout = wabase.AppServiceBase.ConstantQueryTimeout
  6. class ContentDispositionSpecs extends AnyFlatSpec with Matchers
  7. class CrudServiceSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
  8. class CrudTestService extends TestAppService
  9. type CustomValidationFunctions = wabase.ValidationEngine.CustomValidationFunctions
  10. type DbDeferredStorage = wabase.DeferredControl.DbDeferredStorage
  11. type DefaultAppExceptionHandler[User] = wabase.AppServiceBase.AppExceptionHandler.DefaultAppExceptionHandler[User]
  12. type DefaultAppMdConventions = wabase.AppMetadata.DefaultAppMdConventions
  13. type DefaultServerStatistics = wabase.ServerStatistics.DefaultServerStatistics
  14. type DefaultWsInitialEventsPublisher = DefaultInitialEventsPublisher
  15. class DeferredTests extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
  16. class ExtractCredentialsTest extends AnyWordSpec with Matchers with ScalatestRouteTest
  17. class FieldOrderingSpecs extends AnyFlatSpec with Matchers
  18. class FileBufferedDataFlowTest extends AsyncFlatSpec
  19. class FileCleanupSpecs extends AnyFlatSpec with Matchers with BeforeAndAfterEach
  20. class FileUploadSpecs extends AnyFlatSpec with TestQuereaseInitializer with ScalatestRouteTest
  21. class FilterMetadataSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer
  22. class FormatTest extends AnyFlatSpec with Matchers
  23. class I18nSpecs extends AnyFlatSpec with Matchers
  24. class JsonDecoderSpecs extends AnyFlatSpec with Matchers
  25. type LdapAuthentication = wabase.Authentication.LdapAuthentication
  26. class MapDiffTests extends AnyFlatSpec with Matchers
  27. class MapRecursiveExtensionsSpecs extends AnyFlatSpec with Matchers
  28. class MarshallingSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
  29. class MultiPoolTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll
  30. type NoAudit[User] = wabase.Audit.NoAudit[User]
  31. type NoAuthorization[User] = wabase.Authorization.NoAuthorization[User]
  32. type NoCustomConstraintMessage = wabase.DbConstraintMessage.NoCustomConstraintMessage
  33. type NoServerStatistics = wabase.ServerStatistics.NoServerStatistics
  34. type NoWsInitialEvents = NoInitialEvents
  35. type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
  36. class PostgreSqlConstraintMessageSpec extends AnyFlatSpec with Matchers
  37. class PostgresTextFormatTest extends AnyFlatSpec with Matchers
  38. class QuereaseActionTestManager extends Loggable
  39. class QuereaseActionsSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
  40. class QuereaseSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
  41. class RestClientTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll with Loggable
  42. class ResultCompletionSinkTest extends AsyncFlatSpec
  43. class RouteTests extends AnyFlatSpec with Matchers with ScalatestRouteTest
  44. class SerializerStreamsSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer
  45. type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
  46. type Statistics = wabase.ServerStatistics.Statistics
  47. trait TestApp extends AppBase[TestUsr] with NoAudit[TestUsr] with PostgreSqlConstraintMessage with DbAccessDelegate with NoAuthorization[TestUsr] with AppFileStreamer[TestUsr] with AppConfig with DefaultValidationEngine
  48. class TestAppService extends ExecutionImpl with AppServiceBase[TestUsr] with AppFileServiceBase[TestUsr] with AppConfig with AppVersion with DefaultAppExceptionHandler[TestUsr] with DefaultWsInitialEventsPublisher with ServerNotifications with Authentication[TestUsr] with DeferredControl with NoServerStatistics with Loggable with CSRFDefence
  49. class TestQuerease extends AppQuerease
  50. trait TestQuereaseInitializer extends BeforeAndAfterAll with Loggable
  51. case class TestUsr(id: Long) extends Product with Serializable
  52. type Timestamp = java.sql.Timestamp
  53. class ValidationEngineTestDto extends Dto
  54. class ValidationEngineTests extends AnyFlatSpec with Matchers
  55. class WabaseActionsSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
  56. type jBoolean = Boolean
  57. type jDate = Date
  58. type jLong = Long
  59. type sDate = Date

Value Members

  1. val CommonFunctions: CustomValidationFunctions.type
  2. val DEFAULT_CP: PoolName
  3. val DefaultQueryTimeout: QueryTimeout
  4. val FALSE: Boolean
  5. val MaxResultSize: Option[Int]
  6. val TRUE: Boolean
  7. val config: Config
  8. def createConnectionPool(config: Config): HikariDataSource
  9. def currentTime: Long
  10. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  11. implicit def toFiniteDuration(d: Duration): FiniteDuration
  12. object ContentDispositionProducer extends BasicMarshalling
  13. object DbDrivers
  14. object FileCleanupSpecsHelper
  15. object JsonDecoderSpecs extends Serializable
  16. object QuereaseActionsDtos
  17. object QuereaseSpecsDtos
  18. object SerializerStreamsSpecsDtos
  19. object StreamsEnv

    Materializer extracted into separate object due to scalatest bug - did not launch test suite.

  20. object TestApp extends TestApp
  21. object TestDbAccess extends DbAccess with Loggable
  22. object TestValidationEngine extends TestApp
  23. object WabaseActionDtos
  24. object YamlUtils

Deprecated Value Members

  1. def durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0) use reference.conf and toFiniteDuration(config.getDuration(path))

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped