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 acceptedTermsOfServices(tos: Option[UserTermsOfServices]): Boolean

  7. val appConfig: AppConfigurationService

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val defaultToSDate: Date

  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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getDisplayName: String

    Get the display name (subtitle)

  16. def getGoogleAnalytics: String

    Get the welcome message

  17. def getParameterTitle: String

    Get the welcome message

  18. def getParametersTitle: String

    Get the welcome message

  19. def getSensorTitle: String

    Get the welcome message

  20. def getSensorsTitle: String

    Get the welcome message

  21. def getTermsOfServicesText: String

  22. def getTermsOfServicesTextRaw: String

    Get the Terms of Service

  23. def getTermsOfServicesVersionDate: Date

    get the version of the Terms of Service

  24. def getTermsOfServicesVersionString: String

  25. def getTheme: String

    Get the default theme

  26. def getWelcomeMessage: String

    Get the welcome message

  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def isDefaultTermsOfServices: Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isTermOfServicesHtml: Boolean

  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def setDefaultTermsOfServicesVersion(): Any

  35. def setDisplayName(displayName: String): Option[Any]

    Set the display name (subtitle)

  36. def setGoogleAnalytics(gacode: String): Option[Any]

    Set the google analytics code

  37. def setParameterTitle(parameterTitle: String): Option[Any]

    Set the Parameter title

  38. def setParametersTitle(parametersTitle: String): Option[Any]

    Set the Parameters title

  39. def setSensorTitle(sensorTitle: String): Option[Any]

    Set the Sensor title

  40. def setSensorsTitle(sensorsTitle: String): Option[Any]

    Set the Sensors title

  41. def setTermOfServicesHtml(html: Boolean): Option[Any]

  42. def setTermsOfServicesText(tos: String): Option[Any]

    Set the Terms of Service

  43. def setTermsOfServicesVersionDate(date: Date): Option[Any]

    Set the version of the Terms of Service and returns the version

  44. def setTheme(theme: String): Any

    Set the default theme

  45. def setWelcomeMessage(welcomeMessage: String): Option[Any]

    Set the welcome message

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

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

    Get list of available themes

  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped