org.opencms.configuration
Class CmsDefaultUserSettings

java.lang.Object
  extended byorg.opencms.db.CmsUserSettings
      extended byorg.opencms.configuration.CmsDefaultUserSettings

public class CmsDefaultUserSettings
extends CmsUserSettings

Default user workplace settings, used as default values for worklace settings in the user preferences.

Since:
6.0.0
Version:
$Revision: 1.17 $
Author:
Michael Emmerich, Andreas Zahner

Field Summary
static java.lang.String[] BUTTON_STYLES
          Array of the possible "button styles".
static java.util.List BUTTON_STYLES_LIST
          Array list for fast lookup of "button styles".
static java.lang.String[] FILTER_NAMES
          Array of the "task startupfilter" nicenames.
static java.util.List FILTER_NAMES_LIST
          Array list for fast lookup of "task startupfilter" nicenames.
static java.lang.String[] FILTER_VALUES
          Array of the "task startupfilter" values.
static java.util.List FILTER_VALUES_LIST
          Array list for fast lookup of "task startupfilter" values.
 
Fields inherited from class org.opencms.db.CmsUserSettings
ADDITIONAL_INFO_CITY, ADDITIONAL_INFO_CONFIRMED_RESOURCES, ADDITIONAL_INFO_COUNTRY, ADDITIONAL_INFO_DEFAULTGROUP, ADDITIONAL_INFO_EXPLORERSETTINGS, ADDITIONAL_INFO_PREFERENCES, ADDITIONAL_INFO_STARTSETTINGS, ADDITIONAL_INFO_TOWN, ADDITIONAL_INFO_ZIPCODE, FILELIST_DATE_CREATED, FILELIST_DATE_EXPIRED, FILELIST_DATE_LASTMODIFIED, FILELIST_DATE_RELEASED, FILELIST_LOCKEDBY, FILELIST_NAME, FILELIST_PERMISSIONS, FILELIST_SIZE, FILELIST_STATE, FILELIST_TITLE, FILELIST_TYPE, FILELIST_USER_CREATED, FILELIST_USER_LASTMODIFIED
 
