Packages

t

com.datasolvr.services.core

ServiceCoreFacadeWithDatabase

trait ServiceCoreFacadeWithDatabase extends ServiceCoreFacade with RealTimeAware

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceCoreFacadeWithDatabase
  2. ServiceCoreFacade
  3. Logging
  4. LoggingLike
  5. RealTimeAware
  6. ServiceFacadeBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val auth: SystemAuth
    Attributes
    protected
    Definition Classes
    ServiceCoreFacade
  2. abstract val database: ServiceDatabase
  3. abstract val environment: String
    Definition Classes
    ServiceFacadeBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authorization: AuthorizationManager
    Definition Classes
    ServiceCoreFacade
  6. def checkUserAccess(access: Option[UserAccess], authScope: Option[Scope] = None): Unit
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def debug(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  9. def debugScope[T](message: (Int) => String, context: => String = getClass.getSimpleName)(action: => T): T
    Definition Classes
    LoggingLike
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  13. def error(e: Throwable): Unit
    Definition Classes
    LoggingLike
  14. def getBuildInfo: BuildLabels
    Definition Classes
    ServiceCoreFacade
  15. def getCacheStatistics: Array[CacheStatistics]
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getDatabase(outputStream: OutputStream): Unit
  18. def getDatabasePath: String
  19. def getFile(path: String, outputStream: OutputStream): Unit
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  20. def getLogLevel: String
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  21. def getPerformanceMetrics: PerformanceMetrics
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  22. def getVersion: String
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  23. def handleMessage(timestamp: LocalDateTime, message: => String, level: String, context: => String): Unit
    Definition Classes
    LoggingLoggingLike
  24. def hasUserAccess(access: Option[UserAccess], authScope: Option[Scope] = None): Boolean
    Attributes
    protected
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def info(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isReady: Boolean
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. def postCachePurge(id: Option[String]): Unit
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  33. def postDatabaseBackup(encryptionEnabled: Option[Boolean], encryptionMasterKeyIdentifier: Option[String], outputRepository: String): Unit
  34. def postRestart(): Unit
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  35. def postVacuumDatabase: Unit
  36. def setLogLevel(level: String): Unit
    Definition Classes
    ServiceCoreFacadeServiceFacadeBase
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def user: String
    Definition Classes
    ServiceCoreFacade
  40. def utcNowJava: LocalDateTime

    The current UTC date and time.

    The current UTC date and time.

    Definition Classes
    RealTimeAware
  41. def utcTodayJava: LocalDateTime

    The current UTC date.

    The current UTC date.

    Definition Classes
    RealTimeAware
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def waitIsReady(timeoutSeconds: Int, pollIntervalSeconds: Int): Unit
    Definition Classes
    ServiceFacadeBase
  46. def warn(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  47. def withTimeout[T](timeoutSeconds: Int, abortAction: () => Unit = () => {})(action: => T): T
    Definition Classes
    ServiceCoreFacade

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ServiceCoreFacade

Inherited from Logging

Inherited from LoggingLike

Inherited from RealTimeAware

Inherited from ServiceFacadeBase

Inherited from AnyRef

Inherited from Any

Ungrouped