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(ApplicationUser remoteUser, ApplicationUser avatarUser)
           
 Avatar AvatarService.getAvatar(ApplicationUser remoteUser, ApplicationUser avatarUser)
          Returns the Avatar for the given user, if configured.
 Avatar AvatarServiceImpl.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String username)
           
 Avatar AvatarService.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String username)
          Deprecated. Use AvatarService.getAvatar(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser). Since v6.0
 URI AvatarServiceImpl.getAvatarAbsoluteURL(ApplicationUser remoteUser, ApplicationUser avatarUser, Avatar.Size size)
           
 URI AvatarService.getAvatarAbsoluteURL(ApplicationUser remoteUser, ApplicationUser avatarUser, 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.getAvatarAbsoluteURL(com.atlassian.crowd.embedded.api.User remoteUser, String username, Avatar.Size size)
           
 URI AvatarService.getAvatarAbsoluteURL(com.atlassian.crowd.embedded.api.User remoteUser, String username, Avatar.Size size)
          Deprecated. Use AvatarService.getAvatarAbsoluteURL(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.avatar.Avatar.Size). Since v6.0
 Avatar AvatarServiceImpl.getAvatarTagged(ApplicationUser remoteUser, ApplicationUser avatarUser)
           
 Avatar AvatarService.getAvatarTagged(ApplicationUser remoteUser, ApplicationUser avatarUser)
           
 URI AvatarServiceImpl.getAvatarURL(ApplicationUser remoteUser, ApplicationUser avatarUser)
           
 URI AvatarService.getAvatarURL(ApplicationUser remoteUser, ApplicationUser avatarUser)
          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.getAvatarURL(ApplicationUser remoteUser, ApplicationUser avatarUser, Avatar.Size size)
           
 URI AvatarService.getAvatarURL(ApplicationUser remoteUser, ApplicationUser avatarUser, 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.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String username)
           
 URI AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String username)
          Deprecated. Use AvatarService.getAvatarURL(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser). Since v6.0
 URI AvatarServiceImpl.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String username, Avatar.Size size)
           
 URI AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String username, Avatar.Size size)
          Deprecated. Use AvatarService.getAvatarURL(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.avatar.Avatar.Size). Since v6.0
 URI AvatarServiceImpl.getAvatarUrlNoPermCheck(ApplicationUser avatarUser, Avatar.Size size)
           
 URI AvatarService.getAvatarUrlNoPermCheck(ApplicationUser avatarUser, 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.
 URI AvatarService.getAvatarUrlNoPermCheck(ApplicationUser applicationUser, Avatar avatar, Avatar.Size size)
          Returns the URL for an avatar.
 URI AvatarServiceImpl.getAvatarUrlNoPermCheck(String username, Avatar.Size size)
           
 URI AvatarService.getAvatarUrlNoPermCheck(String username, Avatar.Size size)
          Deprecated. Use AvatarService.getAvatarUrlNoPermCheck(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.avatar.Avatar.Size). Since v6.0
 void AvatarServiceImpl.setCustomUserAvatar(ApplicationUser remoteUser, ApplicationUser user, Long avatarId)
           
 void AvatarService.setCustomUserAvatar(ApplicationUser remoteUser, ApplicationUser user, Long avatarId)
          Sets a custom avatar for a given user.
 void AvatarServiceImpl.setCustomUserAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String username, Long avatarId)
           
 void AvatarService.setCustomUserAvatar(com.atlassian.crowd.embedded.api.User remoteUser, String username, Long avatarId)
          Deprecated. Use AvatarService.setCustomUserAvatar(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser, Long). Since v6.0
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.