Constructor Summary
CmsDefaultUserSettings()
           
 
Method Summary
 java.lang.String getDialogCopyFileModeString()
          Gets the default copy mode when copying a file of the user.
 java.lang.String getDialogCopyFolderModeString()
          Gets the default copy mode when copying a folder of the user.
 java.lang.String getDialogDeleteFileModeString()
          Returns the default setting for file deletion.
 java.lang.String getDialogExpandInheritedPermissionsString()
          Returns the default setting for expanding inherited permissions in the dialog.
 java.lang.String getDialogExpandUserPermissionsString()
          Returns the default setting for expanding the users permissions in the dialog.
 java.lang.String getDialogPermissionsInheritOnFolderString()
          Returns the default setting for inheriting permissions on folders.
 java.lang.String getDialogPublishSiblingsString()
          Returns the default setting for direct publishing.
 java.lang.String getDialogShowExportSettingsString()
          Determines if the export settings part of the secure/export dialog should be shown.
 java.lang.String getDialogShowLockString()
          Determines if the lock dialog should be shown.
 java.lang.String getDirectEditButtonStyleString()
          Returns a string representation of the direct edit button style.
 java.lang.String getEditorButtonStyleString()
          Returns a string representation of the editor button style.
 java.lang.String getExplorerButtonStyleString()
          Returns a string representation of the explorer button style.
 java.lang.String getRestrictExplorerViewString()
          Returns if the explorer view is restricted to the defined site and folder.
 java.lang.String getShowExplorerFileDateCreated()
          Gets if the file creation date should be shown in explorer view.
 java.lang.String getShowExplorerFileDateExpired()
          Gets if the file expired by should be shown in explorer view.
 java.lang.String getShowExplorerFileDateLastModified()
          Gets if the file last modified date should be shown in explorer view.
 java.lang.String getShowExplorerFileDateReleased()
          Gets if the file released by should be shown in explorer view.
 java.lang.String getShowExplorerFileLockedBy()
          Gets if the file locked by should be shown in explorer view.
 java.lang.String getShowExplorerFilePermissions()
          Gets if the file permissions should be shown in explorer view.
 java.lang.String getShowExplorerFileSize()
          Gets if the file size should be shown in explorer view.
 java.lang.String getShowExplorerFileState()
          Gets if the file state should be shown in explorer view.
 java.lang.String getShowExplorerFileTitle()
          Gets if the file title should be shown in explorer view.
 java.lang.String getShowExplorerFileType()
          Gets if the file type should be shown in explorer view.
 java.lang.String getShowExplorerFileUserCreated()
          Gets if the file creator should be shown in explorer view.
 java.lang.String getShowExplorerFileUserLastModified()
          Gets if the file last modified by should be shown in explorer view.
 java.lang.String getTaskMessageAcceptedString()
          Determines if a message should be sent if the task is accepted.
 java.lang.String getTaskMessageCompletedString()
          Determines if a message should be sent if the task is completed.
 java.lang.String getTaskMessageForwardedString()
          Determines if a message should be sent if the task is forwarded.
 java.lang.String getTaskMessageMembersString()
          Determines if all role members should be informed about the task.
 java.lang.String getTaskShowAllProjectsString()
          Determines if all projects should be shown in tasks view.
 java.lang.String getTaskStartupFilterDefault()
          Gets the startup filter for the tasks view.
 java.lang.String getUploadAppletString()
          Returns a string representation of the upload Applet flag.
 java.lang.String getWorkplaceButtonStyleString()
          Returns a string representation of the workplace button style.
 void setDialogCopyFileMode(java.lang.String mode)
          Sets the default copy mode when copying a file of the user.
 void setDialogCopyFolderMode(java.lang.String mode)
          Sets the default copy mode when copying a folder of the user.
 void setDialogDeleteFileMode(java.lang.String mode)
          Sets the default setting for file deletion.
 void setDialogExpandInheritedPermissions(java.lang.String dialogExpandInheritedPermissions)
          Sets the default setting for expanding inherited permissions in the dialog.
 void setDialogExpandUserPermissions(java.lang.String dialogExpandUserPermissions)
          Sets the default setting for expanding the users permissions in the dialog.
 void setDialogPermissionsInheritOnFolder(java.lang.String dialogPermissionsInheritOnFolder)
          Sets the default setting for inheriting permissions on folders.
 void setDialogPublishSiblings(java.lang.String mode)
          Sets the default setting for direct publishing.
 void setDirectEditButtonStyle(java.lang.String buttonstyle)
          Sets the style of the direct edit buttons of the user.
 void setEditorButtonStyle(java.lang.String buttonstyle)
          Sets the style of the editor buttons of the user.
 void setExplorerButtonStyle(java.lang.String buttonstyle)
          Sets the style of the explorer workplace buttons of the user.
 void setExplorerFileEntries(java.lang.String entries)
          Sets the number of displayed files per page of the user.
 void setLocale(java.lang.String locale)
          Sets the workplace locale.
 void setRestrictExplorerView(java.lang.String restrict)
          Sets if the explorer view is restricted to the defined site and folder.
 void setShowExplorerFileDateCreated(java.lang.String show)
          Sets if the file creation date should be shown in explorer view.
 void setShowExplorerFileDateExpired(java.lang.String show)
          Sets if the file expire date should be shown in explorer view.
 void setShowExplorerFileDateLastModified(java.lang.String show)
          Sets if the file last modified date should be shown in explorer view.
 void setShowExplorerFileDateReleased(java.lang.String show)
          Sets if the file release date should be shown in explorer view.
 void setShowExplorerFileLockedBy(java.lang.String show)
          Sets if the file locked by should be shown in explorer view.
 void setShowExplorerFilePermissions(java.lang.String show)
          Sets if the file permissions should be shown in explorer view.
 void setShowExplorerFileSize(java.lang.String show)
          Sets if the file size should be shown in explorer view.
 void setShowExplorerFileState(java.lang.String show)
          Sets if the file state should be shown in explorer view.
 void setShowExplorerFileTitle(java.lang.String show)
          Sets if the file title should be shown in explorer view.
 void setShowExplorerFileType(java.lang.String show)
          Sets if the file type should be shown in explorer view.
 void setShowExplorerFileUserCreated(java.lang.String show)
          Sets if the file creator should be shown in explorer view.
 void setShowExplorerFileUserLastModified(java.lang.String show)
          Sets if the file last modified by should be shown in explorer view.
 void setShowExportSettingsDialog(java.lang.String mode)
          Sets if the export part of the secure/export dialog should be shown.
 void setShowLockDialog(java.lang.String mode)
          Sets if the lock dialog should be shown.
 void setTaskMessageAccepted(java.lang.String mode)
          Sets if a message should be sent if the task is accepted.
 void setTaskMessageCompleted(java.lang.String mode)
          Sets if a message should be sent if the task is completed.
 void setTaskMessageForwarded(java.lang.String mode)
          Sets if a message should be sent if the task is forwarded.
 void setTaskMessageMembers(java.lang.String mode)
          Sets if all role members should be informed about the task.
 void setTaskShowAllProjects(java.lang.String mode)
          Sets if all projects should be shown in tasks view.
 void setTaskStartupFilterDefault(java.lang.String filter)
          Sets the startup filter for the tasks view.
 void setUploadApplet(java.lang.String applet)
          Sets the usage of the upload applet for the user user.
 void setWorkplaceButtonStyle(java.lang.String buttonstyle)
          Sets the style of the workplace buttons of the user.
 
