Class QuickInfoComponentSettings

java.lang.Object
org.silverpeas.components.quickinfo.QuickInfoComponentSettings
All Implemented Interfaces:
Serializable

public class QuickInfoComponentSettings extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • QuickInfoComponentSettings

      public QuickInfoComponentSettings(String desc)
  • Method Details

    • isCommentsEnabled

      public boolean isCommentsEnabled()
    • setCommentsEnabled

      public void setCommentsEnabled(boolean commentsEnabled)
    • getDescription

      public String getDescription()
    • getMessagesIn

      public static org.silverpeas.kernel.bundle.LocalizationBundle getMessagesIn(String language)
      Gets all the messages for the Suggestion Box component and translated in the specified language.
      Parameters:
      language - the language in which are written the messages.
      Returns:
      the resource with the translated messages.
    • getSettings

      public static org.silverpeas.kernel.bundle.SettingBundle getSettings()
      Gets all the settings of the Suggestion Box component.
      Returns:
      the resource with the different component settings.
    • getIcons

      public static org.silverpeas.kernel.bundle.LocalizationBundle getIcons()
      Gets all the icons definitions particular to the Suggestion Box component.
      Returns:
      the resource with icons definition.
    • setTaxonomyEnabled

      public void setTaxonomyEnabled(boolean taxonomyEnabled)
    • isTaxonomyEnabled

      public boolean isTaxonomyEnabled()
    • setNotificationAllowed

      public void setNotificationAllowed(boolean notificationAllowed)
    • isNotificationAllowed

      public boolean isNotificationAllowed()
    • setBroadcastModes

      public void setBroadcastModes(String paramValue)
    • isBroadcastingByTicker

      public boolean isBroadcastingByTicker()
    • isBroadcastingByBlockingNews

      public boolean isBroadcastingByBlockingNews()
    • setDelegatedNewsEnabled

      public void setDelegatedNewsEnabled(boolean delegatedNewsEnabled)
    • isDelegatedNewsEnabled

      public boolean isDelegatedNewsEnabled()
    • isMosaicViewForUsers

      public boolean isMosaicViewForUsers()
    • setMosaicViewForUsers

      public void setMosaicViewForUsers(boolean mosaicView)