All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class BulkEdit1 extends AbstractBulkOperationAction
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Initiate bulk edit by passing in the issues from the first page of the navigator search request
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • userHasPermissionToViewSelectedIssues

      protected boolean userHasPermissionToViewSelectedIssues()
      This is a workaround for IssueService as it won't check out issueSecurityPermissions. We will execute search on all selected issue to make sure that user has access to them.
      Returns:
      validation pass.
    • getColumns

      public List getColumns() throws Exception
      Overrides:
      getColumns in class AbstractBulkOperationAction
      Throws:
      Exception
    • doExecute

      protected String doExecute() throws Exception
      The first step in bulk edit collects and stores the issues that the user wants to bulkedit
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getCheckboxName

      public String getCheckboxName(org.ofbiz.core.entity.GenericValue issue)
    • getReset

      public String getReset()
    • setReset

      public void setReset(String reset)
    • setCurrentStep

      public void setCurrentStep(int step)
    • getTempMax

      public long getTempMax()
    • setTempMax

      public void setTempMax(long tempMax)
    • isBulkLimited

      public boolean isBulkLimited()
    • getSearchParent

      public String getSearchParent()
    • setSearchParent

      public void setSearchParent(String searchParent)
    • getSearchMode

      public String getSearchMode()
    • setSearchMode

      public void setSearchMode(String searchMode)