Class AContextBean

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FSContextBean, MSContextBean

public abstract class AContextBean extends AJSFContext implements Serializable
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • AContextBean

      public AContextBean()
  • Method Details

    • 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.
    • getFcVersion

      @Deprecated public String getFcVersion()
      Deprecated.
    • getCurrentMailData

      @Deprecated public MandantMailData getCurrentMailData()
      Deprecated.
    • setCurrentMailData

      @Deprecated public void setCurrentMailData(MandantMailData currentMailData)
      Deprecated.
    • getCurrentLdapData

      @Deprecated public MandantLdapData getCurrentLdapData()
      Deprecated.
    • setCurrentLdapData

      @Deprecated public void setCurrentLdapData(MandantLdapData currentLdapData)
      Deprecated.
    • isShowTopbarClientChooser

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

      @Deprecated public ViewBean getViewBean()
      Deprecated.
    • setViewBean

      @Deprecated public void setViewBean(ViewBean viewBean)
      Deprecated.
    • getApplicationEventBusBean

      @Deprecated public ApplicationEventBusBean getApplicationEventBusBean()
      Deprecated.
    • setApplicationEventBusBean

      @Deprecated public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
      Deprecated.
    • getSessionEventBusBean

      @Deprecated public SessionEventBusBean getSessionEventBusBean()
      Deprecated.
    • setSessionEventBusBean

      @Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
      Deprecated.
    • 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.