Interface IBaseEnvironmentData

    • Method Detail

      • getClient

        Mandant getClient()
        Returns:
        The Mandant of the current context.
      • getEntityContext

        IEntityContext getEntityContext()
        Returns:
        The current entity context that may be used for database interactions.
      • getLocale

        Locale getLocale()
        Returns:
        The locale to use for locale-sensitive actions.
      • getUserModel

        IUser getUserModel()
        Returns:
        The user of the active context that should be used for protocol entries etc.
      • getUser

        @Deprecated
        default Benutzer getUser()
        Deprecated.
        Use getUserModel() instead.
        Returns:
        The user of the active context that should be used for protocol entries etc.