public class

EditEmailSettingsAction

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

Class Overview

This class is used by the doeditsettings action

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
EditEmailSettingsAction()
Public Methods
String doInput()
String execute()
String getMimeType()
List<HTMLPairType> getMimeTypes()
boolean isEditMode()
boolean isNotifyByEmail()
boolean isNotifyForMyOwnActions()
boolean isNotifyOnNewFollowers()
boolean isPermitted()
boolean isReceiveRecommendedEmail()
boolean isShowDiffInEmailNotifications()
boolean isShowFullContentInEmailNotifications()
boolean isSiteBlogWatchForUser()
boolean isWatchMyOwnContent()
boolean isWatchingNetwork()
void setMimeType(String mimeType)
void setNotifyByEmail(boolean notifyByEmail)
void setNotifyForMyOwnActions(boolean notifyForMyOwnActions)
void setNotifyOnNewFollowers(boolean notifyOnNewFollowers)
void setReceiveRecommendedEmail(boolean setIt)
void setShowDiffInEmailNotifications(boolean showDiffInEmailNotifications)
@Deprecated void setShowFullContentInEmailNotifications(boolean showFullContentInEmailNotifications)
void setSiteBlogWatchForUser(boolean siteBlogWatchForUser)
void setWatchMyOwnContent(boolean watchMyOwnContent)
void setWatchingNetwork(boolean watchingNetwork)
[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.core.FormAware
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 EditEmailSettingsAction ()

Public Methods

public String doInput ()

Throws
Exception

public String execute ()

Throws
Exception

public String getMimeType ()

public List<HTMLPairType> getMimeTypes ()

public boolean isEditMode ()

public boolean isNotifyByEmail ()

public boolean isNotifyForMyOwnActions ()

public boolean isNotifyOnNewFollowers ()

public boolean isPermitted ()

public boolean isReceiveRecommendedEmail ()

public boolean isShowDiffInEmailNotifications ()

public boolean isShowFullContentInEmailNotifications ()

public boolean isSiteBlogWatchForUser ()

public boolean isWatchMyOwnContent ()

public boolean isWatchingNetwork ()

public void setMimeType (String mimeType)

public void setNotifyByEmail (boolean notifyByEmail)

public void setNotifyForMyOwnActions (boolean notifyForMyOwnActions)

public void setNotifyOnNewFollowers (boolean notifyOnNewFollowers)

public void setReceiveRecommendedEmail (boolean setIt)

public void setShowDiffInEmailNotifications (boolean showDiffInEmailNotifications)

@Deprecated public void setShowFullContentInEmailNotifications (boolean showFullContentInEmailNotifications)

public void setSiteBlogWatchForUser (boolean siteBlogWatchForUser)

public void setWatchMyOwnContent (boolean watchMyOwnContent)

public void setWatchingNetwork (boolean watchingNetwork)