Methods inherited from class org.opencms.db.CmsUserSettings
getDialogCopyFileMode, getDialogCopyFolderMode, getDialogDeleteFileMode, getDialogExpandInheritedPermissions, getDialogExpandUserPermissions, getDialogPermissionsInheritOnFolder, getDialogPublishSiblings, getDialogShowExportSettings, getDialogShowLock, getDirectEditButtonStyle, getEditorButtonStyle, getEditorSettings, getExplorerButtonStyle, getExplorerFileEntries, getExplorerSettings, getLocale, getPreferredEditor, getProjectSettings, getPublishButtonAppearance, getRestrictExplorerView, getStartFolder, getStartProject, getStartSite, getStartView, getSynchronizeSettings, getTaskMessageAccepted, getTaskMessageCompleted, getTaskMessageForwarded, getTaskMessageMembers, getTaskMessageValue, getTaskShowAllProjects, getTaskStartupFilter, getUser, getWorkplaceButtonStyle, getWorkplaceReportType, init, init, save, setDialogCopyFileMode, setDialogCopyFolderMode, setDialogDeleteFileMode, setDialogExpandInheritedPermissions, setDialogExpandUserPermissions, setDialogPermissionsInheritOnFolder, setDialogPublishSiblings, setDialogShowExportSettings, setDialogShowLock, setDirectEditButtonStyle, setEditorButtonStyle, setEditorSettings, setExplorerButtonStyle, setExplorerFileEntries, setExplorerSettings, setLocale, setPreferredEditor, setProjectSettings, setPublishButtonAppearance, setRestrictExplorerView, setShowExplorerFileDateCreated, setShowExplorerFileDateExpired, setShowExplorerFileDateLastModified, setShowExplorerFileDateReleased, setShowExplorerFileLockedBy, setShowExplorerFilePermissions, setShowExplorerFileSize, setShowExplorerFileState, setShowExplorerFileTitle, setShowExplorerFileType, setShowExplorerFileUserCreated, setShowExplorerFileUserLastModified, setStartFolder, setStartProject, setStartSite, setStartView, setSynchronizeSettings, setTaskMessageAccepted, setTaskMessageCompleted, setTaskMessageForwarded, setTaskMessageMembers, setTaskMessageValue, setTaskShowAllProjects, setTaskStartupFilter, setUser, setUseUploadApplet, setWorkplaceButtonStyle, setWorkplaceReportType, showExplorerFileDateCreated, showExplorerFileDateExpired, showExplorerFileDateLastModified, showExplorerFileDateReleased, showExplorerFileLockedBy, showExplorerFilePermissions, showExplorerFileSize, showExplorerFileState, showExplorerFileTitle, showExplorerFileType, showExplorerFileUserCreated, showExplorerFileUserLastModified, useUploadApplet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTTON_STYLES

