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

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
              extended by com.pyxis.greenhopper.jira.boards.modal.SubRankingBoard
All Implemented Interfaces:
Board, java.lang.Comparable<Board>

public class SubRankingBoard
extends RankingBoard


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.modal.RankingBoard
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
SubRankingBoard(BoardContext boardContext, RankingField rank, com.atlassian.jira.issue.Issue issue)
           
 
Method Summary
 java.util.List<com.atlassian.jira.issue.Issue> getIssues(boolean filter, com.atlassian.jira.web.bean.PagerFilter pager)
          Retrieves all issues associated with the board.
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 int issueCount()
          Retrieves the number of issues associated with the board under the context.
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.RankingBoard
getAllRankable, getContext, getMaxIssues
 
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, 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, issuePagineCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats, truncate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubRankingBoard

public SubRankingBoard(BoardContext boardContext,
                       RankingField rank,
                       com.atlassian.jira.issue.Issue issue)
Method Detail

getIssues

public java.util.List<com.atlassian.jira.issue.Issue> getIssues(boolean filter,
                                                                com.atlassian.jira.web.bean.PagerFilter pager)
Description copied from interface: Board
Retrieves all issues associated with the board. Note: This does not load all results into memory and provides better performance than Board.getAllIssues(boolean filter)

Specified by:
getIssues in interface Board
Overrides:
getIssues in class AbstractBoard
Parameters:
filter - true if the query should filter based on the context
pager - Pager filter
Returns:
A collection of issue Issues

issueCount

public int issueCount()
Description copied from interface: Board
Retrieves the number of issues associated with the board under the context.

Specified by:
issueCount in interface Board
Overrides:
issueCount in class AbstractBoard
Returns:
the number of issues

getQuery

protected com.atlassian.query.Query getQuery()
Overrides:
getQuery in class RankingBoard

getPrettyQuery

protected com.atlassian.query.Query getPrettyQuery()
Overrides:
getPrettyQuery in class RankingBoard


Copyright © 2007-2011 Atlassian. All Rights Reserved.