public class AbstractBulkOperationAction extends IssueActionSupport
JiraWebActionSupport.MessageTypeErrorCollection.ReasonI18nHelper.BeanFactoryattachmentManagerprojectManagerISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilterslog| Constructor and Description |
|---|
AbstractBulkOperationAction(SearchService searchService,
BulkEditBeanSessionHelper bulkEditBeanSessionHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearBulkEditBean() |
protected String |
finishWizard() |
BulkEditBean |
getBulkEditBean() |
List |
getColumns() |
IssueTableLayoutBean |
getIssueTableLayoutBean() |
String |
getRedirect(String urlToActuallyGoTo)
A bulk operation-specific override to avoid the slightly insane
default behaviour of
JiraWebActionSupport.getRedirect(String), since it
will go wherever JiraWebActionSupport.getReturnUrl() tells it to before it goes
to the URL you pass as a parameter. |
protected String |
getRedirectUrl() |
BulkEditBean |
getRootBulkEditBean() |
boolean |
isCanDisableMailNotifications()
Determines if the current user can disable mail notifications for this bulk operation.
|
boolean |
isSendBulkNotification() |
protected String |
redirectToStart() |
void |
setSendBulkNotification(boolean sendBulkNotification) |
protected void |
storeBulkEditBean(BulkEditBean bulkEditBean) |
protected void |
storeReturnUrl(String returnUrl) |
protected String |
watchProgress(String progressUrl) |
addIssueToHistory, 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, getConstantsManager, 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, doDefault, 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, setErrorMessagespublic AbstractBulkOperationAction(SearchService searchService, BulkEditBeanSessionHelper bulkEditBeanSessionHelper)
public BulkEditBean getBulkEditBean()
public IssueTableLayoutBean getIssueTableLayoutBean() throws Exception
Exceptionprotected void clearBulkEditBean()
public String getRedirect(String urlToActuallyGoTo)
JiraWebActionSupport.getRedirect(String), since it
will go wherever JiraWebActionSupport.getReturnUrl() tells it to before it goes
to the URL you pass as a parameter.getRedirect in class JiraWebActionSupporturlToActuallyGoTo - the URL to actually go to.JiraWebActionSupport.getRedirect(String, boolean)protected void storeBulkEditBean(BulkEditBean bulkEditBean)
protected void storeReturnUrl(String returnUrl)
public BulkEditBean getRootBulkEditBean()
public boolean isCanDisableMailNotifications()
Only global admins or a user who is a project admin of all projects associated with the selected issues can disable bulk mail notifications.
public boolean isSendBulkNotification()
public void setSendBulkNotification(boolean sendBulkNotification)
protected String redirectToStart()
Copyright © 2002-2015 Atlassian. All Rights Reserved.