| java.lang.Object | |
| ↳ | com.atlassian.confluence.user.service.DefaultUserProfileService |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a service command for deleting a user's profile picture.
| |||||||||||
Get a service command for setting a user's profile picture from an uploaded photo.
| |||||||||||
Get a service command for setting a user's profile picture from an uploaded photo.
| |||||||||||
Get a service command for setting a user's profile picture from an already existing attachment filename,
or from one of the built-in icons.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.user.service.UserProfileService
| |||||||||||
From interface
org.springframework.web.context.ServletContextAware
| |||||||||||
Get a service command for deleting a user's profile picture.
| user | the user to delete a profile picture for |
|---|---|
| imageFileName | the filename of the image to delete |
Get a service command for setting a user's profile picture from an uploaded photo. The image will be cropped and resized to fit.
| user | the user to set a profile picture for |
|---|---|
| imageData | the image to use as a profile picture |
| imageFileName | the name of the uploaded image |
Get a service command for setting a user's profile picture from an uploaded photo. The image will be cropped with the given parameters and then resized to fit the standard profile picture size.
| user | the user to set a profile picture for |
|---|---|
| imageData | the image to use as a profile picture |
| imageFileName | the name of the uploaded image |
| topLeftX | the X offset of the top left of the cropping area |
| topLeftY | the Y offset of the top left of the cropping area |
| width | the width of the cropping area (will always be square) |
Get a service command for setting a user's profile picture from an already existing attachment filename, or from one of the built-in icons.
| user | the user to set a profile picture for |
|---|---|
| builtInImageFileName | the filename of the image to use as a profile picture |