public class IssuePicker extends JiraWebActionSupport
JiraWebActionSupport.MessageType
ErrorCollection.Reason
I18nHelper.BeanFactory
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
Constructor and Description |
---|
IssuePicker(BugAssociatorPrefs bugAssociatorPrefs,
IssueManager issueManager,
SearchService searchService,
SearchRequestService searchRequestService,
UserIssueHistoryManager userHistoryManager,
SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory) |
Modifier and Type | Method and Description |
---|---|
Collection<SearchRequest> |
getAvailableFilters() |
Collection<Issue> |
getBrowsableIssues() |
String |
getCurrentIssue() |
String |
getMode() |
long |
getSearchRequestId() |
Collection<Issue> |
getSearchRequestIssues() |
String |
getSearchRequestName() |
Long |
getSelectedProjectId() |
String |
getSelectMode() |
Collection<Issue> |
getUserHistoryIssues() |
boolean |
isShowSubTasks()
Returns whether sub-tasks should be displayed in the list of issues.
|
boolean |
isShowSubTasksParent()
Returns whether the parent of the current issue (the one in the view issue page or the one that's selected in the
issue navigator) should be displayed in the list of issues.
|
boolean |
isSingleSelectOnly() |
void |
setCurrentIssue(String currentIssue) |
void |
setMode(String mode) |
void |
setSearchRequestId(long searchRequestId) |
void |
setSelectedProjectId(Long selectedProjectId) |
void |
setSelectMode(String selectMode) |
void |
setShowSubTasks(boolean showSubTasks)
Sets whether sub-tasks should be shown in the list of issues.
|
void |
setShowSubTasksParent(boolean showSubTasksParent)
Sets whether the parent of the current issue (the one in the view issue page or the one that's selected in the
issue navigator) should be displayed in the list of issues.
|
void |
setSingleSelectOnly(boolean singleSelectOnly) |
addError, 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, getRedirect, getRedirectSanitiser, getRequestSourceType, 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, tagMauEventWithApplication, tagMauEventWithProject, urlEncode
addErrorMessages, 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, removeKeyOrAddError
addError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addError, addErrorMessage, addErrorMessages, addErrors, hasAnyErrors, setErrorMessages
public IssuePicker(BugAssociatorPrefs bugAssociatorPrefs, IssueManager issueManager, SearchService searchService, SearchRequestService searchRequestService, UserIssueHistoryManager userHistoryManager, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
public Collection<SearchRequest> getAvailableFilters()
public Collection<Issue> getSearchRequestIssues()
Issue
s.public Collection<Issue> getUserHistoryIssues()
Issue
s.public Collection<Issue> getBrowsableIssues()
public long getSearchRequestId()
public void setSearchRequestId(long searchRequestId)
public String getSearchRequestName()
public String getCurrentIssue()
public void setCurrentIssue(String currentIssue)
public String getMode()
public void setMode(String mode)
public void setSelectMode(String selectMode)
public String getSelectMode()
public boolean isSingleSelectOnly()
public void setSingleSelectOnly(boolean singleSelectOnly)
public Long getSelectedProjectId()
public void setSelectedProjectId(Long selectedProjectId)
setSelectedProjectId
in class JiraWebActionSupport
public boolean isShowSubTasks()
public void setShowSubTasks(boolean showSubTasks)
showSubTasks
- a boolean that indicates whether sub-tasks should be shown in the list of issues.public boolean isShowSubTasksParent()
public void setShowSubTasksParent(boolean showSubTasksParent)
showSubTasksParent
- a boolean that indicates whether the parent of the current issue should be displayed
in the list of issues.Copyright © 2002-2019 Atlassian. All Rights Reserved.