public static final java.lang.String[] BUTTON_STYLES
Array of the possible "button styles".


BUTTON_STYLES_LIST

public static final java.util.List BUTTON_STYLES_LIST
Array list for fast lookup of "button styles".


FILTER_NAMES

public static final java.lang.String[] FILTER_NAMES
Array of the "task startupfilter" nicenames.


FILTER_NAMES_LIST

public static final java.util.List FILTER_NAMES_LIST
Array list for fast lookup of "task startupfilter" nicenames.


FILTER_VALUES

public static final java.lang.String[] FILTER_VALUES
Array of the "task startupfilter" values.


FILTER_VALUES_LIST

public static final java.util.List FILTER_VALUES_LIST
Array list for fast lookup of "task startupfilter" values.

Constructor Detail

CmsDefaultUserSettings

public CmsDefaultUserSettings()
Method Detail

getDialogCopyFileModeString

public java.lang.String getDialogCopyFileModeString()
Gets the default copy mode when copying a file of the user.

Returns:
the default copy mode when copying a file of the user

getDialogCopyFolderModeString

public java.lang.String getDialogCopyFolderModeString()
Gets the default copy mode when copying a folder of the user.

Returns:
the default copy mode when copying a folder of the user

getDialogDeleteFileModeString

public java.lang.String getDialogDeleteFileModeString()
Returns the default setting for file deletion.

Returns:
the default setting for file deletion

getDialogExpandInheritedPermissionsString

public java.lang.String getDialogExpandInheritedPermissionsString()
Returns the default setting for expanding inherited permissions in the dialog.

Returns:
true if inherited permissions should be expanded, otherwise false

getDialogExpandUserPermissionsString

public java.lang.String getDialogExpandUserPermissionsString()
Returns the default setting for expanding the users permissions in the dialog.

Returns:
true if the users permissions should be expanded, otherwise false

getDialogPermissionsInheritOnFolderString

public java.lang.String getDialogPermissionsInheritOnFolderString()
Returns the default setting for inheriting permissions on folders.

Returns:
true if permissions should be inherited on folders, otherwise false

getDialogPublishSiblingsString

public java.lang.String getDialogPublishSiblingsString()
Returns the default setting for direct publishing.

Returns:
the default setting for direct publishing

getDialogShowExportSettingsString

public java.lang.String getDialogShowExportSettingsString()
Determines if the export settings part of the secure/export dialog should be shown.

Returns:
true if the export dialog is shown, otherwise false

getDialogShowLockString

public java.lang.String getDialogShowLockString()
Determines if the lock dialog should be shown.

Returns:
true if the lock dialog is shown, otherwise false

getDirectEditButtonStyleString

public java.lang.String getDirectEditButtonStyleString()
Returns a string representation of the direct edit button style.

Returns:
string representation of the direct edit button style

getEditorButtonStyleString

public java.lang.String getEditorButtonStyleString()
Returns a string representation of the editor button style.

Returns:
string representation of the editor button style

getExplorerButtonStyleString

public java.lang.String getExplorerButtonStyleString()
Returns a string representation of the explorer button style.

