Uses of Class
com.atlassian.jira.avatar.Avatar.Type

Packages that use Avatar.Type
com.atlassian.jira.avatar   
 

Uses of Avatar.Type in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that return Avatar.Type
 Avatar.Type Avatar.getAvatarType()
          The type of Avatar.
static Avatar.Type Avatar.Type.getByName(String name)
           
static Avatar.Type Avatar.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Avatar.Type[] Avatar.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.avatar with parameters of type Avatar.Type
 List<Avatar> AvatarManager.getAllSystemAvatars(Avatar.Type type)
          Provides a list of all system avatars.
 List<Avatar> AvatarManager.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 Long AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
          Gets the default avatar for the given type.
 boolean AvatarManager.hasPermissionToEdit(User remoteUser, Avatar.Type type, String ownerId)
          Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided.
 boolean AvatarManager.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User remoteUser, Avatar.Type type, String ownerId)
          Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided.
 boolean AvatarManager.hasPermissionToView(User remoteUser, Avatar.Type type, String ownerId)
          Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided.
 boolean AvatarManager.hasPermissionToView(com.atlassian.crowd.embedded.api.User remoteUser, Avatar.Type type, String ownerId)
          Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.