public class BulkMove extends AbstractBulkOperationDetailsAction
JiraWebActionSupport.MessageTypeErrorCollection.ReasonI18nHelper.BeanFactory| Modifier and Type | Field and Description |
|---|---|
protected BulkMoveOperation |
bulkMoveOperation |
protected ConstantsManager |
constantsManager |
protected FieldManager |
fieldManager |
protected IssueFactory |
issueFactory |
protected PermissionManager |
permissionManager |
protected WorkflowManager |
workflowManager |
attachmentManagerprojectManagerISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilterslog| Constructor and Description |
|---|
BulkMove(SearchService searchService,
BulkMoveOperation bulkMoveOperation,
FieldManager fieldManager,
WorkflowManager workflowManager,
ConstantsManager constantsManager,
IssueFactory issueFactory,
PermissionManager permissionManager,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper,
TaskManager taskManager,
I18nHelper i18nHelper) |
submitBulkOperationTaskclearBulkEditBean, finishWizard, getColumns, getIssueTableLayoutBean, getRedirect, getRedirectUrl, getRootBulkEditBean, isCanDisableMailNotifications, isSendBulkNotification, redirectToStart, setSendBulkNotification, storeBulkEditBean, storeReturnUrl, watchProgressaddIssueToHistory, clearSelectedIssue, getAttachmentManager, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getFormToken, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setFormToken, setSearchRequest, setSelectedIssueId, updateSearchRequestgetBrowsableProjects, getSelectedProjectId, setSelectedProject, setSelectedProjectaddError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasGlobalPermission, hasGlobalPermission, hasIssuePermission, hasIssuePermission, hasIssuePermission, hasPermission, hasProjectPermission, hasProjectPermission, htmlEncode, insertContextPath, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, tagMauEventWithApplication, tagMauEventWithProject, urlEncodeaddErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddErroraddError, addErrorMessage, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessagesprotected BulkMoveOperation bulkMoveOperation
protected final FieldManager fieldManager
protected final WorkflowManager workflowManager
protected final ConstantsManager constantsManager
protected final IssueFactory issueFactory
protected final PermissionManager permissionManager
public BulkMove(SearchService searchService, BulkMoveOperation bulkMoveOperation, FieldManager fieldManager, WorkflowManager workflowManager, ConstantsManager constantsManager, IssueFactory issueFactory, PermissionManager permissionManager, BulkEditBeanSessionHelper bulkEditBeanSessionHelper, TaskManager taskManager, I18nHelper i18nHelper)
public String doDefault() throws Exception
doDefault in class webwork.action.ActionSupportExceptionpublic String doDetails()
doDetails in class AbstractBulkOperationDetailsActionpublic String doPerform() throws Exception
doPerform in class AbstractBulkOperationDetailsActionExceptionpublic String doDetailsValidation() throws Exception
doDetailsValidation in class AbstractBulkOperationDetailsActionExceptionpublic String getFieldHtml(String fieldId, BulkEditBean bulkEditBean)
public String getFieldHtml(FieldLayoutItem fieldLayoutItem)
public boolean isIssueTypesAvailable()
public boolean isSubTaskTypesAvailable()
public String getFieldViewHtml(OrderableField orderableField)
public Collection getMoveFieldLayoutItems()
public String getNewViewHtml(OrderableField field)
public String getNewViewHtml(BulkEditBean bulkEditBean, OrderableField field)
public boolean isFieldUsingSubstitutions(BulkEditBean bulkEditBean, OrderableField field)
public Map<Long,Long> getSubstitutionsForField(BulkEditBean bulkEditBean, OrderableField field)
public String getMappingViewHtml(BulkEditBean bulkEditBean, OrderableField field, Long id, boolean showProject)
public boolean isAllowProjectEdit()
public boolean isAllowProjectEdit(BulkEditBean bulkEditBean)
public String getOperationDetailsActionName()
protected void populateFromParams(OrderableField orderableField)
public Collection getTargetWorkflowStatuses(String issueTypeId) throws WorkflowException
WorkflowExceptionpublic JiraWorkflow getWorkflowForType(Long projectId, String issueTypeId) throws WorkflowException
WorkflowExceptionpublic String getCurrentTargetPid()
public Project getCurrentTargetProject()
protected void progressToLastStep()
protected MutableIssue getIssueObject(org.ofbiz.core.entity.GenericValue issueGV)
public ConstantsManager getConstantsManager()
getConstantsManager in class JiraWebActionSupportpublic String getCurrentIssueType()
public boolean isSubTaskPhase()
public void setSubTaskPhase(boolean subTaskPhase)
public boolean isRetainMandatory(OrderableField field)
field - the field to check forpublic BulkEditBean getBulkEditBean()
getBulkEditBean in class AbstractBulkOperationActionCopyright © 2002-2015 Atlassian. All Rights Reserved.