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

Packages that use NoPermissionException
com.atlassian.jira.avatar   
 

Uses of NoPermissionException in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that throw NoPermissionException
 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.