package wabase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- wabase
- Loggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AppConfig = wabase.AppBase.AppConfig
- type AppMdConventions = wabase.AppMetadata.AppMdConventions
- type AppVersion = wabase.AppServiceBase.AppVersion
- class BufferedAuditSpecs extends AnyFlatSpec with Matchers with Eventually
- type ConstantQueryTimeout = wabase.AppServiceBase.ConstantQueryTimeout
- class ContentDispositionSpecs extends AnyFlatSpec with Matchers
- class CrudServiceSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
- class CrudTestService extends TestAppService
- type CustomValidationFunctions = wabase.ValidationEngine.CustomValidationFunctions
- type DbDeferredStorage = wabase.DeferredControl.DbDeferredStorage
- type DefaultAppExceptionHandler[User] = wabase.AppServiceBase.AppExceptionHandler.DefaultAppExceptionHandler[User]
- type DefaultAppMdConventions = wabase.AppMetadata.DefaultAppMdConventions
- type DefaultServerStatistics = wabase.ServerStatistics.DefaultServerStatistics
- type DefaultWsInitialEventsPublisher = DefaultInitialEventsPublisher
- class DeferredTests extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
- class ExtractCredentialsTest extends AnyWordSpec with Matchers with ScalatestRouteTest
- class FieldOrderingSpecs extends AnyFlatSpec with Matchers
- class FileBufferedDataFlowTest extends AsyncFlatSpec
- class FileCleanupSpecs extends AnyFlatSpec with Matchers with BeforeAndAfterEach
- class FileUploadSpecs extends AnyFlatSpec with TestQuereaseInitializer with ScalatestRouteTest
- class FilterMetadataSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer
- class FormatTest extends AnyFlatSpec with Matchers
- class I18nSpecs extends AnyFlatSpec with Matchers
- class JsonDecoderSpecs extends AnyFlatSpec with Matchers
- type LdapAuthentication = wabase.Authentication.LdapAuthentication
- class MapDiffTests extends AnyFlatSpec with Matchers
- class MapRecursiveExtensionsSpecs extends AnyFlatSpec with Matchers
- class MarshallingSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer with ScalatestRouteTest
- class MultiPoolTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll
- type NoAudit[User] = wabase.Audit.NoAudit[User]
- type NoAuthorization[User] = wabase.Authorization.NoAuthorization[User]
- type NoCustomConstraintMessage = wabase.DbConstraintMessage.NoCustomConstraintMessage
- type NoServerStatistics = wabase.ServerStatistics.NoServerStatistics
- type NoWsInitialEvents = NoInitialEvents
- type PostgreSqlConstraintMessage = wabase.DbConstraintMessage.PostgreSqlConstraintMessage
- class PostgreSqlConstraintMessageSpec extends AnyFlatSpec with Matchers
- class PostgresTextFormatTest extends AnyFlatSpec with Matchers
- class QuereaseActionTestManager extends Loggable
- class QuereaseActionsSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
- class QuereaseSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
- class RestClientTest extends AnyFlatSpec with Matchers with ScalatestRouteTest with BeforeAndAfterAll with Loggable
- class ResultCompletionSinkTest extends AsyncFlatSpec
- class RouteTests extends AnyFlatSpec with Matchers with ScalatestRouteTest
- class SerializerStreamsSpecs extends AnyFlatSpec with Matchers with TestQuereaseInitializer
- type SimpleExceptionHandler = wabase.AppServiceBase.AppExceptionHandler.SimpleExceptionHandler
- type Statistics = wabase.ServerStatistics.Statistics
- trait TestApp extends AppBase[TestUsr] with NoAudit[TestUsr] with PostgreSqlConstraintMessage with DbAccessDelegate with NoAuthorization[TestUsr] with AppFileStreamer[TestUsr] with AppConfig with DefaultValidationEngine
- 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
- class TestQuerease extends AppQuerease
- trait TestQuereaseInitializer extends BeforeAndAfterAll with Loggable
- case class TestUsr(id: Long) extends Product with Serializable
- type Timestamp = java.sql.Timestamp
- class ValidationEngineTestDto extends Dto
- class ValidationEngineTests extends AnyFlatSpec with Matchers
- class WabaseActionsSpecs extends AsyncFlatSpec with Matchers with TestQuereaseInitializer with AsyncFlatSpecLike
- type jBoolean = Boolean
- type jDate = Date
- type jLong = Long
- type sDate = Date
Value Members
- val CommonFunctions: CustomValidationFunctions.type
- val DEFAULT_CP: PoolName
- val DefaultQueryTimeout: QueryTimeout
- val FALSE: Boolean
- val MaxResultSize: Option[Int]
- val TRUE: Boolean
- val config: Config
- def createConnectionPool(config: Config): HikariDataSource
- def currentTime: Long
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
- implicit def toFiniteDuration(d: Duration): FiniteDuration
- object ContentDispositionProducer extends BasicMarshalling
- object DbDrivers
- object FileCleanupSpecsHelper
- object JsonDecoderSpecs extends Serializable
- object QuereaseActionsDtos
- object QuereaseSpecsDtos
- object SerializerStreamsSpecsDtos
-
object
StreamsEnv
Materializer extracted into separate object due to scalatest bug - did not launch test suite.
- object TestApp extends TestApp
- object TestDbAccess extends DbAccess with Loggable
- object TestValidationEngine extends TestApp
- object WabaseActionDtos
- object YamlUtils
Deprecated Value Members
-
def
durationConfig(path: String, defaultDuration: FiniteDuration): FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 6.0) use reference.conf and toFiniteDuration(config.getDuration(path))