public interface

MultiBulkMoveBean

implements Serializable
com.atlassian.jira.web.bean.MultiBulkMoveBean
Known Indirect Subclasses

Class Overview

A bean that stores multiple BulkEditBean

Summary

Public Methods
ListOrderedMap getBulkEditBeans()
BulkEditBean getCurrentBulkEditBean()
int getCurrentBulkEditBeanIndex()
IssueContext getCurrentIssueContext()
ExecutableAction getExecutableAction()
String getFinalLocation()
ListOrderedMap getIssuesInContext()
int getNumberOfStatusChangeRequired(BulkMoveOperation bulkMoveOperation)
List getRegularOptions()
Collection getSelectedOptions()
List getSubTaskOptions()
int getSubTasksDiscarded()
void initFromIssues(List issues, BulkEditBean parentBulkEditBean)
Initialises this MultiBulkMoveBean given a list of issues.
void initOptionIds(Collection optionIds)
boolean isLastBulkEditBean()
void progressToNextBulkEditBean()
void progressToPreviousBulkEditBean()
void remapBulkEditBeansByTargetContext()
This method will remap the current BulkEditBean Map to be keyed by the target IssueContext rather than the originating IssueContext.
void setExecutableAction(ExecutableAction executableAction)
void setFinalLocation(String finalLocation)
void setTargetProject(Project targetProject)
void setTargetProject(GenericValue targetProjectGV)
This method is deprecated. Use setTargetProject(com.atlassian.jira.project.Project) instead. Since v5.2.
void validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, ApplicationUser applicationUser)
@Deprecated void validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, User user)

Public Methods

public ListOrderedMap getBulkEditBeans ()

public BulkEditBean getCurrentBulkEditBean ()

public int getCurrentBulkEditBeanIndex ()

public IssueContext getCurrentIssueContext ()

public ExecutableAction getExecutableAction ()

public String getFinalLocation ()

public ListOrderedMap getIssuesInContext ()

public int getNumberOfStatusChangeRequired (BulkMoveOperation bulkMoveOperation)

public List getRegularOptions ()

public Collection getSelectedOptions ()

public List getSubTaskOptions ()

public int getSubTasksDiscarded ()

public void initFromIssues (List issues, BulkEditBean parentBulkEditBean)

Initialises this MultiBulkMoveBean given a list of issues.

If this MultiBulkMoveBean links a BulkEditBean with parent issues to BulkEditBeans with subtasks, then include the parent BulkEditBean in the parentBulkEditBean parameter. Otherwise you can pass null.

Parameters
issues Issues for this MultiBulkMoveBean.
parentBulkEditBean If this MultiBulkMoveBean represents subtasks, then this is the BulkEditBean that contains the parents of the subtasks, otherwise null.

public void initOptionIds (Collection optionIds)

public boolean isLastBulkEditBean ()

public void progressToNextBulkEditBean ()

public void progressToPreviousBulkEditBean ()

public void remapBulkEditBeansByTargetContext ()

This method will remap the current BulkEditBean Map to be keyed by the target IssueContext rather than the originating IssueContext.

public void setExecutableAction (ExecutableAction executableAction)

public void setFinalLocation (String finalLocation)

public void setTargetProject (Project targetProject)

public void setTargetProject (GenericValue targetProjectGV)

This method is deprecated.
Use setTargetProject(com.atlassian.jira.project.Project) instead. Since v5.2.

public void validate (ErrorCollection errors, BulkMoveOperation bulkMoveOperation, ApplicationUser applicationUser)