services

AppConfiguration

object AppConfiguration

Object to handle some common configuration options.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AppConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addAdmin(admin: String): Unit

    Add the given admin to list of admins.

    Add the given admin to list of admins. This list is primarily used when a new user signs up (requires registerThroughAdmins to be set to true in application.conf) or when the plugin is enabled to send emails on creating of new datasets, collections and/or files.

  7. val appConfig: AppConfigurationService

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def checkAdmin(admin: String): Boolean

    Checks if the given admin is on the list of admins.

    Checks if the given admin is on the list of admins. This list is primarily used when a new user signs up (requires registerThroughAdmins to be set to true in application.conf) or when the plugin is enabled to send emails on creating of new datasets, collections and/or files.

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAdmins: List[String]

    Get list of all admins.

    Get list of all admins. This list is primarily used when a new user signs up (requires registerThroughAdmins to be set to true in application.conf) or when the plugin is enabled to send emails on creating of new datasets, collections and/or files.

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDisplayName: String

    Get the display name (subtitle)

  17. def getTheme: String

    Get the default theme

  18. def getWelcomeMessage: String

    Get the welcome message

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def removeAdmin(admin: String): Unit

    Removes the given admin to list of admins.

    Removes the given admin to list of admins. This list is primarily used when a new user signs up (requires registerThroughAdmins to be set to true in application.conf) or when the plugin is enabled to send emails on creating of new datasets, collections and/or files.

  25. def setDefaultAdmins(): Any

    Sets default admins as specified in application.

    Sets default admins as specified in application.conf. This list is primarily used when a new user signs up (requires registerThroughAdmins to be set to true in application.conf) or when the plugin is enabled to send emails on creating of new datasets, collections and/or files.

  26. def setDisplayName(displayName: String): Option[AnyRef]

    Set the display name (subtitle)

  27. def setTheme(theme: String): Option[AnyRef]

    Set the default theme

  28. def setWelcomeMessage(welcomeMessage: String): Option[AnyRef]

    Set the welcome message

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def themes: List[String]

    Get list of available themes

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped