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

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

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

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped