Class DeleteUserProfilePictureAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class DeleteUserProfilePictureAction
    extends AbstractUsersAction
    Action for removing current and historical profile pictures uploaded by a user
    Since:
    6.14.0
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteUserProfilePictureAction

        public DeleteUserProfilePictureAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • hasProfilePictures

        public boolean hasProfilePictures()
      • setPersonalInformationManager

        public void setPersonalInformationManager​(PersonalInformationManager personalInformationManager)
      • setAttachmentManager

        public void setAttachmentManager​(AttachmentManager attachmentManager)