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