public class

UniversalAvatarsServiceImpl

extends Object
implements UniversalAvatarsService
java.lang.Object
   ↳ com.atlassian.jira.avatar.UniversalAvatarsServiceImpl

Summary

Public Constructors
UniversalAvatarsServiceImpl(IssueTypeTypeAvatarService issueTypeAvatars, IssueTypeAvatarImageResolver issueTypeAvatarUris, ProjectTypeAvatarService projectAvatars, ProjectAvatarImageResolver projectAvatarUriResolver)
Public Methods
TypeAvatarService getAvatars(Avatar.Type type)
Provides object deticated to manipilate avatars of given type.
AvatarImageResolver getImages(Avatar.Type type)
Provides object deticated to retireve links (or image date) to avatars of given type.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.avatar.UniversalAvatarsService

Public Constructors

public UniversalAvatarsServiceImpl (IssueTypeTypeAvatarService issueTypeAvatars, IssueTypeAvatarImageResolver issueTypeAvatarUris, ProjectTypeAvatarService projectAvatars, ProjectAvatarImageResolver projectAvatarUriResolver)

Public Methods

public TypeAvatarService getAvatars (Avatar.Type type)

Provides object deticated to manipilate avatars of given type. Returns null if there is no TypeAvatarService for such type.

public AvatarImageResolver getImages (Avatar.Type type)

Provides object deticated to retireve links (or image date) to avatars of given type. Returns null if there is no AvatarImageResolver for such type.