|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.user.service.DefaultUserProfileService
@Deprecated public class DefaultUserProfileService
| Constructor Summary | |
|---|---|
DefaultUserProfileService(PermissionManager permissionManager,
UserAccessor userAccessor,
AttachmentManager attachmentManager,
PersonalInformationManager personalInformationManager,
UserProfilePictureManager userProfilePictureManager)
Deprecated. |
|
| Method Summary | |
|---|---|
DeleteProfilePictureCommand |
newDeleteProfilePictureCommand(com.atlassian.user.User user,
String imageFileName)
Deprecated. |
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName)
Deprecated. |
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName,
int topLeftX,
int topLeftY,
int width)
Deprecated. |
SetProfilePictureCommand |
newSetProfilePictureCommand(com.atlassian.user.User user,
String builtInImageFileName)
Deprecated. |
void |
setServletContext(javax.servlet.ServletContext servletContext)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultUserProfileService(PermissionManager permissionManager,
UserAccessor userAccessor,
AttachmentManager attachmentManager,
PersonalInformationManager personalInformationManager,
UserProfilePictureManager userProfilePictureManager)
| Method Detail |
|---|
@Deprecated
public SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName)
UserProfileService
newSetProfilePictureCommand in interface UserProfileServiceuser - the user to set a profile picture forimageData - the image to use as a profile pictureimageFileName - the name of the uploaded image
@Deprecated
public SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user,
String builtInImageFileName)
UserProfileService
newSetProfilePictureCommand in interface UserProfileServiceuser - the user to set a profile picture forbuiltInImageFileName - the filename of the image to use as a profile picture
@Deprecated
public SetProfilePictureCommand newSetProfilePictureCommand(com.atlassian.user.User user,
InputStream imageData,
String imageFileName,
int topLeftX,
int topLeftY,
int width)
UserProfileService
newSetProfilePictureCommand in interface UserProfileServiceuser - the user to set a profile picture forimageData - the image to use as a profile pictureimageFileName - the name of the uploaded imagetopLeftX - the X offset of the top left of the cropping areatopLeftY - the Y offset of the top left of the cropping areawidth - the width of the cropping area (will always be square)
@Deprecated
public DeleteProfilePictureCommand newDeleteProfilePictureCommand(com.atlassian.user.User user,
String imageFileName)
UserProfileService
newDeleteProfilePictureCommand in interface UserProfileServiceuser - the user to delete a profile picture forimageFileName - the filename of the image to delete
@Deprecated public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAware
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||