Uses of Interface
com.atlassian.jira.user.preferences.UserPreferencesManager

Packages that use UserPreferencesManager
com.atlassian.jira   
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.user.preferences   
com.atlassian.jira.user.profile   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
 

Uses of UserPreferencesManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return UserPreferencesManager
 UserPreferencesManager ComponentManager.getUserPreferencesManager()
          Retrieves and returns the user preferences manager instance
 

Uses of UserPreferencesManager in com.atlassian.jira.plugin.keyboardshortcut
 

Constructors in com.atlassian.jira.plugin.keyboardshortcut with parameters of type UserPreferencesManager
CachingKeyboardShortcutManager(BuildUtilsInfo buildUtilsInfo, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, JiraAuthenticationContext authenticationContext, UserPreferencesManager userPreferencesManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.plugin.webfragment.conditions
 

Constructors in com.atlassian.jira.plugin.webfragment.conditions with parameters of type UserPreferencesManager
IsKeyboardShortcutsEnabledCondition(UserPreferencesManager userPreferencesManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.user.preferences
 

Classes in com.atlassian.jira.user.preferences that implement UserPreferencesManager
 class DefaultUserPreferencesManager
          A simple implementation to cache user preferences objects.
 

Uses of UserPreferencesManager in com.atlassian.jira.user.profile
 

Constructors in com.atlassian.jira.user.profile with parameters of type UserPreferencesManager
PreferencesUserProfileFragment(ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.velocity.VelocityManager velocityManager, UserPreferencesManager preferencesManager, LocaleManager localeManager, I18nHelper.BeanFactory i18nCachingFactory)
           
SummaryUserProfilePanel(EmailFormatter emailFormatter, JiraAuthenticationContext context, PermissionManager permissionManager, GroupPermissionChecker groupPermissionChecker, SearchService searchService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager velocityManager, I18nHelper.BeanFactory i18nFactory, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ApplicationProperties applicationProperties1, FieldVisibilityManager fieldVisibiltyManager, UserPreferencesManager preferencesManager, LocaleManager localeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, AvatarManager avatarManager, UserManager userManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.user.util
 

Constructors in com.atlassian.jira.user.util with parameters of type UserPreferencesManager
GlobalUserPreferencesUtilImpl(OfBizDelegator ofBizDelegator, UserPreferencesManager userPreferencesManager)
           
UserSharingPreferencesUtilImpl(PermissionManager permissionManager, UserPreferencesManager userPreferencesManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type UserPreferencesManager
ViewIssueColumns(IssueSearcherManager issueSearcherManager, ApplicationProperties applicationProperties, UserPreferencesManager userPreferencesManager, SearchService searchService, SearchSortUtil searchSortUtil)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type UserPreferencesManager
UpdateUserPreferences(UserPreferencesManager userPreferencesManager, LocaleManager localeManager, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
           
ViewUserIssueColumns(IssueSearcherManager issueSearcherManager, EmailFormatter emailFormatter, GroupPermissionChecker groupPermissionChecker, UserPreferencesManager userPreferencesManager, SearchService searchService, SearchSortUtil searchSortUtil)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.web.component
 

Constructors in com.atlassian.jira.web.component with parameters of type UserPreferencesManager
TableLayoutFactory(ColumnLayoutManager columnLayoutManager, FieldManager fieldManager, TableLayoutUtils tableLayoutUtils, ColumnLayoutItemFactory columnLayoutItemFactory, UserPreferencesManager userPreferencesManager, SearchService searchService, SearchSortUtil searchSortUtil)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.