|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.CmsTabDialog
org.opencms.workplace.commons.CmsPreferences
public class CmsPreferences
Provides methods for the user preferences dialog.
The following files use this class:
| Field Summary | |
|---|---|
static int |
ACTION_CHPWD
Value for the action: change the password. |
static int |
ACTION_ERROR
Value for the action: show error screen. |
static int |
ACTION_RELOAD
Value for the action: reload the workplace. |
static String |
DIALOG_CHPWD
Request parameter value for the action: change the password. |
static String |
DIALOG_RELOAD
Request parameter value for the action: reload the workplace. |
static String |
DIALOG_TYPE
The dialog type. |
static String |
INPUT_DEFAULT
Request parameter name prefix for the preferred editors. |
static String |
PARAM_DIALOGS_COPYFILEMODE
Request parameter name for the dialog copy file siblings default setting. |
static String |
PARAM_DIALOGS_COPYFOLDERMODE
Request parameter name for the dialog copy folder siblings default setting. |
static String |
PARAM_DIALOGS_DELETEFILEMODE
Request parameter name for the dialog delete file siblings default setting. |
static String |
PARAM_DIALOGS_PERMISSIONS_EXPANDINHERITED
Request parameter name for the dialog permissions show inherited permissions. |
static String |
PARAM_DIALOGS_PERMISSIONS_EXPANDUSER
Request parameter name for the dialog permissions show current users permissions. |
static String |
PARAM_DIALOGS_PERMISSIONS_INHERITONFOLDER
Request parameter name for the dialog permissions default inheritance behaviour on folders. |
static String |
PARAM_DIALOGS_PUBLISHFILEMODE
Request parameter name for the dialog publish file siblings default setting. |
static String |
PARAM_DIALOGS_SHOWLOCK
Request parameter name for the dialog show lock. |
static String |
PARAM_DIRECTEDIT_BUTTONSTYLE
Request parameter name for the direct edit button style. |
static String |
PARAM_EDITOR_BUTTONSTYLE
Request parameter name for the editor button style. |
static String |
PARAM_EXPLORER_BUTTONSTYLE
Request parameter name for the explorer button style. |
static String |
PARAM_EXPLORER_FILEDATECREATED
Request parameter name for the explorer file date created. |
static String |
PARAM_EXPLORER_FILEDATEEXPIRED
Request parameter name for the explorer file date expired. |
static String |
PARAM_EXPLORER_FILEDATELASTMODIFIED
Request parameter name for the explorer file date last modified. |
static String |
PARAM_EXPLORER_FILEDATERELEASED
Request parameter name for the explorer file date released. |
static String |
PARAM_EXPLORER_FILEENTRIES
Request parameter name for the explorer file entry number. |
static String |
PARAM_EXPLORER_FILELOCKEDBY
Request parameter name for the explorer file locked by. |
static String |
PARAM_EXPLORER_FILEPERMISSIONS
Request parameter name for the explorer file permissions. |
static String |
PARAM_EXPLORER_FILESIZE
Request parameter name for the explorer file size. |
static String |
PARAM_EXPLORER_FILESTATE
Request parameter name for the explorer file state. |
static String |
PARAM_EXPLORER_FILETITLE
Request parameter name for the explorer file title. |
static String |
PARAM_EXPLORER_FILETYPE
Request parameter name for the explorer file type. |
static String |
PARAM_EXPLORER_FILEUSERCREATED
Request parameter name for the explorer file user created. |
static String |
PARAM_EXPLORER_FILEUSERLASTMODIFIED
Request parameter name for the explorer file user last modified. |
static String |
PARAM_NEWPASSWORD
Request parameter name for the new password. |
static String |
PARAM_OLDPASSWORD
Request parameter name for the old password. |
static String |
PARAM_PREFERREDEDITOR_PREFIX
Request parameter name prefix for the preferred editors. |
static String |
PARAM_WORKFLOW_FILTER
Request parameter name for the workflow filter. |
static String |
PARAM_WORKFLOW_MESSAGEACCEPTED
Request parameter name for the workflow message accepted. |
static String |
PARAM_WORKFLOW_MESSAGECOMPLETED
Request parameter name for the workflow message completed. |
static String |
PARAM_WORKFLOW_MESSAGEFORWARDED
Request parameter name for the workflow message forwarded. |
static String |
PARAM_WORKFLOW_MESSAGEMEMBERS
Request parameter name for the workflow message members. |
static String |
PARAM_WORKFLOW_SHOWALLPROJECTS
Request parameter name for the workflow show all projects. |
static String |
PARAM_WORKPLACE_BUTTONSTYLE
Request parameter name for the workplace button style. |
static String |
PARAM_WORKPLACE_FOLDER
Request parameter name for the workplace start folder. |
static String |
PARAM_WORKPLACE_LANGUAGE
Request parameter name for the workplace language. |
static String |
PARAM_WORKPLACE_PROJECT
Request parameter name for the workplace project. |
static String |
PARAM_WORKPLACE_REPORTTYPE
Request parameter name for the workplace report type. |
static String |
PARAM_WORKPLACE_RESTRICTEXPLORERVIEW
Request parameter name for the workplace explorer view restriction. |
static String |
PARAM_WORKPLACE_SITE
Request parameter name for the workplace start site. |
static String |
PARAM_WORKPLACE_USEUPLOADAPPLET
Request parameter name for the workplace use upload applet. |
static String |
PARAM_WORKPLACE_VIEW
Request parameter name for the workplace view. |
| Fields inherited from class org.opencms.workplace.CmsTabDialog |
|---|
ACTION_SWITCHTAB, DIALOG_SWITCHTAB, PARAM_SETPRESSED, PARAM_TAB |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsPreferences(CmsJspActionElement jsp)
Public constructor with JSP action element. |
|
CmsPreferences(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
void |
actionChangePassword()
Performs the change password action. |
void |
actionSave()
Performs the save operation of the modified user settings. |
String |
buildSelectCopyFileMode(String htmlAttributes)
Builds the html for the default copy file mode select box. |
String |
buildSelectCopyFolderMode(String htmlAttributes)
Builds the html for the default copy folder mode select box. |
String |
buildSelectDeleteFileMode(String htmlAttributes)
Builds the html for the default delete file mode select box. |
String |
buildSelectDirectEditButtonStyle(String htmlAttributes)
Builds the html for the direct edit button style select box. |
String |
buildSelectEditorButtonStyle(String htmlAttributes)
Builds the html for the editor button style select box. |
String |
buildSelectExplorerButtonStyle(String htmlAttributes)
Builds the html for the explorer button style select box. |
String |
buildSelectExplorerFileEntries(String htmlAttributes)
Builds the html for the explorer number of entries per page select box. |
String |
buildSelectFilter(String htmlAttributes)
Builds the html for the task startup filter select box. |
String |
buildSelectLanguage(String htmlAttributes)
Builds the html for the language select box of the start settings. |
String |
buildSelectPreferredEditors(String htmlAttributes)
Builds the html for the preferred editors select boxes of the editor settings. |
String |
buildSelectProject(String htmlAttributes)
Builds the html for the project select box of the start settings. |
String |
buildSelectPublishSiblings(String htmlAttributes)
Builds the html for the default publish siblings mode select box. |
String |
buildSelectReportType(String htmlAttributes)
Builds the html for the workplace report type select box. |
String |
buildSelectSite(String htmlAttributes)
Builds the html for the workplace start site select box. |
String |
buildSelectView(String htmlAttributes)
Returns a html select box filled with the views accessible by the current user. |
String |
buildSelectWorkplaceButtonStyle(String htmlAttributes)
Builds the html for the workplace button style select box. |
String |
buildUserInformation()
Builds the html code for the static user information table (tab 4). |
String |
getParamNewPassword()
Returns the new password value. |
String |
getParamOldPassword()
Returns the old password value. |
String |
getParamTabDiCopyFileMode()
Returns the "copy file default" setting. |
String |
getParamTabDiCopyFolderMode()
Returns the "copy folder default" setting. |
String |
getParamTabDiDeleteFileMode()
Returns the "delete file default" setting. |
String |
getParamTabDiPermissionsExpandInherited()
Returns the "expand inherited permissions" default setting. |
String |
getParamTabDiPermissionsExpandUser()
Returns the "expand current users permissions" default setting. |
String |
getParamTabDiPermissionsInheritOnFolder()
Returns the "inherit permissions on folders" default setting. |
String |
getParamTabDiPublishFileMode()
Returns the "publish file siblings default" setting. |
String |
getParamTabDiShowLock()
Returns the "display lock dialog" setting. |
String |
getParamTabEdButtonStyle()
Returns the "editor button style" setting. |
String |
getParamTabEdDirectEditButtonStyle()
Returns the "direct edit button style" setting. |
String |
getParamTabExButtonStyle()
Returns the "explorer button style" setting. |
String |
getParamTabExFileDateCreated()
Returns the "display file creation date" setting. |
String |
getParamTabExFileDateExpired()
Returns the "display file date expired" setting. |
String |
getParamTabExFileDateLastModified()
Returns the "display file last modification date" setting. |
String |
getParamTabExFileDateReleased()
Returns the "display file date released" setting. |
String |
getParamTabExFileEntries()
Returns the "explorer number of entries per page" setting. |
String |
getParamTabExFileLockedBy()
Returns the "display file locked by" setting. |
String |
getParamTabExFilePermissions()
Returns the "display file permissions" setting. |
String |
getParamTabExFileSize()
Returns the "display file size" setting. |
String |
getParamTabExFileState()
Returns the "display file state" setting. |
String |
getParamTabExFileTitle()
Returns the "display file title" setting. |
String |
getParamTabExFileType()
Returns the "display file type" setting. |
String |
getParamTabExFileUserCreated()
Returns the "display file created by" setting. |
String |
getParamTabExFileUserLastModified()
Returns the "display file last modified by" setting. |
String |
getParamTabWfFilter()
Returns the "task startup filter" setting. |
String |
getParamTabWfMessageAccepted()
Returns the "message when accepted" setting. |
String |
getParamTabWfMessageCompleted()
Returns the "message when completed" setting. |
String |
getParamTabWfMessageForwarded()
Returns the "message when forwarded" setting. |
String |
getParamTabWfMessageMembers()
Returns the "inform all role members" setting. |
String |
getParamTabWfShowAllProjects()
returns the "show all projects" setting. |
String |
getParamTabWpButtonStyle()
Returns the "workplace button style" setting. |
String |
getParamTabWpFolder()
Returns the "start folder" setting. |
String |
getParamTabWpLanguage()
Returns the start language setting. |
String |
getParamTabWpProject()
Returns the start project setting. |
String |
getParamTabWpReportType()
Returns the "workplace report type" setting. |
String |
getParamTabWpRestrictExplorerView()
Returns the "workplace restrict explorer view" setting. |
String |
getParamTabWpSite()
Returns the "start site" setting. |
String |
getParamTabWpUseUploadApplet()
Returns the "use upload applet" setting. |
String |
getParamTabWpView()
Returns the start view setting. |
List |
getTabParameterOrder()
Returns the order of the parameter prefixes for each tab. |
List |
getTabs()
Returns a list with localized Strings representing the names of the tabs. |
protected void |
initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
Analyzes the request for workplace parameters and adjusts the workplace settings accordingly. |
String |
isChecked(String paramValue)
Helper method to add the "checked" attribute to an input field. |
protected Map |
paramValues()
Returns the values of all parameter methods of this workplace class instance. |
void |
setParamNewPassword(String newPwd)
Sets the new password value. |
void |
setParamOldPassword(String oldPwd)
Sets the old password value. |
void |
setParamTabDiCopyFileMode(String value)
Sets the "copy file default" setting. |
void |
setParamTabDiCopyFolderMode(String value)
Sets the "copy folder default" setting. |
void |
setParamTabDiDeleteFileMode(String value)
Sets the "delete file siblings default" setting. |
void |
setParamTabDiPermissionsExpandInherited(String value)
Sets the "expand inherited permissions" default setting. |
void |
setParamTabDiPermissionsExpandUser(String value)
Sets the "expand current users permissions" default setting. |
void |
setParamTabDiPermissionsInheritOnFolder(String value)
Sets the "inherit permissions on folders" default setting. |
void |
setParamTabDiPublishFileMode(String value)
Sets the "publish file siblings default" setting. |
void |
setParamTabDiShowLock(String value)
Sets the "display lock dialog" setting. |
void |
setParamTabEdButtonStyle(String value)
Sets the "editor button style" setting. |
void |
setParamTabEdDirectEditButtonStyle(String value)
Sets the "direct edit button style" setting. |
void |
setParamTabExButtonStyle(String value)
Sets the "explorer button style" setting. |
void |
setParamTabExFileDateCreated(String value)
Sets the "display file creation date" setting. |
void |
setParamTabExFileDateExpired(String value)
Sets the "display file expired date" setting. |
void |
setParamTabExFileDateLastModified(String value)
Sets the "display file last modification date" setting. |
void |
setParamTabExFileDateReleased(String value)
Sets the "display file released date" setting. |
void |
setParamTabExFileEntries(String value)
Sets the "explorer number of entries per page" setting. |
void |
setParamTabExFileLockedBy(String value)
Sets the "display file locked by" setting. |
void |
setParamTabExFilePermissions(String value)
Sets the "display file permissions" setting. |
void |
setParamTabExFileSize(String value)
Sets the "display file size" setting. |
void |
setParamTabExFileState(String value)
Sets the "display file state" setting. |
void |
setParamTabExFileTitle(String value)
Sets the "display file title" setting. |
void |
setParamTabExFileType(String value)
Sets the "display file type" setting. |
void |
setParamTabExFileUserCreated(String value)
Sets the "display file created by" setting. |
void |
setParamTabExFileUserLastModified(String value)
Sets the "display file last modified by" setting. |
void |
setParamTabWfFilter(String filter)
Sets the "task startup filter" setting. |
void |
setParamTabWfMessageAccepted(String value)
Sets the "message when accepted" setting. |
void |
setParamTabWfMessageCompleted(String value)
Sets the "message when completed" setting. |
void |
setParamTabWfMessageForwarded(String value)
Sets the "message when forwarded" setting. |
void |
setParamTabWfMessageMembers(String value)
Sets the "inform all role members" setting. |
void |
setParamTabWfShowAllProjects(String value)
Sets the "show all projects" setting. |
void |
setParamTabWpButtonStyle(String value)
Sets the "workplace button style" setting. |
void |
setParamTabWpFolder(String value)
Sets the "start folder" setting. |
void |
setParamTabWpLanguage(String value)
Sets the start language setting. |
void |
setParamTabWpProject(String value)
Sets the start project setting. |
void |
setParamTabWpReportType(String value)
Sets the "workplace report type" setting. |
void |
setParamTabWpRestrictExplorerView(String value)
Sets the "workplace restrict explorer view" setting. |
void |
setParamTabWpSite(String value)
Sets the "start site" setting. |
void |
setParamTabWpUseUploadApplet(String value)
Sets the "use upload applet" setting. |
void |
setParamTabWpView(String value)
Sets the start view setting. |
protected void |
updatePreferences(CmsObject cms,
HttpServletRequest req)
Updates the user preferences after changes have been made. |
| Methods inherited from class org.opencms.workplace.CmsTabDialog |
|---|
dialogTabContent, dialogTabContentEnd, dialogTabContentStart, dialogTabContentStart, dialogTabRow, getActiveTab, getActiveTabName, getParamSetPressed, getParamTab, htmlStart, htmlStart, paramsAsHidden, setParamSetPressed, setParamTab |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
dialogTitle, getAdminTool, getCurrentToolPath, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamPath, setParamRoot, setParamStyle, useNewStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ACTION_CHPWD
public static final int ACTION_ERROR
public static final int ACTION_RELOAD
public static final String DIALOG_CHPWD
public static final String DIALOG_RELOAD
public static final String DIALOG_TYPE
public static final String INPUT_DEFAULT
public static final String PARAM_DIALOGS_COPYFILEMODE
public static final String PARAM_DIALOGS_COPYFOLDERMODE
public static final String PARAM_DIALOGS_DELETEFILEMODE
public static final String PARAM_DIALOGS_PERMISSIONS_EXPANDINHERITED
public static final String PARAM_DIALOGS_PERMISSIONS_EXPANDUSER
public static final String PARAM_DIALOGS_PERMISSIONS_INHERITONFOLDER
public static final String PARAM_DIALOGS_PUBLISHFILEMODE
public static final String PARAM_DIALOGS_SHOWLOCK
public static final String PARAM_DIRECTEDIT_BUTTONSTYLE
public static final String PARAM_EDITOR_BUTTONSTYLE
public static final String PARAM_EXPLORER_BUTTONSTYLE
public static final String PARAM_EXPLORER_FILEDATECREATED
public static final String PARAM_EXPLORER_FILEDATEEXPIRED
public static final String PARAM_EXPLORER_FILEDATELASTMODIFIED
public static final String PARAM_EXPLORER_FILEDATERELEASED
public static final String PARAM_EXPLORER_FILEENTRIES
public static final String PARAM_EXPLORER_FILELOCKEDBY
public static final String PARAM_EXPLORER_FILEPERMISSIONS
public static final String PARAM_EXPLORER_FILESIZE
public static final String PARAM_EXPLORER_FILESTATE
public static final String PARAM_EXPLORER_FILETITLE
public static final String PARAM_EXPLORER_FILETYPE
public static final String PARAM_EXPLORER_FILEUSERCREATED
public static final String PARAM_EXPLORER_FILEUSERLASTMODIFIED
public static final String PARAM_NEWPASSWORD
public static final String PARAM_OLDPASSWORD
public static final String PARAM_PREFERREDEDITOR_PREFIX
public static final String PARAM_WORKFLOW_FILTER
public static final String PARAM_WORKFLOW_MESSAGEACCEPTED
public static final String PARAM_WORKFLOW_MESSAGECOMPLETED
public static final String PARAM_WORKFLOW_MESSAGEFORWARDED
public static final String PARAM_WORKFLOW_MESSAGEMEMBERS
public static final String PARAM_WORKFLOW_SHOWALLPROJECTS
public static final String PARAM_WORKPLACE_BUTTONSTYLE
public static final String PARAM_WORKPLACE_FOLDER
public static final String PARAM_WORKPLACE_LANGUAGE
public static final String PARAM_WORKPLACE_PROJECT
public static final String PARAM_WORKPLACE_REPORTTYPE
public static final String PARAM_WORKPLACE_RESTRICTEXPLORERVIEW
public static final String PARAM_WORKPLACE_SITE
public static final String PARAM_WORKPLACE_USEUPLOADAPPLET
public static final String PARAM_WORKPLACE_VIEW
| Constructor Detail |
|---|
public CmsPreferences(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsPreferences(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
|---|
public void actionChangePassword()
throws JspException
JspException - if inclusion of error element failspublic void actionSave()
public String buildSelectCopyFileMode(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectCopyFolderMode(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectDeleteFileMode(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectDirectEditButtonStyle(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectEditorButtonStyle(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectExplorerButtonStyle(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectExplorerFileEntries(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectFilter(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectLanguage(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectPreferredEditors(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectProject(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectPublishSiblings(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectReportType(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectSite(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildSelectView(String htmlAttributes)
htmlAttributes - attributes that will be inserted into the generated html
public String buildSelectWorkplaceButtonStyle(String htmlAttributes)
htmlAttributes - optional html attributes for the &lgt;select> tag
public String buildUserInformation()
public String getParamNewPassword()
public String getParamOldPassword()
public String getParamTabDiCopyFileMode()
public String getParamTabDiCopyFolderMode()
public String getParamTabDiDeleteFileMode()
public String getParamTabDiPermissionsExpandInherited()
public String getParamTabDiPermissionsExpandUser()
public String getParamTabDiPermissionsInheritOnFolder()
public String getParamTabDiPublishFileMode()
public String getParamTabDiShowLock()
public String getParamTabEdButtonStyle()
public String getParamTabEdDirectEditButtonStyle()
public String getParamTabExButtonStyle()
public String getParamTabExFileDateCreated()
public String getParamTabExFileDateExpired()
public String getParamTabExFileDateLastModified()
public String getParamTabExFileDateReleased()
public String getParamTabExFileEntries()
public String getParamTabExFileLockedBy()
public String getParamTabExFilePermissions()
public String getParamTabExFileSize()
public String getParamTabExFileState()
public String getParamTabExFileTitle()
public String getParamTabExFileType()
public String getParamTabExFileUserCreated()
public String getParamTabExFileUserLastModified()
public String getParamTabWfFilter()
public String getParamTabWfMessageAccepted()
public String getParamTabWfMessageCompleted()
public String getParamTabWfMessageForwarded()
public String getParamTabWfMessageMembers()
public String getParamTabWfShowAllProjects()
public String getParamTabWpButtonStyle()
public String getParamTabWpFolder()
public String getParamTabWpLanguage()
public String getParamTabWpProject()
public String getParamTabWpReportType()
public String getParamTabWpRestrictExplorerView()
public String getParamTabWpSite()
public String getParamTabWpUseUploadApplet()
public String getParamTabWpView()
public List getTabParameterOrder()
CmsTabDialogFor example, all parameters stored in tab 1 have the prefix "Tab1", i.e. the getter and setter methods must be getParamTab1MyParameterName().
To change the tab order, simply change the order in the String array and in the generated tab list.
getTabParameterOrder in class CmsTabDialogCmsTabDialog.getTabParameterOrder()public List getTabs()
CmsTabDialog
getTabs in class CmsTabDialogCmsTabDialog.getTabs()public String isChecked(String paramValue)
paramValue - the parameter value, if "true", the "checked" attribute will be returned
public void setParamNewPassword(String newPwd)
newPwd - the new password valuepublic void setParamOldPassword(String oldPwd)
oldPwd - the old password valuepublic void setParamTabDiCopyFileMode(String value)
value - the "copy file default" settingpublic void setParamTabDiCopyFolderMode(String value)
value - the "copy folder default" settingpublic void setParamTabDiDeleteFileMode(String value)
value - the "delete file siblings default" settingpublic void setParamTabDiPermissionsExpandInherited(String value)
value - the "expand inherited permissions" default settingpublic void setParamTabDiPermissionsExpandUser(String value)
value - the "expand current users permissions" default settingpublic void setParamTabDiPermissionsInheritOnFolder(String value)
value - the "inherit permissions on folders" default settingpublic void setParamTabDiPublishFileMode(String value)
value - the "publish file siblings default" settingpublic void setParamTabDiShowLock(String value)
value - "true" to enable the "display lock dialog" setting, all others to disablepublic void setParamTabEdButtonStyle(String value)
value - a String representation of an int value to set the "editor button style" settingpublic void setParamTabEdDirectEditButtonStyle(String value)
value - a String representation of an int value to set the "direct edit button style" settingpublic void setParamTabExButtonStyle(String value)
value - a String representation of an int value to set the "explorer button style" settingpublic void setParamTabExFileDateCreated(String value)
value - "true" to enable the "display file creation date" setting, all others to disablepublic void setParamTabExFileDateExpired(String value)
value - "true" to enable the "display file expired date" setting, all others to disablepublic void setParamTabExFileDateLastModified(String value)
value - "true" to enable the "display file last modification date" setting, all others to disablepublic void setParamTabExFileDateReleased(String value)
value - "true" to enable the "display file released date" setting, all others to disablepublic void setParamTabExFileEntries(String value)
value - a String representation of an int value to set the "number of entries per page" settingpublic void setParamTabExFileLockedBy(String value)
value - "true" to enable the "display file locked by" setting, all others to disablepublic void setParamTabExFilePermissions(String value)
value - "true" to enable the "display file permissions" setting, all others to disablepublic void setParamTabExFileSize(String value)
value - "true" to enable the "display file size" setting, all others to disablepublic void setParamTabExFileState(String value)
value - "true" to enable the "display file state" setting, all others to disablepublic void setParamTabExFileTitle(String value)
value - "true" to enable the "display file title" setting, all others to disablepublic void setParamTabExFileType(String value)
value - "true" to enable the "display file type" setting, all others to disablepublic void setParamTabExFileUserCreated(String value)
value - "true" to enable the "display file created by" setting, all others to disablepublic void setParamTabExFileUserLastModified(String value)
value - "true" to enable the "display file last modified by" setting, all others to disablepublic void setParamTabWfFilter(String filter)
filter - the "task startup filter" settingpublic void setParamTabWfMessageAccepted(String value)
value - the "message when accepted" settingpublic void setParamTabWfMessageCompleted(String value)
value - the "message when completed" settingpublic void setParamTabWfMessageForwarded(String value)
value - the "message when forwarded" settingpublic void setParamTabWfMessageMembers(String value)
value - "true" to enable the "inform all role members" setting, all others to disablepublic void setParamTabWfShowAllProjects(String value)
value - the "show all projects" settingpublic void setParamTabWpButtonStyle(String value)
value - a String representation of an int value to set the "workplace button style" settingpublic void setParamTabWpFolder(String value)
value - the start folder to show in the explorer viewpublic void setParamTabWpLanguage(String value)
value - the start language settingpublic void setParamTabWpProject(String value)
value - the start project settingpublic void setParamTabWpReportType(String value)
value - the "workplace report type" settingpublic void setParamTabWpRestrictExplorerView(String value)
value - the "workplace restrict explorer view" settingpublic void setParamTabWpSite(String value)
value - the start site to show in the explorer viewpublic void setParamTabWpUseUploadApplet(String value)
value - "true" to enable the "use upload applet" setting, all others to disablepublic void setParamTabWpView(String value)
value - the start view setting
protected void initWorkplaceRequestValues(CmsWorkplaceSettings settings,
HttpServletRequest request)
CmsWorkplace
initWorkplaceRequestValues in class CmsDialogsettings - the workplace settingsrequest - the current requestCmsWorkplace.initWorkplaceRequestValues(org.opencms.workplace.CmsWorkplaceSettings, javax.servlet.http.HttpServletRequest)protected Map paramValues()
This overwrites the super method because of the possible dynamic editor selection entries.
paramValues in class CmsWorkplace
protected void updatePreferences(CmsObject cms,
HttpServletRequest req)
cms - the current cms contextreq - the current http request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||