Class ViewMyEmailSettingsAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
FormAware, WebInterface, UserAware, BreadcrumbAware, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class ViewMyEmailSettingsAction extends AbstractUserProfileAction implements FormAware
See Also:
  • Field Details

  • Constructor Details

    • ViewMyEmailSettingsAction

      public ViewMyEmailSettingsAction()
  • Method Details

    • doView

      public String doView() throws Exception
      Throws:
      Exception
    • doEdit

      public String doEdit() throws Exception
      Throws:
      Exception
    • isNotifyForMyOwnActions

      public boolean isNotifyForMyOwnActions()
    • isWatchMyOwnContent

      public boolean isWatchMyOwnContent()
    • isShowDiffInEmailNotifications

      public boolean isShowDiffInEmailNotifications()
    • isNotifyByEmail

      public boolean isNotifyByEmail()
    • isSiteBlogWatchForUser

      public boolean isSiteBlogWatchForUser()
    • isWatchingNetwork

      public boolean isWatchingNetwork()
    • isNotifyOnNewFollowers

      public boolean isNotifyOnNewFollowers()
    • isReceiveRecommendedEmail

      public boolean isReceiveRecommendedEmail()
    • getMimeType

      public String getMimeType()
    • getMimeTypeUserFriendly

      public String getMimeTypeUserFriendly()
    • setMimeType

      public void setMimeType(String mimeType)
    • getMimeTypes

      public List<HTMLPairType> getMimeTypes()
    • isEditMode

      public boolean isEditMode()
      Specified by:
      isEditMode in interface FormAware
    • isUndoSettingsNeeded

      public boolean isUndoSettingsNeeded()
    • setUndoSetting

      public void setUndoSetting(String setting)
    • getUndoSetting

      public String getUndoSetting()
    • getUndoPreviousValue

      public String getUndoPreviousValue()
    • setUndoPreviousValue

      public void setUndoPreviousValue(String previousValue)
    • setUndoMsgValue

      public void setUndoMsgValue(String value)
    • getUndoMsgValue

      public String getUndoMsgValue()
    • getActionForUndoSetting

      public String getActionForUndoSetting()
    • getUndoConfirmationLabel

      public String getUndoConfirmationLabel()
    • setBandanaManager

      public void setBandanaManager(BandanaManager bandanaManager)