public class

EditMyProfilePictureAction

extends AbstractUserProfileAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.AbstractUserProfileAction
         ↳ com.atlassian.confluence.user.actions.EditMyProfilePictureAction

Class Overview

Action used to handle the Picture page of user profile editing.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
EditMyProfilePictureAction()
Public Methods
String doEdit()
List<ProfilePictureInfo> getAvailableProfilePictures()
List<Attachment> getImageAttachments()
ProfilePictureInfo getSelectedUserProfilePicture()
List<ProfilePictureInfo> getStandardProfilePictures()
List<ProfilePictureInfo> getUploadedProfilePictures()
String getUserProfilePictureName()
boolean isConfirm()
boolean isPermitted()
void setConfirm(boolean confirm)
void setDelete(String delete)
void setUserProfilePictureManager(UserProfilePictureManager userProfilePictureManager)
void setUserProfilePictureName(String userProfilePictureName)
void setUserProfileService(UserProfileService userProfileService)
void validate()
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.user.actions.UserAware
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public EditMyProfilePictureAction ()

Public Methods

public String doEdit ()

Throws
Exception

public List<ProfilePictureInfo> getAvailableProfilePictures ()

public List<Attachment> getImageAttachments ()

public ProfilePictureInfo getSelectedUserProfilePicture ()

public List<ProfilePictureInfo> getStandardProfilePictures ()

public List<ProfilePictureInfo> getUploadedProfilePictures ()

public String getUserProfilePictureName ()

public boolean isConfirm ()

public boolean isPermitted ()

public void setConfirm (boolean confirm)

public void setDelete (String delete)

public void setUserProfilePictureManager (UserProfilePictureManager userProfilePictureManager)

public void setUserProfilePictureName (String userProfilePictureName)

public void setUserProfileService (UserProfileService userProfileService)

public void validate ()