Class DeleteAllNotificationBulkAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BulkAction, BulkActionScope, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class DeleteAllNotificationBulkAction extends AbstractNotificationBulkAction
See Also:
  • Constructor Details

    • DeleteAllNotificationBulkAction

      public DeleteAllNotificationBulkAction(@NotNull @NotNull PlanManager planManager)
  • Method Details

    • getKey

      @NotNull public @NotNull String getKey()
      Description copied from interface: BulkAction
      Unique identifier for the action
      Returns:
    • getTitle

      @NotNull public @NotNull String getTitle()
      Description copied from interface: BulkAction
      What the label for the bulk action is
      Returns:
    • getViewUpdatedAction

      @NotNull public @NotNull BulkAction.WebWorkAction getViewUpdatedAction()
      Description copied from interface: BulkAction
      Action to run to get the view of the updated value for this bulk action
      Returns:
    • getEditSnippetAction

      @NotNull public @NotNull BulkAction.WebWorkAction getEditSnippetAction()
      Description copied from interface: BulkAction
      Action to return the edit snippet (no form tags) edit the value. The snippet will not have access to any plan values
      Returns:
    • getExecuteAction

      @NotNull public @NotNull BulkAction.WebWorkAction getExecuteAction()
      Description copied from interface: BulkAction
      The final action to execute to act on the bulk action
      Returns: