Uses of Interface
com.atlassian.jira.avatar.Avatar

Packages that use Avatar
com.atlassian.jira.avatar   
com.atlassian.jira.project   
com.atlassian.jira.web.action.admin   
 

Uses of Avatar in com.atlassian.jira.avatar
 

Classes in com.atlassian.jira.avatar that implement Avatar
 class AvatarImpl
          Immutable implementation.
 

Methods in com.atlassian.jira.avatar that return Avatar
 Avatar AvatarStore.create(Avatar avatar)
          Creates an avatar with the properties of the given avatar.
 Avatar AvatarManagerImpl.create(Avatar avatar)
           
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar OfbizAvatarStore.create(Avatar avatar)
           
 Avatar AvatarManagerImpl.create(Avatar avatar, InputStream imageData, Selection croppingSelection)
           
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 Avatar AvatarStore.getById(Long avatarId)
          Retrieves the Avatar by id.
 Avatar AvatarManagerImpl.getById(Long avatarId)
           
 Avatar AvatarManager.getById(Long avatarId)
          Retrieve the avatar with the given id.
 Avatar OfbizAvatarStore.getById(Long avatarId)
           
 

Methods in com.atlassian.jira.avatar that return types with arguments of type Avatar
 List<Avatar> AvatarStore.getAllSystemAvatars()
          Provides a list of all system avatars.
 List<Avatar> AvatarManagerImpl.getAllSystemAvatars()
           
 List<Avatar> AvatarManager.getAllSystemAvatars()
          Provides a list of all system avatars.
 List<Avatar> OfbizAvatarStore.getAllSystemAvatars()
           
 List<Avatar> AvatarStore.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
          Provides a list of all avatars that are of the given type which have the given owner.
 List<Avatar> AvatarManagerImpl.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
           
 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.
 List<Avatar> OfbizAvatarStore.getCustomAvatarsForOwner(Avatar.Type type, String ownerId)
           
 

Methods in com.atlassian.jira.avatar with parameters of type Avatar
 Avatar AvatarStore.create(Avatar avatar)
          Creates an avatar with the properties of the given avatar.
 Avatar AvatarManagerImpl.create(Avatar avatar)
           
 Avatar AvatarManager.create(Avatar avatar)
          Creates a database record for the given avatar.
 Avatar OfbizAvatarStore.create(Avatar avatar)
           
 Avatar AvatarManagerImpl.create(Avatar avatar, InputStream imageData, Selection croppingSelection)
           
 Avatar AvatarManager.create(Avatar avatar, InputStream image, Selection selection)
          Creates a database record for the given avatar and uses the content of the InputStream as the image.
 boolean AvatarManagerImpl.isAvatarOwner(Avatar avatar, String owner)
           
 boolean AvatarManager.isAvatarOwner(Avatar avatar, String owner)
          Tells whether the given avatar is owned by the given owner.
 void AvatarManagerImpl.readLargeAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
           
 void AvatarManager.readLargeAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
          Provides read-only access to the data of the large avatar image as an InputStream passed to the provided dataProcessor.
 void AvatarManagerImpl.readSmallAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
           
 void AvatarManager.readSmallAvatarData(Avatar avatar, Consumer<InputStream> dataAccessor)
          Provides read-only access to the data of the small avatar image as an InputStream passed to the provided dataProcessor.
 void AvatarStore.update(Avatar avatar)
          Updates an avatar's properties to match those in the given avatar.
 void AvatarManagerImpl.update(Avatar avatar)
           
 void AvatarManager.update(Avatar avatar)
          Saves the avatar as an updated version of the avatar with the same id that is already in the database.
 void OfbizAvatarStore.update(Avatar avatar)
           
 

Uses of Avatar in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return Avatar
 Avatar Project.getAvatar()
          Gives the currently-configured Avatar for this project.
 Avatar ProjectImpl.getAvatar()
           
 

Uses of Avatar in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that return Avatar
 Avatar AvatarPicker.getAvatar()
           
 

Methods in com.atlassian.jira.web.action.admin that return types with arguments of type Avatar
 List<Avatar> AvatarPicker.getSystemAvatars()
           
 List<Avatar> AvatarPicker.getUploadedAvatars()
           
 

Methods in com.atlassian.jira.web.action.admin with parameters of type Avatar
 String AvatarPicker.getUrl(Avatar avatar)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.