Uses of Class
com.atlassian.jira.avatar.AvatarsDisabledException

Packages that use AvatarsDisabledException
com.atlassian.jira.avatar   
 

Uses of AvatarsDisabledException in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that throw AvatarsDisabledException
 Avatar AvatarServiceImpl.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId)
           
 Avatar AvatarService.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId)
          Returns the Avatar for the given user, if configured.
 URI AvatarServiceImpl.getAvatarAbsoluteURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
           
 URI AvatarService.getAvatarAbsoluteURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
          This is the same as AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User, String, com.atlassian.jira.avatar.Avatar.Size) but returns an absolute URL.
 URI AvatarServiceImpl.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
           
 URI AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
          Returns the URL for the avatar of the user having the given username for displaying on a page that should be shown for the passed in remoteUser.
 URI AvatarServiceImpl.getAvatarUrlNoPermCheck(String avatarUserId, Avatar.Size size)
           
 URI AvatarService.getAvatarUrlNoPermCheck(String avatarUserId, Avatar.Size size)
          This is the same as AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User, String, com.atlassian.jira.avatar.Avatar.Size) but does no permission checking.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.