Returns:
string representation of the explorer button style

getRestrictExplorerViewString

public java.lang.String getRestrictExplorerViewString()
Returns if the explorer view is restricted to the defined site and folder.

Returns:
true if the explorer view is restricted, otherwise false

getShowExplorerFileDateCreated

public java.lang.String getShowExplorerFileDateCreated()
Gets if the file creation date should be shown in explorer view.

Returns:
"true" if the file creation date should be shown, otherwise "false"

getShowExplorerFileDateExpired

public java.lang.String getShowExplorerFileDateExpired()
Gets if the file expired by should be shown in explorer view.

Returns:
"true" if the file date expired by should be shown, otherwise "false"

getShowExplorerFileDateLastModified

public java.lang.String getShowExplorerFileDateLastModified()
Gets if the file last modified date should be shown in explorer view.

Returns:
"true" if the file last modified date should be shown, otherwise "false"

getShowExplorerFileDateReleased

public java.lang.String getShowExplorerFileDateReleased()
Gets if the file released by should be shown in explorer view.

Returns:
"true" if the file date released by should be shown, otherwise "false"

getShowExplorerFileLockedBy

public java.lang.String getShowExplorerFileLockedBy()
Gets if the file locked by should be shown in explorer view.

Returns:
"true" if the file locked by should be shown, otherwise "false"

getShowExplorerFilePermissions

public java.lang.String getShowExplorerFilePermissions()
Gets if the file permissions should be shown in explorer view.

Returns:
"true" if the file permissions should be shown, otherwise "false"

getShowExplorerFileSize

public java.lang.String getShowExplorerFileSize()
Gets if the file size should be shown in explorer view.

Returns:
"true" if the file size should be shown, otherwise "false"

getShowExplorerFileState

public java.lang.String getShowExplorerFileState()
Gets if the file state should be shown in explorer view.

Returns:
"true" if the file state should be shown, otherwise "false"

getShowExplorerFileTitle

public java.lang.String getShowExplorerFileTitle()
Gets if the file title should be shown in explorer view.

Returns:
"true" if the file title should be shown, otherwise "false"

getShowExplorerFileType

public java.lang.String getShowExplorerFileType()
Gets if the file type should be shown in explorer view.

Returns:
"true" if the file type should be shown, otherwise "false"

getShowExplorerFileUserCreated

public java.lang.String getShowExplorerFileUserCreated()
Gets if the file creator should be shown in explorer view.

Returns:
"true" if the file creator should be shown, otherwise "false"

getShowExplorerFileUserLastModified

public java.lang.String getShowExplorerFileUserLastModified()
Gets if the file last modified by should be shown in explorer view.

Returns:
"true" if the file last modified by should be shown, otherwise "false"

getTaskMessageAcceptedString

public java.lang.String getTaskMessageAcceptedString()
Determines if a message should be sent if the task is accepted.

Returns:
"true" if a message should be sent if the task is accepted, otherwise "false"

getTaskMessageCompletedString

public java.lang.String getTaskMessageCompletedString()
Determines if a message should be sent if the task is completed.

Returns:
"true" if a message should be sent if the task is completed, otherwise "false"

getTaskMessageForwardedString

public java.lang.String getTaskMessageForwardedString()
Determines if a message should be sent if the task is forwarded.

Returns:
"true" if a message should be sent if the task is forwarded, otherwise "false"

getTaskMessageMembersString

public java.lang.String getTaskMessageMembersString()
Determines if all role members should be informed about the task.

Returns:
"true" if all role members should be informed about the task, otherwise "false"

getTaskShowAllProjectsString

public java.lang.String getTaskShowAllProjectsString()
Determines if all projects should be shown in tasks view.

Returns:
"true" if all projects should be shown in tasks view, otherwise "false"

getTaskStartupFilterDefault

public java.lang.String getTaskStartupFilterDefault()
Gets the startup filter for the tasks view.

