com.pyxis.greenhopper.jira.boards.modal
Class CreatingBoard
java.lang.Object
com.pyxis.greenhopper.jira.boards.AbstractBoard
com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
com.pyxis.greenhopper.jira.boards.modal.CreatingBoard
- All Implemented Interfaces:
- Board, java.lang.Comparable<Board>
public class CreatingBoard
- extends AbstractModalBoard
Constructor Summary |
CreatingBoard(Board from,
com.atlassian.jira.issue.issuetype.IssueType issueType,
com.atlassian.jira.issue.Issue parent)
|
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard |
canDrag, canManageStats, getContext, getDisplayableBoardForIssue, getKey, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAddIssueEnabled, isAddSubEnabled, isAssignedToMeOn, isAssociatedWith, isHighLighting, showLegendBar |
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard |
canRank, canSelect, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getCursor, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPageNumber, getPager, getPager, getPagination, getPluginLinks, getProject, getProjectId, getQuery, getRawName, getStart, getSummary, hashCode, indexOf, isCapacitySupported, isCardsDisplayed, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, isSelectable, issueCount, issuePagineCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats, truncate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CreatingBoard
public CreatingBoard(Board from,
com.atlassian.jira.issue.issuetype.IssueType issueType,
com.atlassian.jira.issue.Issue parent)
getId
public java.lang.String getId()
- Description copied from interface:
Board
- Retrieves the unique id of the board'
- Specified by:
getId
in interface Board
- Overrides:
getId
in class AbstractBoard
- Returns:
- the unique id of the board'
createIssue
public org.ofbiz.core.entity.GenericValue createIssue(java.lang.String[] fields,
java.lang.String[] values,
java.util.Map<java.lang.String,java.lang.String> errorCollector)
getRankingFields
public java.util.Set<IssueField> getRankingFields()
getNewBoardIssue
public NewBoardIssue getNewBoardIssue()
canBoardRank
public boolean canBoardRank()
- Specified by:
canBoardRank
in interface Board
- Overrides:
canBoardRank
in class AbstractBoard
- Returns:
- whether or not the ranking is enabled in the board
getQuery
protected com.atlassian.query.Query getQuery()
- Specified by:
getQuery
in class AbstractBoard
getPrettyQuery
protected com.atlassian.query.Query getPrettyQuery()
- Specified by:
getPrettyQuery
in class AbstractBoard
Copyright © 2007-2014 Atlassian. All Rights Reserved.