Uses of Interface
com.atlassian.jira.plugin.profile.UserFormatManager

Packages that use UserFormatManager
com.atlassian.jira.config   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.plugin.componentpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.userformat   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.web.action.admin.dashboards   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.action.util   
 

Uses of UserFormatManager in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type UserFormatManager
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserKeyService userKeyService, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, PermissionManager permissionManager, TaskManager taskManager, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of UserFormatManager in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type UserFormatManager
ChangeHistoryTabPanel(ChangeHistoryManager changeHistoryManager, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatterFactory dateTimeFormatterFactory, DateTimeFieldChangeLogHelper changeLogHelper, UserFormatManager userFormatManager, I18nHelper i18nHelper, JiraAuthenticationContext authenticationContext, AvatarService avatarService)
           
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)
           
 

Uses of UserFormatManager in com.atlassian.jira.plugin.componentpanel.fragment.impl
 

Constructors in com.atlassian.jira.plugin.componentpanel.fragment.impl with parameters of type UserFormatManager
ComponentDescriptionFragment(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext jiraAuthenticationContext, UserFormatManager userFormatManager)
           
 

Uses of UserFormatManager in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Constructors in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type UserFormatManager
ProjectDescriptionFragment(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext jiraAuthenticationContext, UserFormatManager userFormatManager, ProjectDescriptionRenderer projectDescriptionRenderer, PermissionManager permissionManager)
           
UnresolvedIssuesByAssigneeFragment(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext, UserFormatManager userFormatManager, FieldVisibilityManager fieldVisibilityManager)
           
 

Uses of UserFormatManager in com.atlassian.jira.plugin.userformat
 

Classes in com.atlassian.jira.plugin.userformat that implement UserFormatManager
 class DefaultUserFormatManager
          Deprecated. Substituted by DefaultUserFormats
 

Uses of UserFormatManager in com.atlassian.jira.plugin.viewissue
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type UserFormatManager
PeopleBlockContextProvider(ApplicationProperties applicationProperties, AvatarService avatarService, JiraAuthenticationContext authenticationContext, FieldScreenRendererFactory fieldScreenRendererFactory, FieldVisibilityManager fieldVisibilityManager, IssueManager issueManager, PermissionManager permissionManager, UserFormatManager userFormatManager, VoteManager voteManager, WatcherManager watcherManager)
           
 

Uses of UserFormatManager in com.atlassian.jira.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type UserFormatManager
ProjectPeopleContextProvider(PermissionManager permissionManager, UserFormatManager userFormatManager, UserManager userManager, AvatarService avatarService, ContextProviderUtils contextProviderUtils, JiraAuthenticationContext authenticationContext)
           
RolesSummaryPanelContextProvider(PermissionManager permissionManager, UserFormatManager userFormatManager, UserManager userManager, AvatarService avatarService)
           
 

Uses of UserFormatManager in com.atlassian.jira.web.action.admin.dashboards
 

Constructors in com.atlassian.jira.web.action.admin.dashboards with parameters of type UserFormatManager
ViewSharedDashboards(PortalPageService portalPageService, JiraAuthenticationContext authCtx, FavouritesService favouritesService, PermissionManager permissionManager, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, UserHistoryManager userHistoryManager, SearchRequestService searchRequestService)
           
 

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

Constructors in com.atlassian.jira.web.action.user with parameters of type UserFormatManager
ConfigurePortalPages(PortalPageService portalPageService, JiraAuthenticationContext authenticationContext, FavouritesService favouritesService, PermissionManager permissionManager, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, UserHistoryManager userHistoryManager)
           
 

Uses of UserFormatManager in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type UserFormatManager
PortalPageDisplayBean(JiraAuthenticationContext authCtx, PortalPage portalPage, FavouritesService favouriteService, PermissionManager permissionManager, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager)
           
SearchRequestDisplayBean.Factory(JiraAuthenticationContext authCtx, SearchProvider searchProvider, FavouritesService favouriteService, PermissionManager permissionManager, FilterSubscriptionService subscriptionService, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager)
           
SearchRequestDisplayBean(JiraAuthenticationContext authCtx, SearchRequest request, SearchProvider searchProvider, FavouritesService favouriteService, PermissionManager permissionManager, FilterSubscriptionService subscriptionService, ShareTypeFactory shareTypeFactory, UserFormatManager userFormatManager)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.