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

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.RankingBoard
All Implemented Interfaces:
Board, java.lang.Comparable<Board>
Direct Known Subclasses:
SubRankingBoard

public class RankingBoard
extends AbstractModalBoard


Field Summary
protected  GlobalRankField rank
           
 
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
RankingBoard(BoardContext boardContext, GlobalRankField rank, java.lang.Long selectedBoardId, java.lang.String contextName)
           
 
Method Summary
 java.util.Set<Context> getAllRankable()
           
 Context getContext()
          Retrieves the selected context of the board
 int getMaxIssues()
          Retrieves the maximum number of issues that can be displayed
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
canDrag, canManageStats, getDisplayableBoardForIssue, getKey, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAddIssueEnabled, isAddSubEnabled, isAssignedToMeOn, isAssociatedWith, isHighLighting, showLegendBar
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canBoardRank, canRank, canSelect, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getCursor, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, 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
 

Field Detail

rank

protected GlobalRankField rank
Constructor Detail

RankingBoard

public RankingBoard(BoardContext boardContext,
                    GlobalRankField rank,
                    java.lang.Long selectedBoardId,
                    java.lang.String contextName)
Method Detail

getAllRankable

public java.util.Set<Context> getAllRankable()

getContext

public Context getContext()
Description copied from interface: Board
Retrieves the selected context of the board

Specified by:
getContext in interface Board
Overrides:
getContext in class AbstractModalBoard
Returns:
the Context

getMaxIssues

public int getMaxIssues()
Description copied from interface: Board
Retrieves the maximum number of issues that can be displayed

Specified by:
getMaxIssues in interface Board
Overrides:
getMaxIssues in class AbstractBoard
Returns:
the maximum number of issues that can be displayed

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.