Uses of Interface
com.atlassian.jira.avatar.AvatarService

Packages that use AvatarService
com.atlassian.jira.avatar   
com.atlassian.jira.component   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.mail.util   
com.atlassian.jira.plugin.headernav   
com.atlassian.jira.plugin.userformat   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.rest.v1.users   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.component   
com.atlassian.jira.rest.v2.issue.project   
com.atlassian.jira.rest.v2.issue.users   
com.atlassian.jira.user.profile   
com.atlassian.jira.web.action.admin.dashboards   
com.atlassian.jira.web.action.admin.filters   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.user   
com.atlassian.sal.jira.user   
 

Uses of AvatarService in com.atlassian.jira.avatar
 

Classes in com.atlassian.jira.avatar that implement AvatarService
 class AvatarServiceImpl
          Implementation of the AvatarService.
 

Constructors in com.atlassian.jira.avatar with parameters of type AvatarService
AvatarServiceHelper(AvatarService avatarService)
           
 

Uses of AvatarService in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return AvatarService
static AvatarService ComponentAccessor.getAvatarService()
           
 

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

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

Uses of AvatarService in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type AvatarService
Assignees(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, AssigneeService assigneeService, AvatarService avatarService, UserManager userManager)
           
ReporterSystemField(VelocityTemplatingEngine templatingEngine, PermissionManager permissionManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, ReporterStatisticsMapper reporterStatisticsMapper, UserPickerSearchService searchService, ReporterSearchHandlerFactory reporterSearchHandlerFactory, JiraBaseUrls jiraBaseUrls, FeatureManager featureManager, AvatarService avatarService, UserManager userManager, UserHistoryManager userHistoryManager, EmailFormatter emailFormatter)
           
 

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

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

Uses of AvatarService in com.atlassian.jira.mail.util
 

Constructors in com.atlassian.jira.mail.util with parameters of type AvatarService
MailAttachmentsManagerImpl(AvatarService avatarService, UserManager userManager, AvatarManager avatarManager, ApplicationProperties applicationProperties)
           
 

Uses of AvatarService in com.atlassian.jira.plugin.headernav
 

Constructors in com.atlassian.jira.plugin.headernav with parameters of type AvatarService
AvatarUrlContextProvider(AvatarService avatarService, JiraAuthenticationContext authenticationContext)
           
 

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

Constructors in com.atlassian.jira.plugin.userformat with parameters of type AvatarService
ProfileLinkUserFormat(AvatarService avatarService, I18nHelper i18nHelper, JiraAuthenticationContext jiraAuthenticationContext, UserFormatModuleDescriptor moduleDescriptor, UserKeyService userKeyService, UserUtil userUtil)
           
 

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

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

Uses of AvatarService in com.atlassian.jira.rest.v1.users
 

Constructors in com.atlassian.jira.rest.v1.users with parameters of type AvatarService
UserPickerResource(JiraAuthenticationContext authContext, I18nHelper i18nHelper, UserPickerSearchService service, ApplicationProperties applicationProperties, AvatarService avatarService, UserFilterManager userFilterManager, FieldConfigManager fieldConfigManager)
          Deprecated.  
UserResource(JiraAuthenticationContext authenticationContext, AvatarService avatarService, XsrfInvocationChecker xsrfChecker)
           
 

Uses of AvatarService in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type AvatarService
 UserBeanBuilder UserBeanBuilder.avatarService(AvatarService avatarService)
          Sets the AvatarService to use for constructing the avatar URL.
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type AvatarService
ComponentResource(ProjectComponentService projectComponentService, ProjectComponentManager projectComponentManager, ProjectService projectService, UserManager userManager, AvatarService avatarService, IssueManager issueManager, ComponentIssueCountsBeanFactory componentIssueCountsBeanFactory, JiraAuthenticationContext authContext, I18nHelper i18n, PermissionManager permissionManager, ProjectManager projectManager, JiraBaseUrls jiraBaseUrls, com.atlassian.event.api.EventPublisher eventPublisher)
           
CurrentUserResource(UserService userService, UserUtil userUtil, UserManager userManager, PasswordPolicyManager passwordPolicyManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarService avatarService, JiraBaseUrls jiraBaseUrls)
           
ProjectResource(ProjectService projectService, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, VersionService versionService, ProjectComponentService projectComponentService, AvatarService avatarService, UserManager userManager, ProjectBeanFactory projectBeanFactory, VersionBeanFactory versionBeanFactory, PermissionManager permissionManager, ProjectManager projectManager, AvatarManager avatarManager, AvatarPickerHelper avatarPickerHelper, AttachmentHelper attachmentHelper, JiraBaseUrls jiraBaseUrls, WorkflowManager workflowManager, IssueTypeSchemeManager issueTypeSchemeManager, ResourceUriBuilder uriBuilder, StatusHelper statusHelper, ProjectFinder projectFinder, XsrfInvocationChecker xsrfChecker)
           
