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 ChunkerSinkTest extends AsyncFlatSpec
  5. type ConstantQueryTimeout = wabase.AppServiceBase.ConstantQueryTimeout
  6. type CustomValidationFunctions = wabase.ValidationEngine.CustomValidationFunctions
  7. type DbDeferredStorage = wabase.DeferredControl.DbDeferredStorage
  8. type DefaultAppExceptionHandler[User] = wabase.AppServiceBase.AppExceptionHandler.DefaultAppExceptionHandler[User]
  9. type DefaultAppMdConventions = wabase.AppMetadata.DefaultAppMdConventions
  10. type DefaultServerStatistics = wabase.ServerStatistics.DefaultServerStatistics
  11. type DefaultWsInitialEventsPublisher = wabase.WsNotifications.DefaultWsInitialEventsPublisher
  12. class DeferredTests extends AnyFlatSpec with Matchers with ScalatestRouteTest
  13. class ExtractCredentialsTest extends AnyWordSpec with Matchers with ScalatestRouteTest
  14. class FileBufferedDataFlowTest extends AsyncFlatSpec
  15. class FileCleanupSpecs extends AnyFlatSpec with Matchers with BeforeAndAfterEach
  16. class FileUploadSpecs extends AnyFlatSpec with Matchers with ScalatestRouteTest
  17. class FormatTest extends AnyFlatSpec with Matchers
  18. class I18nResourceChainTest extends AnyFlatSpec with Matchers
  19. type LdapAuthentication = wabase.Authentication.LdapAuthentication
  20. class MapDiffTests extends AnyFlatSpec with Matchers
  21. class MapRecursiveExtensionsSpecs extends AnyFlatSpec with Matchers
  22. class MultiPoolTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll
  23. type NoAudit[User] = wabase.Audit.NoAudit[User]
  24. type NoAuthorization[User] = wabase.Authorization.NoAuthorization[User]
  25. type NoCustomConstraintMessage = wabase.DbConstraintMessage.NoCustomConstraintMessage
  26. type NoServerStatistics = wabase.ServerStatistics.NoServerStatistics
  27. type NoWsInitialEvents = wabase.WsNotifications.NoWsInitialEvents
  28. type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
  29. class PostgreSqlConstraintMessageSpec extends AnyFlatSpec with Matchers
  30. class RestClientTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll with Loggable
  31. class RouteTests extends AnyFlatSpec with Matchers with ScalatestRouteTest
  32. type RowAuthorization = wabase.Authorization.RowAuthorization
  33. type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
  34. type Statistics = wabase.ServerStatistics.Statistics
  35. trait TestApp extends AppBase[TestUsr] with NoAudit[TestUsr] with PostgreSqlConstraintMessage with DbAccessDelegate with NoAuthorization[TestUsr] with AppFileStreamer[TestUsr] with AppConfig with DefaultValidationEngine
  36. class TestAppService extends ExecutionImpl with AppServiceBase[TestUsr] with AppFileServiceBase[TestUsr] with AppConfig with AppVersion with DefaultAppExceptionHandler[TestUsr] with DefaultWsInitialEventsPublisher with WsNotifications with Authentication[TestUsr] with DeferredControl with NoServerStatistics with Loggable with CSRFDefence
  37. case class TestUsr(id: Long) extends Product with Serializable
  38. type Timestamp = java.sql.Timestamp
  39. class ValidationEngineTestDto extends Dto
  40. class ValidationEngineTests extends AnyFlatSpec with Matchers
  41. class ValidationSpecs extends AnyFlatSpec with Matchers with BeforeAndAfterAll
  42. class ValidationSpecsApp extends AppBase[TestUsr] with NoAudit[TestUsr] with PostgreSqlConstraintMessage with DbAccessDelegate with NoAuthorization[TestUsr] with NoValidation
  43. trait ValidationSpecsQuerease extends AppQuerease
  44. type WsInitialEventsPublisher = wabase.WsNotifications.WsInitialEventsPublisher
  45. type jBoolean = Boolean
  46. type jDate = Date
  47. type jLong = Long
  48. type sDate = Date

Value Members

  1. val CommonFunctions: CustomValidationFunctions.type
  2. val DEFAULT_CP: PoolName
  3. val DefaultQueryTimeout: Option[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. def durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
  11. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  12. implicit def toFiniteDuration(d: Duration): FiniteDuration
  13. object FileCleanupSpecsHelper
  14. object StreamsEnv

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

  15. object TestApp extends TestApp
  16. object TestDbAccess extends DbAccess with Loggable
  17. object TestValidationEngine extends TestApp
  18. object ValidationSpecsQuerease extends AppQuerease with ValidationSpecsQuerease

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped