Class AContextBean

    • Constructor Detail

      • AContextBean

        public AContextBean()
    • Method Detail

      • getServerStartTime

        public String getServerStartTime()
      • getAvailableBackgrounds

        public File[] getAvailableBackgrounds()
      • setAvailableBackgrounds

        public void setAvailableBackgrounds​(File[] availableBackgrounds)
      • getAvailableBackgroundColors

        public String[] getAvailableBackgroundColors()
      • setAvailableBackgroundColors

        public void setAvailableBackgroundColors​(String[] availableBackgroundColors)
      • isMasterServer

        public boolean isMasterServer()
      • isMailServerConfigured

        public boolean isMailServerConfigured()
        Returns:
        Whether at least one mail server (client mail server or system mail server) was configured.
      • isShowTopbarClientChooser

        @Deprecated
        public boolean isShowTopbarClientChooser()
        Deprecated.
        Client choose is available according to user permissions
      • init

        @PostConstruct
        public void init()
      • destroy

        @PreDestroy
        public void destroy()
      • initViewBean

        @Deprecated
        public void initViewBean()
        Deprecated.
      • initViewProperties

        @Deprecated
        public void initViewProperties()
        Deprecated.
      • initContextDependentProperties

        @Deprecated
        public void initContextDependentProperties()
        Deprecated.
      • listAvailableBackgrounds

        @Deprecated
        public void listAvailableBackgrounds()
        Deprecated.
      • initMailLdapData

        @Deprecated
        public void initMailLdapData​(Mandant client)
        Deprecated.
        Initializes the mail and LDAP data for the given client.
        Parameters:
        client - The current client.