Class MSContextBean

    • Constructor Detail

      • MSContextBean

        public MSContextBean()
    • Method Detail

      • initMailLdapData

        public void initMailLdapData​(Mandant client)
        Description copied from class: AContextBean
        Initializes the mail and LDAP data for the given client.
        Specified by:
        initMailLdapData in class AContextBean
        Parameters:
        client - The current client.
      • isMailServerConfigured

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

        public boolean isShowTopbarClientChooser()
        Specified by:
        isShowTopbarClientChooser in class AContextBean
        Returns:
        Whether the client chooser in the topbar should be shown. The logic is different between the frontend and the master server: The master server needs to check whether database updates are running and more, which needs some classes available only on the master server. The only view available on the frontend server is the inbox, and here the client chooser is not shown.