UserResource(UserService userService, UserUtil userUtil, PasswordPolicyManager passwordPolicyManager, I18nHelper i18n, EmailFormatter emailFormatter, JiraAuthenticationContext authContext, TimeZoneManager timeZoneManager, AvatarPickerHelper avatarPickerHelper, AvatarManager avatarManager, AvatarService avatarService, AttachmentHelper attachmentHelper, UserPropertyManager userPropertyManager, PermissionManager permissionManager, ProjectService projectService, IssueService issueService, ProjectManager projectManager, com.atlassian.event.api.EventPublisher eventPublisher, AssigneeService assigneeService, IssueManager issueManager, UserPickerResourceHelper userPickerHelper, JiraBaseUrls jiraBaseUrls, ColumnService columnService, XsrfInvocationChecker xsrfChecker, UserManager userManager)
           
 

Uses of AvatarService in com.atlassian.jira.rest.v2.issue.component
 

Methods in com.atlassian.jira.rest.v2.issue.component with parameters of type AvatarService
static Collection<ComponentBean> ComponentBean.asFullBeans(Collection<? extends ProjectComponent> components, JiraBaseUrls jiraBaseUrls, String projectLeadUserName, long projectAssigneeType, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager)
           
static ComponentBean ComponentBean.fullComponent(ProjectComponent component, JiraBaseUrls jiraBaseUrls, String projectLeadUserName, long projectAssigneeType, UserManager userManager, AvatarService avatarService, PermissionManager permissionManager, ProjectManager projectManager)
           
 

Uses of AvatarService in com.atlassian.jira.rest.v2.issue.project
 

Constructors in com.atlassian.jira.rest.v2.issue.project with parameters of type AvatarService
ProjectRoleBeanFactoryImpl(javax.ws.rs.core.UriInfo uriInfo, AvatarService avatarService)
           
ProjectRoleResource(ProjectRoleService projectRoleService, AvatarService avatarService, ProjectFinder projectFinder, JiraAuthenticationContext authContext, javax.ws.rs.core.UriInfo uriInfo, UserManager userManager, ProjectRoleBeanFactory projectRoleBeanFactory)
           
 

Uses of AvatarService in com.atlassian.jira.rest.v2.issue.users
 

Constructors in com.atlassian.jira.rest.v2.issue.users with parameters of type AvatarService
UserPickerResourceHelperImpl(UserPickerSearchService userPickerSearchService, I18nHelper i18n, AvatarService avatarService, JiraAuthenticationContext authContext, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.user.profile with parameters of type AvatarService
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 AvatarService in com.atlassian.jira.web.action.admin.dashboards
 

Constructors in com.atlassian.jira.web.action.admin.dashboards with parameters of type AvatarService
ChangeSharedDashboardOwner(PermissionManager permissionManager, UserPickerSearchService userPickerSearchService, AvatarService avatarService, UserManager userManager, PortalPageService portalPageService, PortalPageManager portalPageManager, ShareTypeValidatorUtils shareTypeValidatorUtils)
           
DeleteSharedDashboard(PermissionManager permissionManager, UserPickerSearchService userPickerSearchService, AvatarService avatarService, UserManager userManager, FavouritesService favouriteService, PortalPageService portalPageService, PortalPageManager portalPageManager, ShareTypeValidatorUtils shareTypeValidatorUtils)
           
 

Uses of AvatarService in com.atlassian.jira.web.action.admin.filters
 

Constructors in com.atlassian.jira.web.action.admin.filters with parameters of type AvatarService
ChangeSharedFilterOwner(IssueSearcherManager issueSearcherManager, SearchRequestService searchRequestService, FavouritesService favouriteService, SearchService searchService, SearchSortUtil searchSortUtil, FilterSubscriptionService subscriptionService, PermissionManager permissionManager, SearchRequestManager searchRequestManager, UserPickerSearchService userPickerSearchService, AvatarService avatarService, UserManager userManager, ShareTypeValidatorUtils shareTypeValidatorUtils)
           
 

Uses of AvatarService in com.atlassian.jira.web.action.admin.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type AvatarService
UserBrowser(UserUtil userUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserManager userManager, AvatarService avatarService, SimpleLinkManager simpleLinkManager)
           
 

Uses of AvatarService in com.atlassian.jira.web.action.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type AvatarService
DefaultIssueMetadataHelper(JiraAuthenticationContext authenticationContext, AvatarService avatarService, PermissionManager permissionManager, UserPickerSearchService userPickerSearchService)
           
 

Uses of AvatarService in com.atlassian.jira.web.action.project
 

Constructors in com.atlassian.jira.web.action.project with parameters of type AvatarService
AddProject(ProjectService projectService, AvatarService avatarService, AvatarManager avatarManager, PermissionSchemeManager permissionSchemeManager, UserManager userManager, UserPickerSearchService userPickerSearchService, FeatureManager featureManager)
           
EditProjectLeadAndDefaultAssignee(ProjectService projectService, AvatarService avatarService, UserManager userManager, UserPickerSearchService userPickerSearchService)
           
 

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

Constructors in com.atlassian.jira.web.action.user with parameters of type AvatarService
ViewProfile(SimpleLinkManager SimpleLinkManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, AvatarService avatarService, UserHistoryManager userHistoryManager)
           
ViewUserHover(UserManager userManager, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, AvatarService avatarService)
           
 

Uses of AvatarService in com.atlassian.sal.jira.user
 

Constructors in com.atlassian.sal.jira.user with parameters of type AvatarService
DefaultUserManager(GlobalPermissionManager globalPermissionManager, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.crowd.embedded.api.CrowdService crowdService, AvatarService avatarService, UserManager userManager)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.