com.pyxis.greenhopper.jira.actions
Class DropBoardAction
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.ProjectActionSupport
com.atlassian.jira.web.action.IssueActionSupport
com.atlassian.jira.web.action.issue.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.DropBoardAction
- All Implemented Interfaces:
- com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.util.I18nHelper, com.atlassian.jira.web.action.issue.IssueSummaryAware, com.atlassian.jira.web.util.AuthorizationSupport, I18n, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
- Direct Known Subclasses:
- AssigneeBoardAction, BulkEditAction, ColumnAction, ComponentBoardAction, ProjectBoardAction, VersionBoardAction
public class DropBoardAction
- extends CardBoardAction
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper |
com.atlassian.jira.util.I18nHelper.BeanFactory |
Field Summary |
protected java.lang.String |
date
|
protected java.lang.String |
dropBoardId
|
protected java.lang.String |
masterId
|
protected java.lang.String |
name
|
Fields inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction |
id, issueObject |
Fields inherited from class com.atlassian.jira.web.action.IssueActionSupport |
attachmentManager |
Fields inherited from class com.atlassian.jira.web.action.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 |
Methods inherited from class com.pyxis.greenhopper.jira.actions.CardBoardAction |
affectsStats, canLogWork, doEditField, doFlag, doGetBoardForIssue, doRefreshIssue, doSetIssueDisplay, doSuccess, doToggleCard, doUpdateField, getAnchor, getBottomMarkers, getBoxType, getCanProjectSchedule, getCapacity, getCapacityMessage, getColPage, getCompiledMarkers, getContextMap, getDefaultCapacity, getExpandedBoxes, getField, getFieldId, getFieldType, getIndex, getIssueMarkers, getNavInfo, getSummaryForBoard, getWatchedField, isAnyVisibleStepBusted, isAssignable, isBusted, isExpanded, isMaxBusted, isMinBusted, isParentStep, isPreviousVisibleStepMaxBusted, isSelected, isSimpleUpdate, setColPage, setCommitedIn, setFieldId, setFieldType, setFieldValue, setIndex, setMaxCapacity, setMinCapacity, setNavInfo |
Methods inherited from class com.pyxis.greenhopper.jira.actions.ContextBoardAction |
doAddNonWorkingDay, doCreateContext, doDeleteContext, doEditContext, doEnablePersonal, doRemoveNonWorkingDay, doSaveContext, doSaveUserPreferences, doSetContext, doSetSort, doSetSortOrder, doToggleDone, doToggleMyIssues, doTogglePending, doToggleSubs, getContextId, getContextName, getRefreshModbar, isRankable, setAssignee, setAutoAssignOn, setCardBgColored, setComponentIds, setContextId, setContextName, setDoneFilterOn, setFilterOn, setHiliteAssignee, setHiliteComponentIds, setHiliteDoneFilterOn, setHiliteOn, setHilitePriorityIds, setHiliteStatusIds, setHiliteTypeIds, setHiliteUnresolvedFilterOn, setJiraFilter, setJiraHilite, setListAlt, setMaxParents, setMaxTBIssues, setMaxVBIssues, setNonWorkingDay, setOpacityRatio, setPersonalFilterOn, setPrecision, setPriorityIds, setShare, setSortField, setSortOrder, setStatusIds, setTypeIds, setUnresolvedFilterOn, setUseJIRAIFrame, setWithDates, setWithForecast, setWithLabels |
Methods inherited from class com.pyxis.greenhopper.jira.actions.BoardAction |
boardResult, canGHBrowse, doCloseLegend, doFullScreen, doGet, doGetLegend, doNormalScreen, encodeJavaScript, encodeJson, findBacklog, getAllAssigneeBoards, getAllChartableFields, getAllComponentBoards, getAllComponents, getAllowUnassigned, getAllPlanningViews, getAllSecurityLevels, getAllStatuses, getAllTabs, getAllUserProjects, getAllVersionBoards, getAssignableUsers, getBoardContext, getBoardGroup, getBoardURL, getCanAssign, getCanBrowse, getCanBulkEdit, getCanCreateNewCards, getCanEditConfig, getCanProjectAssign, getCanProjectEdit, getCanSelectVersion, getCanSetSecurity, getConfigFor, getContext, getDefaultAssignee, getDefaultSecurity, getFieldName, getGHConfiguration, getGhProject, getHighLightRatio, getHtmlEncodedText, getIsAssignable, getIssueCountField, getIssueDisplay, getIssueFieldManager, getJavascriptEncodedText, getModifierKey, getPageTitle, getPreferences, getProjectBoard, getProjectConfig, getProjectIssueTypes, getRedirectType, getReleasedVersions, getRemainingField, getReporterUsers, getSearchKey, getSearchResults, getSearchType, getSelectedBoard, getSelectedProjectId, getSelectedTab, getShowLegend, getStandardIssueTypes, getSubsVisibility, getSubtaskTypes, getText, getText, getText, getText, getTruncatedText, getType, getUnreleasedVersions, getUrlEncodedText, getUseJiraIFrame, getUserSettings, getView, getViewIssueKey, getWarningId, getWarningUrl, getXProject, getXsrfToken, hasModBar, htmlEncode, isAProjectBoard, isArchiveChartBoard, isAssigneeBoard, isBoardSpecified, isCardBgColored, isChartBoard, isCompactView, isComponentBoard, isConfigurationBoard, isFullScreen, isHierarchyInstalled, isListAlt, isPlanningBoard, isRefresh, isReleasedBoard, isSearchBoard, isSecurityEnabled, isSelected, isSubtaskAllowed, isTaskBoard, isVersionBoard, registerSelectedView, setConfirmed, setIssueDisplay, setRedirectType, setSearchKey, setSearchType, setSelectedBoardId, setSelectedProjectId, setStart, setType, setViewIssueKey, setWarningId |
Methods inherited from class com.pyxis.greenhopper.jira.actions.AbstractBoardAction |
addError, addError, addError, getAllJIRAProjects, getAllPriorities, getAllResolutions, getCalendarFormat, getCalendarLocale, getCalendarTimeFormat, getCanEditPreferences, getDefaultPriorityId, getDefaultResolutionId, getI18n, getId, getIssueKeys, getIssueOperations, getIssuesToUpdate, getKey, getPluginKey, getPluginVersion, getResourceLocation, getUserProjectHistoryManager, getUtil, includeFieldResourcesForCurrentUser, isAdmin, isBetaEnabled, isTimeTrackingOn, isUnassignAllowed, registerKeyboardContext, resetIssue, setI18nFactoryService, setId, setIssueKeys, setKey, setWebUtilities, toDecimalFormat, validate |
Methods inherited from class com.atlassian.jira.web.action.issue.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.atlassian.jira.web.action.IssueActionSupport |
clearSelectedIssue, getAttachmentManager, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setCurrentIssue, setSearchRequest, setSelectedIssueId, updateSearchRequest |
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport |
getBrowseableProjects, getBrowseableProjectsInCategory, setSelectedProject, setSelectedProject |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRedirectChecker, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, hasErrorMessage, hasErrorMessageByKey, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, 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 |
getRemoteUser |
Methods inherited from interface com.atlassian.jira.util.ErrorCollection |
addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages |
Methods inherited from interface webwork.action.CommandDriven |
setCommand |
dropBoardId
protected java.lang.String dropBoardId
name
protected java.lang.String name
masterId
protected java.lang.String masterId
date
protected java.lang.String date
DropBoardAction
public DropBoardAction(GreenHopper greenHopperService,
GreenHopperLicenseManager ghLicense,
com.atlassian.jira.issue.link.IssueLinkManager issueLinkManager,
com.atlassian.jira.config.SubTaskManager subtaskManager,
StatService statService,
CapacityService capacityService)
doToggleBox
public java.lang.String doToggleBox()
doSetBoardFilter
public java.lang.String doSetBoardFilter()
doUpdating
public java.lang.String doUpdating()
doSetCapacity
public java.lang.String doSetCapacity()
doMarkerUpdating
public java.lang.String doMarkerUpdating()
doUpdate
public java.lang.String doUpdate()
doMoving
public java.lang.String doMoving()
doMove
public java.lang.String doMove()
doSetName
public java.lang.String doSetName()
doSetMaster
public java.lang.String doSetMaster()
doSetStartDate
public java.lang.String doSetStartDate()
doSetEndDate
public java.lang.String doSetEndDate()
doSetReleaseDate
public java.lang.String doSetReleaseDate()
doAddStats
public java.lang.String doAddStats()
doRemoveStats
public java.lang.String doRemoveStats()
doSetDefaultCapacity
public java.lang.String doSetDefaultCapacity()
doToggleMarker
public java.lang.String doToggleMarker()
doGotoMarker
public java.lang.String doGotoMarker()
doSetMarker
public java.lang.String doSetMarker()
doEvaluateMarker
public java.lang.String doEvaluateMarker()
doSynchReport
public java.lang.String doSynchReport()
doSynchronize
public java.lang.String doSynchronize()
doNavigator
public java.lang.String doNavigator()
- Overrides:
doNavigator
in class CardBoardAction
getNewPager
public TBPageFilter getNewPager()
getParents
public java.util.Collection<com.atlassian.jira.issue.Issue> getParents()
getSynchReport
public java.util.Set<com.atlassian.jira.issue.Issue> getSynchReport()
setName
public void setName(java.lang.String name)
getMasterId
public java.lang.String getMasterId()
setDate
public void setDate(java.lang.String date)
setDropBoardIds
public void setDropBoardIds(java.lang.String ids)
isMarkerEnabled
public boolean isMarkerEnabled(WatchedField watchedField)
isMarkerAvailable
public boolean isMarkerAvailable(WatchedField watchedField)
setAbove
public void setAbove(boolean above)
getMarkerValue
public java.lang.String getMarkerValue()
setMarkerValue
public void setMarkerValue(java.lang.String markerValue)
getMarkerPosistion
public java.lang.String getMarkerPosistion()
getMarkerSummary
public java.lang.String getMarkerSummary()
getSetCapacityLink
public boolean getSetCapacityLink()
getOldStart
public int getOldStart()
setOldStart
public void setOldStart(int oldStart)
setBoardFilterId
public void setBoardFilterId(java.lang.String boardFilterId)
getUpdateBoard
public UpdatingBoard getUpdateBoard()
getMoveBoard
public MovingBoard getMoveBoard()
getDropBoard
public PlanningBoard getDropBoard()
getDropBoardId
public java.lang.String getDropBoardId()
setDropBoardId
public void setDropBoardId(java.lang.String dropBoardId)
getOldMasterId
public java.lang.Long getOldMasterId()
isDropEnabled
public boolean isDropEnabled()
- Overrides:
isDropEnabled
in class CardBoardAction
setDropEnabled
public void setDropEnabled(boolean dropEnabled)
- Overrides:
setDropEnabled
in class CardBoardAction
getAllAvailableWatchedFields
public java.util.Set<IssueField> getAllAvailableWatchedFields()
setMasterId
public void setMasterId(java.lang.String masterId)
affectsDisplay
protected boolean affectsDisplay(java.lang.String fieldId)
- Overrides:
affectsDisplay
in class CardBoardAction
setMarkerDetails
protected void setMarkerDetails(boolean sameBoard,
Marker marker)
Copyright © 2007-2011 Atlassian. All Rights Reserved.