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

Packages that use UserPreferencesManager
com.atlassian.jira   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.component   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.dev.i18n   
com.atlassian.jira.my_home   
com.atlassian.jira.notification   
com.atlassian.jira.plugin.keyboardshortcut   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.plugins.share.rest   
com.atlassian.jira.rest.v2.preference   
com.atlassian.jira.rest.v2.search   
com.atlassian.jira.timezone   
com.atlassian.jira.user.preferences   
com.atlassian.jira.user.profile   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.issue   
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()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
 

Uses of UserPreferencesManager in com.atlassian.jira.bc.issue.watcher
 

Constructors in com.atlassian.jira.bc.issue.watcher with parameters of type UserPreferencesManager
AutoWatchService(com.atlassian.event.api.EventPublisher eventPublisher, WatcherService watcherService, UserPreferencesManager userPreferencesManager)
           
 

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.dev.backdoor
 

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

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

Constructors in com.atlassian.jira.dev.i18n with parameters of type UserPreferencesManager
QunitLocaleSwitcher(JiraAuthenticationContext authenticationContext, UserPreferencesManager userPreferencesManager, ApplicationProperties applicationProperties)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.my_home
 

Constructors in com.atlassian.jira.my_home with parameters of type UserPreferencesManager
MyJiraHomeStorageImpl(UserPreferencesManager userPreferencesManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.notification
 

Constructors in com.atlassian.jira.notification with parameters of type UserPreferencesManager
AdhocNotificationServiceImpl(MailService mailService, UserManager userManager, GroupManager groupManager, WatcherService watcherService, VoteService voteService, PermissionManager permissionManager, I18nHelper.BeanFactory i18nBeanFactory, NotificationSchemeManager notificationSchemeManager, NotificationFilterManager notificationFilterManager, UserPreferencesManager userPreferencesManager)
           
DefaultNotificationSchemeManager(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, PermissionContextFactory permissionContextFactory, OfBizDelegator delegator, SchemeFactory schemeFactory, com.atlassian.event.api.EventPublisher eventPublisher, NotificationTypeManager notificationTypeManager, NodeAssociationStore nodeAssociationStore, GroupManager groupManager, UserPreferencesManager userPreferencesManager, com.atlassian.cache.CacheManager cacheManager)
           
 

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.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.plugins.share.rest
 

Constructors in com.atlassian.jira.plugins.share.rest with parameters of type UserPreferencesManager
ShareResource(JiraAuthenticationContext authenticationContext, UserPreferencesManager userPreferencesManager, SearchRequestService searchRequestService, ShareService shareService, IssueService issueService)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.rest.v2.preference
 

Constructors in com.atlassian.jira.rest.v2.preference with parameters of type UserPreferencesManager
CurrentUserPreferencesResource(JiraAuthenticationContext jiraAuthenticationContext, UserPreferencesManager userPreferencesManager)
           
 

Uses of UserPreferencesManager in com.atlassian.jira.rest.v2.search
 

Constructors in com.atlassian.jira.rest.v2.search with parameters of type UserPreferencesManager
FilterResource(JiraAuthenticationContext authenticationContext, SearchRequestService searchRequestService, VelocityRequestContextFactory velocityRequestContextFactory, FavouritesService favouritesService, SearchService searchService, BeanBuilderFactory beanBuilderFactory, UserSharingPreferencesUtil userSharingPreferencesUtil, PermissionManager permissionsManager, UserPreferencesManager userPreferencesManager, ColumnLayoutManager columnLayoutManager, ColumnService columnService)
           
 

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.
 class MockUserPreferencesManager
           
 

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

Constructors in com.atlassian.jira.user.profile with parameters of type UserPreferencesManager
SummaryUserProfilePanel(EmailFormatter emailFormatter, JiraAuthenticationContext context, PermissionManager permissionManager, GroupPermissionChecker groupPermissionChecker, SearchService searchService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, 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, AvatarService avatarService, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type UserPreferencesManager
SearchActionHelperImpl(SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, UserPreferencesManager userPreferencesManager, JiraAuthenticationContext authContext)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.