Returns:
the startup filter for the tasks view

getUploadAppletString

public java.lang.String getUploadAppletString()
Returns a string representation of the upload Applet flag.

Returns:
string representation of the uploadApplet flag

getWorkplaceButtonStyleString

public java.lang.String getWorkplaceButtonStyleString()
Returns a string representation of the workplace button style.

Returns:
string representation of the workplace button style

setDialogCopyFileMode

public void setDialogCopyFileMode(java.lang.String mode)
Sets the default copy mode when copying a file of the user.

Parameters:
mode - the default copy mode when copying a file of the user

setDialogCopyFolderMode

public void setDialogCopyFolderMode(java.lang.String mode)
Sets the default copy mode when copying a folder of the user.

Parameters:
mode - the default copy mode when copying a folder of the user

setDialogDeleteFileMode

public void setDialogDeleteFileMode(java.lang.String mode)
Sets the default setting for file deletion.

Parameters:
mode - the default setting for file deletion

setDialogExpandInheritedPermissions

public void setDialogExpandInheritedPermissions(java.lang.String dialogExpandInheritedPermissions)
Sets the default setting for expanding inherited permissions in the dialog.

Parameters:
dialogExpandInheritedPermissions - the default setting for expanding inherited permissions in the dialog

setDialogExpandUserPermissions

public void setDialogExpandUserPermissions(java.lang.String dialogExpandUserPermissions)
Sets the default setting for expanding the users permissions in the dialog.

Parameters:
dialogExpandUserPermissions - the default setting for expanding the users permissions in the dialog

setDialogPermissionsInheritOnFolder

public void setDialogPermissionsInheritOnFolder(java.lang.String dialogPermissionsInheritOnFolder)
Sets the default setting for inheriting permissions on folders.

Parameters:
dialogPermissionsInheritOnFolder - the default setting for inheriting permissions on folders

setDialogPublishSiblings

public void setDialogPublishSiblings(java.lang.String mode)
Sets the default setting for direct publishing.

Parameters:
mode - the default setting for direct publishing

setDirectEditButtonStyle

public void setDirectEditButtonStyle(java.lang.String buttonstyle)
Sets the style of the direct edit buttons of the user.

Parameters:
buttonstyle - the style of the direct edit buttons of the user

setEditorButtonStyle

public void setEditorButtonStyle(java.lang.String buttonstyle)
Sets the style of the editor buttons of the user.

Parameters:
buttonstyle - the style of the editor buttons of the user

setExplorerButtonStyle

public void setExplorerButtonStyle(java.lang.String buttonstyle)
Sets the style of the explorer workplace buttons of the user.

Parameters:
buttonstyle - the style of the explorer workplace buttons of the user

setExplorerFileEntries

public void setExplorerFileEntries(java.lang.String entries)
Sets the number of displayed files per page of the user.

Parameters:
entries - the number of displayed files per page of the user

setLocale

public void setLocale(java.lang.String locale)
Sets the workplace locale.

Parameters:
locale - the workplace language default

setRestrictExplorerView

public void setRestrictExplorerView(java.lang.String restrict)
Sets if the explorer view is restricted to the defined site and folder.

Parameters:
restrict - true if the explorer view is restricted, otherwise false

setShowExplorerFileDateCreated

public void setShowExplorerFileDateCreated(java.lang.String show)
Sets if the file creation date should be shown in explorer view.

Parameters:
show - true if the file creation date should be shown, otherwise false

setShowExplorerFileDateExpired

public void setShowExplorerFileDateExpired(java.lang.String show)
Sets if the file expire date should be shown in explorer view.

Parameters:
show - true if the file expire date should be shown, otherwise false

setShowExplorerFileDateLastModified

public void setShowExplorerFileDateLastModified(java.lang.String show)
Sets if the file last modified date should be shown in explorer view.

Parameters:
show - true if the file last modified date should be shown, otherwise false

setShowExplorerFileDateReleased

