Uses of Class
org.opencms.db.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
Modifier and TypeClassDescriptionclass
Default user workplace settings, used as default values for worklace settings in the user preferences. -
Uses of CmsUserSettings in org.opencms.db
Modifier and TypeMethodDescriptionvoid
CmsUserSettings.setAdditionalPreferencesFrom
(CmsUserSettings userSettings) Sets this settings object's additional preferences to that of another one. -
Uses of CmsUserSettings in org.opencms.main
Modifier and TypeMethodDescriptionCmsShell.getSettings()
Obtain the additional settings related to the current user.protected CmsUserSettings
CmsShell.initSettings()
Initializes the internalCmsWorkplaceSettings
that contain (amongst other information) important information additional information about the current user (an instance ofCmsUserSettings
). -
Uses of CmsUserSettings in org.opencms.ui.login
Modifier and TypeMethodDescriptionstatic String
CmsLoginHelper.getDirectEditPath
(CmsObject cms, CmsUserSettings userSettings, boolean forceDirectEdit) Returns the direct edit path from the user settings, ornull
if not set. -
Uses of CmsUserSettings in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceSettings.getUserSettings()
Returns the current workplace user settings object.Modifier and TypeMethodDescriptionstatic String
CmsWorkplace.getStartSiteRoot
(CmsObject cms, CmsUserSettings userSettings) Returns the start site from the given user settings.protected void
CmsWorkplace.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.void
CmsWorkplaceSettings.setUserSettings
(CmsUserSettings userSettings) Sets the current workplace user settings object. -
Uses of CmsUserSettings in org.opencms.workplace.editors
Modifier and TypeMethodDescriptionprotected void
CmsEditorBase.initTimeWarp
(CmsUserSettings settings, javax.servlet.http.HttpSession session)