Uses of Class
org.opencms.db.CmsUserSettings
Packages that use CmsUserSettings
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
Provides the main OpenCms "operating system".
Contains the user interface components for the Vaadin-based login dialog.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
-
Uses of CmsUserSettings in org.opencms.configuration
Subclasses of CmsUserSettings in org.opencms.configurationModifier and TypeClassDescriptionclassDefault user workplace settings, used as default values for worklace settings in the user preferences. -
Uses of CmsUserSettings in org.opencms.db
Methods in org.opencms.db with parameters of type CmsUserSettingsModifier and TypeMethodDescriptionvoidCmsUserSettings.setAdditionalPreferencesFrom(CmsUserSettings userSettings) Sets this settings object's additional preferences to that of another one. -
Uses of CmsUserSettings in org.opencms.main
Methods in org.opencms.main that return CmsUserSettingsModifier and TypeMethodDescriptionCmsShell.getSettings()Obtain the additional settings related to the current user.protected CmsUserSettingsCmsShell.initSettings()Initializes the internalCmsWorkplaceSettingsthat contain (amongst other information) important information additional information about the current user (an instance ofCmsUserSettings). -
Uses of CmsUserSettings in org.opencms.ui.login
Methods in org.opencms.ui.login with parameters of type CmsUserSettingsModifier and TypeMethodDescriptionstatic StringCmsLoginHelper.getDirectEditPath(CmsObject cms, CmsUserSettings userSettings, boolean forceDirectEdit) Returns the direct edit path from the user settings, ornullif not set. -
Uses of CmsUserSettings in org.opencms.workplace
Methods in org.opencms.workplace that return CmsUserSettingsModifier and TypeMethodDescriptionCmsWorkplaceSettings.getUserSettings()Returns the current workplace user settings object.Methods in org.opencms.workplace with parameters of type CmsUserSettingsModifier and TypeMethodDescriptionstatic StringCmsWorkplace.getStartSiteRoot(CmsObject cms, CmsUserSettings userSettings) Returns the start site from the given user settings.protected voidCmsWorkplace.initTimeWarp(CmsUserSettings settings, javax.servlet.http.HttpSession session) Sets the users time warp if configured and if the current timewarp setting is different or clears the current time warp setting if the user has no configured timewarp.voidCmsWorkplaceSettings.setUserSettings(CmsUserSettings userSettings) Sets the current workplace user settings object. -
Uses of CmsUserSettings in org.opencms.workplace.editors
Methods in org.opencms.workplace.editors with parameters of type CmsUserSettingsModifier and TypeMethodDescriptionprotected voidCmsEditorBase.initTimeWarp(CmsUserSettings settings, javax.servlet.http.HttpSession session)