Class EditEmailSettingsAction

    • Constructor Detail

      • EditEmailSettingsAction

        public EditEmailSettingsAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • setShowDiffInEmailNotifications

        public void setShowDiffInEmailNotifications​(boolean showDiffInEmailNotifications)
      • setMimeType

        public void setMimeType​(String mimeType)
      • setNotifyForMyOwnActions

        public void setNotifyForMyOwnActions​(boolean notifyForMyOwnActions)
      • setWatchMyOwnContent

        public void setWatchMyOwnContent​(boolean watchMyOwnContent)
      • setNotifyByEmail

        public void setNotifyByEmail​(boolean notifyByEmail)
      • setSiteBlogWatchForUser

        public void setSiteBlogWatchForUser​(boolean siteBlogWatchForUser)
      • getMimeType

        public String getMimeType()
      • isNotifyByEmail

        public boolean isNotifyByEmail()
      • isSiteBlogWatchForUser

        public boolean isSiteBlogWatchForUser()
      • isWatchingNetwork

        public boolean isWatchingNetwork()
      • setWatchingNetwork

        public void setWatchingNetwork​(boolean watchingNetwork)
      • isNotifyForMyOwnActions

        public boolean isNotifyForMyOwnActions()
      • isWatchMyOwnContent

        public boolean isWatchMyOwnContent()
      • isShowDiffInEmailNotifications

        public boolean isShowDiffInEmailNotifications()
      • isNotifyOnNewFollowers

        public boolean isNotifyOnNewFollowers()
      • setNotifyOnNewFollowers

        public void setNotifyOnNewFollowers​(boolean notifyOnNewFollowers)
      • isReceiveRecommendedEmail

        public boolean isReceiveRecommendedEmail()
      • setReceiveRecommendedEmail

        public void setReceiveRecommendedEmail​(boolean setIt)