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 getSensorTitle: String

    Get the welcome message

  18. def getSensorsTitle: String

    Get the welcome message

  19. def getTheme: String

    Get the default theme

  20. def getWelcomeMessage: String

    Get the welcome message

  21. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  26. 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.

  27. def setDefaultAdmins(): Unit

    Sets default admins as specified in application.

    Sets default admins as specified in application.conf. This list is 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, as well as all server tasks that require admin privileges.

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

    Set the display name (subtitle)

  29. def setSensorTitle(sensorTitle: String): Option[AnyRef]

    Set the Sensor title

  30. def setSensorsTitle(sensorsTitle: String): Option[AnyRef]

    Set the Sensors title

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

    Set the default theme

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

    Set the welcome message

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

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

    Get list of available themes

  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped