com.atlassian.jira.web.action.user
Class UpdateUserPreferences

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.user.UpdateUserPreferences
All Implemented Interfaces:
ErrorCollection, I18nHelper, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class UpdateUserPreferences
extends JiraWebActionSupport

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper
I18nHelper.BeanFactory
 
Field Summary
static int MAX_ISSUES_PER_PAGE_SETTING
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
UpdateUserPreferences(UserPreferencesManager userPreferencesManager, LocaleManager localeManager, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
           
 
Method Summary
 java.lang.String doDefault()
           
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 java.util.Map<java.lang.String,java.lang.String> getInstalledLocales()
           
 java.util.Collection<TextOption> getKeyboardShortcutList()
          Gets the available list of options for the Keyboard shortcut preference
 java.lang.String getKeyboardShortcutValue()
          The current value of the keyboard shortcut default
 java.util.Map getMimeTypes()
           
 boolean getNotifyOwnChanges()
           
 java.util.Collection<TextOption> getOwnChangesList()
          Gets the available list of options for the Sharing Default preference
 java.util.Collection<TextOption> getShareList()
          Gets the available list of options for the Sharing Default preference
 java.lang.String getShareValue()
          The current value of the Sharing default
 long getUserIssuesPerPage()
           
 java.lang.String getUserLocale()
           
 java.lang.String getUsername()
           
 java.lang.String getUserNotificationsMimeType()
           
 boolean isKeyboardShortcutsEnabled()
           
 boolean isShareDefault()
           
 void setKeyboardShortcutsEnabled(boolean keyboardShortcutsEnabled)
           
 void setNotifyOwnChanges(boolean notifyOwnChanges)
           
 void setShareDefault(boolean isPublic)
           
 void setUserIssuesPerPage(long aLong)
           
 void setUserLocale(java.lang.String userLocale)
           
 void setUsername(java.lang.String username)
           
 void setUserNotificationsMimeType(java.lang.String userNotificationsMimeType)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUriValidator, getUserFullName, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getDefaultResourceBundle, getDelegator, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText0, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
getCommandName, setCommand
 

Field Detail

MAX_ISSUES_PER_PAGE_SETTING

public static int MAX_ISSUES_PER_PAGE_SETTING
Constructor Detail

UpdateUserPreferences

public UpdateUserPreferences(UserPreferencesManager userPreferencesManager,
                             LocaleManager localeManager,
                             SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
Method Detail

doDefault

public java.lang.String doDefault()
Overrides:
doDefault in class webwork.action.ActionSupport

getUserIssuesPerPage

public long getUserIssuesPerPage()

setUserIssuesPerPage

public void setUserIssuesPerPage(long aLong)

getUserNotificationsMimeType

public java.lang.String getUserNotificationsMimeType()

setUserNotificationsMimeType

public void setUserNotificationsMimeType(java.lang.String userNotificationsMimeType)

setShareDefault

public void setShareDefault(boolean isPublic)

isShareDefault

public boolean isShareDefault()

getOwnChangesList

public java.util.Collection<TextOption> getOwnChangesList()
Gets the available list of options for the Sharing Default preference

Returns:
the available list of options for the Sharing Default preference

getShareList

public java.util.Collection<TextOption> getShareList()
Gets the available list of options for the Sharing Default preference

Returns:
the available list of options for the Sharing Default preference

getShareValue

public java.lang.String getShareValue()
The current value of the Sharing default

Returns:
The current value of the Sharing default, false (public) or true (private)

getKeyboardShortcutList

public java.util.Collection<TextOption> getKeyboardShortcutList()
Gets the available list of options for the Keyboard shortcut preference

Returns:
the available list of options for the keyboard shortcut Default preference

getKeyboardShortcutValue

public java.lang.String getKeyboardShortcutValue()
The current value of the keyboard shortcut default

Returns:
The current value of the keyboard shortcut default, true (enabled) or false (disabled)

getUserLocale

public java.lang.String getUserLocale()

setUserLocale

public void setUserLocale(java.lang.String userLocale)

getMimeTypes

public java.util.Map getMimeTypes()

getNotifyOwnChanges

public boolean getNotifyOwnChanges()

setNotifyOwnChanges

public void setNotifyOwnChanges(boolean notifyOwnChanges)

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

getInstalledLocales

public java.util.Map<java.lang.String,java.lang.String> getInstalledLocales()
Returns:
the installed locales with the default option at the top

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class webwork.action.ActionSupport
Throws:
java.lang.Exception

doValidation

protected void doValidation()
Overrides:
doValidation in class webwork.action.ActionSupport

isKeyboardShortcutsEnabled

public boolean isKeyboardShortcutsEnabled()

setKeyboardShortcutsEnabled

public void setKeyboardShortcutsEnabled(boolean keyboardShortcutsEnabled)


Copyright © 2002-2010 Atlassian. All Rights Reserved.