public void setShowExplorerFileDateReleased(java.lang.String show)
Sets if the file release date should be shown in explorer view.

Parameters:
show - true if the file relese date should be shown, otherwise false

setShowExplorerFileLockedBy

public void setShowExplorerFileLockedBy(java.lang.String show)
Sets if the file locked by should be shown in explorer view.

Parameters:
show - true if the file locked by should be shown, otherwise false

setShowExplorerFilePermissions

public void setShowExplorerFilePermissions(java.lang.String show)
Sets if the file permissions should be shown in explorer view.

Parameters:
show - true if the file permissions should be shown, otherwise false

setShowExplorerFileSize

public void setShowExplorerFileSize(java.lang.String show)
Sets if the file size should be shown in explorer view.

Parameters:
show - true if the file size should be shown, otherwise false

setShowExplorerFileState

public void setShowExplorerFileState(java.lang.String show)
Sets if the file state should be shown in explorer view.

Parameters:
show - true if the state size should be shown, otherwise false

setShowExplorerFileTitle

public void setShowExplorerFileTitle(java.lang.String show)
Sets if the file title should be shown in explorer view.

Parameters:
show - true if the file title should be shown, otherwise false

setShowExplorerFileType

public void setShowExplorerFileType(java.lang.String show)
Sets if the file type should be shown in explorer view.

Parameters:
show - true if the file type should be shown, otherwise false

setShowExplorerFileUserCreated

public void setShowExplorerFileUserCreated(java.lang.String show)
Sets if the file creator should be shown in explorer view.

Parameters:
show - true if the file creator should be shown, otherwise false

setShowExplorerFileUserLastModified

public void setShowExplorerFileUserLastModified(java.lang.String show)
Sets if the file last modified by should be shown in explorer view.

Parameters:
show - true if the file last modified by should be shown, otherwise false

setShowExportSettingsDialog

public void setShowExportSettingsDialog(java.lang.String mode)
Sets if the export part of the secure/export dialog should be shown.

Parameters:
mode - true if the export dialog should be shown, otherwise false

setShowLockDialog

public void setShowLockDialog(java.lang.String mode)
Sets if the lock dialog should be shown.

Parameters:
mode - true if the lock dialog should be shown, otherwise false

setTaskMessageAccepted

public void setTaskMessageAccepted(java.lang.String mode)
Sets if a message should be sent if the task is accepted.

Parameters:
mode - true if a message should be sent if the task is accepted, otherwise false

setTaskMessageCompleted

public void setTaskMessageCompleted(java.lang.String mode)
Sets if a message should be sent if the task is completed.

Parameters:
mode - true if a message should be sent if the task is completed, otherwise false

setTaskMessageForwarded

public void setTaskMessageForwarded(java.lang.String mode)
Sets if a message should be sent if the task is forwarded.

Parameters:
mode - true if a message should be sent if the task is forwarded, otherwise false

setTaskMessageMembers

public void setTaskMessageMembers(java.lang.String mode)
Sets if all role members should be informed about the task.

Parameters:
mode - true if all role members should be informed about the task, otherwise false

setTaskShowAllProjects

public void setTaskShowAllProjects(java.lang.String mode)
Sets if all projects should be shown in tasks view.

Parameters:
mode - true if all projects should be shown in tasks view, otherwise false

setTaskStartupFilterDefault

public void setTaskStartupFilterDefault(java.lang.String filter)
Sets the startup filter for the tasks view.

Parameters:
filter - the startup filter for the tasks view

setUploadApplet

public void setUploadApplet(java.lang.String applet)
Sets the usage of the upload applet for the user user.

Parameters:
applet - "true" or "false" to flag the use of the applet

setWorkplaceButtonStyle

public void setWorkplaceButtonStyle(java.lang.String buttonstyle)
Sets the style of the workplace buttons of the user.

Parameters:
buttonstyle - the style of the workplace buttons of the user