com.atlassian.jira.web.action.user
Class UpdateUserPreferences
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.user.UpdateUserPreferences
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
public class UpdateUserPreferences
- extends JiraWebActionSupport
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectChecker, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, 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 webwork.action.CommandDriven |
getCommandName, setCommand |
MAX_ISSUES_PER_PAGE_SETTING
public static final int MAX_ISSUES_PER_PAGE_SETTING
- See Also:
- Constant Field Values
UpdateUserPreferences
public UpdateUserPreferences(UserPreferencesManager userPreferencesManager,
LocaleManager localeManager,
SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory,
TimeZoneService timeZoneManager)
doDefault
public String doDefault()
- Overrides:
doDefault
in class webwork.action.ActionSupport
getShowPluginHints
public boolean getShowPluginHints()
getTacUrl
public String getTacUrl()
getUserIssuesPerPage
public long getUserIssuesPerPage()
setUserIssuesPerPage
public void setUserIssuesPerPage(long aLong)
getUserNotificationsMimeType
public String getUserNotificationsMimeType()
setUserNotificationsMimeType
public void setUserNotificationsMimeType(String userNotificationsMimeType)
setShareDefault
public void setShareDefault(boolean isPublic)
isShareDefault
public boolean isShareDefault()
getOwnChangesList
public 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 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 String getShareValue()
- The current value of the Sharing default
- Returns:
- The current value of the Sharing default, false (public) or true (private)
getKeyboardShortcutList
public 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 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 String getUserLocale()
setUserLocale
public void setUserLocale(String userLocale)
setDefaultUserTimeZone
public void setDefaultUserTimeZone(String timeZoneId)
getTimeZoneRegions
public List<RegionInfo> getTimeZoneRegions()
getTimeZoneInfos
public List<TimeZoneInfo> getTimeZoneInfos()
getConfiguredTimeZoneRegion
public String getConfiguredTimeZoneRegion()
getConfiguredTimeZoneId
public String getConfiguredTimeZoneId()
getMimeTypes
public Map getMimeTypes()
getNotifyOwnChanges
public boolean getNotifyOwnChanges()
setNotifyOwnChanges
public void setNotifyOwnChanges(boolean notifyOwnChanges)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getInstalledLocales
public Map<String,String> getInstalledLocales()
- Returns:
- the installed locales with the default option at the top
doExecute
protected String doExecute()
throws Exception
- Overrides:
doExecute
in class webwork.action.ActionSupport
- Throws:
Exception
doValidation
protected void doValidation()
- Overrides:
doValidation
in class webwork.action.ActionSupport
isKeyboardShortcutsEnabled
public boolean isKeyboardShortcutsEnabled()
setKeyboardShortcutsEnabled
public void setKeyboardShortcutsEnabled(boolean keyboardShortcutsEnabled)
Copyright © 2002-2012 Atlassian. All Rights Reserved.