Class EditCommentAction

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class EditCommentAction extends PlanResultsAction
See Also:
  • Field Details

    • comment

      protected Comment comment
  • Constructor Details

    • EditCommentAction

      public EditCommentAction()
  • Method Details

    • getJsonObject

      @NotNull public @NotNull org.json.JSONObject getJsonObject() throws org.json.JSONException
      Description copied from class: BambooActionSupport
      This is default property read by webwork for webwork's result type "json".
      Overrides:
      getJsonObject in class BambooActionSupport
      Returns:
      Throws:
      org.json.JSONException
      See Also:
    • doBrowse

      public String doBrowse()
    • create

      public String create()
    • delete

      public String delete()
    • getCommentContent

      public String getCommentContent()
    • setCommentContent

      public void setCommentContent(String commentContent)
    • setCommentId

      public void setCommentId(long commentId)
    • getComment

      public Comment getComment()
    • setComment

      public void setComment(Comment comment)