|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Avatar.Type | |
|---|---|
| com.atlassian.jira.avatar | |
| com.atlassian.jira.web.action.admin | |
| 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. |
Avatar.Type |
AvatarImpl.getAvatarType()
|
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 | |
|---|---|
static AvatarImpl |
AvatarImpl.createCustomAvatar(String fileName,
String contentType,
Avatar.Type avatarType,
String owner)
Factory method for creating a custom Avatar to be created by AvatarManager. |
static AvatarImpl |
AvatarImpl.createSystemAvatar(String fileName,
String contentType,
Avatar.Type avatarType)
Factory method for creating a system Avatar to be created by AvatarManager. |
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)
|
Long |
AvatarManager.getDefaultAvatarId(Avatar.Type ofType)
Gets the default avatar for the given type. |
Long |
AvatarManagerImpl.getDefaultAvatarId(Avatar.Type ofType)
|
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 |
AvatarManagerImpl.hasPermissionToEdit(User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManagerImpl.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
|
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. |
boolean |
AvatarManagerImpl.hasPermissionToView(User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManagerImpl.hasPermissionToView(com.atlassian.crowd.embedded.api.User remoteUser,
Avatar.Type type,
String ownerId)
|
| Uses of Avatar.Type in com.atlassian.jira.web.action.admin |
|---|
| Methods in com.atlassian.jira.web.action.admin that return Avatar.Type | |
|---|---|
Avatar.Type |
DeleteAvatar.getRealAvatarType()
|
Avatar.Type |
AvatarPicker.getRealAvatarType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||