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

Packages that use UserPreferencesManager
com.atlassian.jira   
com.atlassian.jira.component   
com.atlassian.jira.config   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.timezone   
com.atlassian.jira.user.preferences   
com.atlassian.jira.user.profile   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action   
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.component
 

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

Uses of UserPreferencesManager in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type UserPreferencesManager
DefaultFeatureManager(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher, PermissionManager permissionManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, UserPreferencesManager userPreferencesManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type UserPreferencesManager
UserProfileBackdoor(UserPreferencesManager userPreferencesManager, UserUtil userUtil)
           
 

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.timezone
 

Constructors in com.atlassian.jira.timezone with parameters of type UserPreferencesManager
TimeZoneManagerImpl(JiraAuthenticationContext jiraAuthenticationContext, UserPreferencesManager userPreferencesManager, ApplicationProperties applicationProperties)
           
TimeZoneServiceImpl(ApplicationProperties applicationProperties, PermissionManager permissionManager, UserPreferencesManager userPreferencesManager)
           
TimeZoneServiceImpl(ApplicationProperties applicationProperties, PermissionManager permissionManager, UserPreferencesManager userPreferencesManager, com.atlassian.jira.timezone.TimeZoneIdsProvider timeZoneIdsProvider)
           
 

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, VelocityParamFactory velocityParamFactory, UserPreferencesManager preferencesManager, LocaleManager localeManager, I18nHelper.BeanFactory i18nCachingFactory, TimeZoneService timeZoneManager)
           
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, VelocityParamFactory velocityParamFactory, 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, TimeZoneService timeZoneManager)
           
 

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
 

Constructors in com.atlassian.jira.web.action with parameters of type UserPreferencesManager
MyJiraHome(UserPreferencesManager userPreferencesManager, FeatureManager featureManager)
           
 

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

Constructors in com.atlassian.jira.web.action.admin with parameters of type UserPreferencesManager
LeaveAdmin(UserPreferencesManager userPreferencesManager, FeatureManager featureManager)
           
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, TimeZoneService timeZoneManager)
           
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-2012 Atlassian. All Rights Reserved.