com.pyxis.greenhopper.jira.boards.modal
Class CreatingBoard

java.lang.Object
  extended by com.pyxis.greenhopper.jira.boards.AbstractBoard
      extended by com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
          extended by com.pyxis.greenhopper.jira.boards.modal.CreatingBoard
All Implemented Interfaces:
Board, java.lang.Comparable<Board>

public class CreatingBoard
extends AbstractModalBoard


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
ID, VIEW
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canBoardRank, context, id, issueView, log, name, pager
 
Constructor Summary
CreatingBoard(Board from, com.atlassian.jira.issue.issuetype.IssueType issueType, com.atlassian.jira.issue.Issue parent)
           
 
Method Summary
 boolean canBoardRank()
           
 org.ofbiz.core.entity.GenericValue createIssue(java.lang.String[] fields, java.lang.String[] values, java.util.Map<java.lang.String,java.lang.String> errorCollector)
           
 java.lang.String getId()
          Retrieves the unique id of the board'
 NewBoardIssue getNewBoardIssue()
           
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 java.util.Set<IssueField> getRankingFields()
           
 
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
 

Constructor Detail

CreatingBoard

public CreatingBoard(Board from,
                     com.atlassian.jira.issue.issuetype.IssueType issueType,
                     com.atlassian.jira.issue.Issue parent)
Method Detail

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-2012 Atlassian. All Rights Reserved.