|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object webwork.action.ActionSupport com.atlassian.jira.action.JiraActionSupport com.atlassian.jira.web.action.JiraWebActionSupport com.pyxis.greenhopper.jira.actions.ProjectActionSupport com.pyxis.greenhopper.jira.actions.IssueActionSupport com.pyxis.greenhopper.jira.actions.AbstractIssueSelectAction com.pyxis.greenhopper.jira.actions.AbstractBoardAction com.pyxis.greenhopper.jira.actions.BoardAction com.pyxis.greenhopper.jira.actions.ContextBoardAction com.pyxis.greenhopper.jira.actions.CardBoardAction com.pyxis.greenhopper.jira.actions.SearchBoardAction
public class SearchBoardAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.jira.util.ErrorCollection |
---|
com.atlassian.jira.util.ErrorCollection.Reason |
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper |
---|
com.atlassian.jira.util.I18nHelper.BeanFactory |
Field Summary | |
---|---|
static java.lang.String |
SINGLE
|
static java.lang.String |
TYPE
|
Fields inherited from class com.pyxis.greenhopper.jira.actions.CardBoardAction |
---|
anchor, capacityService, EXPANDED_BOX, fieldId, fieldType, maxCapacity, minCapacity, simpleUpdate, statService |
Fields inherited from class com.pyxis.greenhopper.jira.actions.ContextBoardAction |
---|
contextName, maxVBIssues |
Fields inherited from class com.pyxis.greenhopper.jira.actions.BoardAction |
---|
confirmed, context, issueLinkManager, refresh, selectedBoard, selectedProjectId, selectedVersion, start, subtaskManager, warningId |
Fields inherited from class com.pyxis.greenhopper.jira.actions.AbstractBoardAction |
---|
ghLicense, greenHopperService, issuesToUpdate |
Fields inherited from class com.pyxis.greenhopper.jira.actions.AbstractIssueSelectAction |
---|
id, issueObject |
Fields inherited from class com.pyxis.greenhopper.jira.actions.IssueActionSupport |
---|
attachmentManager |
Fields inherited from class com.pyxis.greenhopper.jira.actions.ProjectActionSupport |
---|
projectManager |
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
---|
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters |
Fields inherited from class com.atlassian.jira.action.JiraActionSupport |
---|
log |
Fields inherited from class webwork.action.ActionSupport |
---|
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
SearchBoardAction(GreenHopper greenHopperService,
GreenHopperLicenseManager ghLicense,
com.atlassian.jira.issue.link.IssueLinkManager issueLinkManager,
com.atlassian.jira.config.SubTaskManager subtaskManager,
StatService statService,
CapacityService capacityService)
|
Method Summary | |
---|---|
java.lang.String |
doRefreshStats()
|
java.lang.String |
doSuccess()
|
java.lang.String |
getPlanningBoardUrl(com.atlassian.jira.issue.Issue issue)
|
java.lang.String |
getTaskBoardUrl(com.atlassian.jira.issue.Issue issue)
|
java.lang.String |
getType()
|
boolean |
isExpanded(java.lang.String boxId)
|
boolean |
isSelected(Board board)
|
Methods inherited from class com.pyxis.greenhopper.jira.actions.AbstractIssueSelectAction |
---|
cameFromIssue, cameFromParent, getIssue, getIssueObject, getIssueObjectNoSecurityCheck, getIssuePath, getLayoutBean, getParentIssueObject, getProject, getSecurityLevel, getSecurityLevel, getSecurityLevelName, getSubTaskManager, getSummaryIssue, getViewUrl, isEditable, isEditable, isHasEditIssuePermission, isIssueExists, isIssueValid, isSubTask, isSubTaskCreatable, isWorkflowAllowsEdit, redirectToView, setIssue |
Methods inherited from class com.pyxis.greenhopper.jira.actions.ProjectActionSupport |
---|
escapeJavaScript, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, setSelectedProject, setSelectedProject |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
---|
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectChecker, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getVersionManager, getWebworkStack, getWebworkStack, hasErrorMessage, hasErrorMessageByKey, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
---|
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
---|
addErrorMessage, doDefault, doExecute, doValidation, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.pyxis.greenhopper.jira.util.I18n |
---|
getText |
Methods inherited from interface com.atlassian.jira.web.action.issue.IssueSummaryAware |
---|
getLoggedInUser |
Methods inherited from interface com.atlassian.jira.util.ErrorCollection |
---|
addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages |
Methods inherited from interface webwork.action.CommandDriven |
---|
setCommand |
Field Detail |
---|
public static final java.lang.String TYPE
public static final java.lang.String SINGLE
Constructor Detail |
---|
public SearchBoardAction(GreenHopper greenHopperService, GreenHopperLicenseManager ghLicense, com.atlassian.jira.issue.link.IssueLinkManager issueLinkManager, com.atlassian.jira.config.SubTaskManager subtaskManager, StatService statService, CapacityService capacityService)
Method Detail |
---|
public java.lang.String doSuccess()
doSuccess
in class CardBoardAction
public java.lang.String doRefreshStats()
public boolean isExpanded(java.lang.String boxId)
isExpanded
in class CardBoardAction
public boolean isSelected(Board board)
isSelected
in class CardBoardAction
public java.lang.String getType()
getType
in class BoardAction
public java.lang.String getPlanningBoardUrl(com.atlassian.jira.issue.Issue issue)
public java.lang.String getTaskBoardUrl(com.atlassian.jira.issue.Issue issue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |