|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Avatar | |
|---|---|
| com.atlassian.jira.avatar | |
| com.atlassian.jira.project | |
| com.atlassian.jira.web.action.admin | |
| com.atlassian.jira.web.servlet | |
| 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 |
AvatarManager.create(Avatar avatar)
Creates a database record for the given avatar. |
Avatar |
OfbizAvatarStore.create(Avatar avatar)
|
Avatar |
CachingAvatarStore.create(Avatar 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,
InputStream image,
Selection selection)
Creates a database record for the given avatar and uses the content of the InputStream as the image. |
Avatar |
AvatarManagerImpl.create(Avatar avatar,
InputStream imageData,
Selection croppingSelection)
|
Avatar |
AvatarService.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser,
String avatarUserId)
Returns the Avatar for the given user, if configured. |
Avatar |
AvatarServiceImpl.getAvatar(com.atlassian.crowd.embedded.api.User remoteUser,
String avatarUserId)
|
Avatar |
AvatarManager.getById(Long avatarId)
Retrieve the avatar with the given id. |
Avatar |
OfbizAvatarStore.getById(Long avatarId)
|
Avatar |
CachingAvatarStore.getById(Long avatarId)
|
Avatar |
AvatarStore.getById(Long avatarId)
Retrieves the Avatar by id. |
Avatar |
AvatarManagerImpl.getById(Long avatarId)
|
| Methods in com.atlassian.jira.avatar that return types with arguments of type Avatar | |
|---|---|
List<Avatar> |
AvatarManager.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
List<Avatar> |
OfbizAvatarStore.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
CachingAvatarStore.getAllSystemAvatars(Avatar.Type type)
|
List<Avatar> |
AvatarStore.getAllSystemAvatars(Avatar.Type type)
Provides a list of all system avatars. |
List<Avatar> |
AvatarManagerImpl.getAllSystemAvatars(Avatar.Type type)
|
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)
|
List<Avatar> |
CachingAvatarStore.getCustomAvatarsForOwner(Avatar.Type type,
String ownerId)
|
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)
|
| Methods in com.atlassian.jira.avatar with parameters of type Avatar | |
|---|---|
protected boolean |
AvatarServiceImpl.canViewAvatar(com.atlassian.crowd.embedded.api.User user,
Avatar avatar)
Returns true if the passed in user has permission to view the passed in avatar. |
Avatar |
AvatarManager.create(Avatar avatar)
Creates a database record for the given avatar. |
Avatar |
OfbizAvatarStore.create(Avatar avatar)
|
Avatar |
CachingAvatarStore.create(Avatar 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,
InputStream image,
Selection selection)
Creates a database record for the given avatar and uses the content of the InputStream as the image. |
Avatar |
AvatarManagerImpl.create(Avatar avatar,
InputStream imageData,
Selection croppingSelection)
|
boolean |
AvatarManager.isAvatarOwner(Avatar avatar,
String owner)
Tells whether the given avatar is owned by the given owner. |
boolean |
AvatarManagerImpl.isAvatarOwner(Avatar avatar,
String owner)
|
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.readLargeAvatarData(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 |
AvatarManagerImpl.readSmallAvatarData(Avatar avatar,
Consumer<InputStream> dataAccessor)
|
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)
|
void |
CachingAvatarStore.update(Avatar avatar)
|
void |
AvatarStore.update(Avatar avatar)
Updates an avatar's properties to match those in the given avatar. |
void |
AvatarManagerImpl.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)
|
| Uses of Avatar in com.atlassian.jira.web.servlet |
|---|
| Methods in com.atlassian.jira.web.servlet with parameters of type Avatar | |
|---|---|
protected boolean |
AbstractAvatarServlet.avatarOkForOwner(String ownerId,
Avatar avatar)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||