com.pyxis.greenhopper.jira.boards.pagination
Interface ColumnPagination

All Known Implementing Classes:
AbstractColumnPagination, ArchivedChartColumnPagination, AssigneeColumnPagination, ChartBoardColumnPagination, ComponentColumnPagination, ProjectBoardColumnPagination, VersionColumnPagination

public interface ColumnPagination


Field Summary
static int PAGE_SIZE
           
 
Method Summary
 java.util.List<PlanningBoard> getBoardsForPage(int page)
          Retrieves the list of boards for the given page, according to PAGE_SIZE.
 int getPageCount()
          Retrieve the number of pages
 int getPageFor(java.lang.String boardId)
          Retrieves the page number for the specified board
 java.lang.String getTooltips()
           
 

Field Detail

PAGE_SIZE

static final int PAGE_SIZE
See Also:
Constant Field Values
Method Detail

getPageCount

int getPageCount()
Retrieve the number of pages

Returns:
the number of pages

getPageFor

int getPageFor(java.lang.String boardId)
Retrieves the page number for the specified board

Parameters:
boardId - the board
Returns:
the page number for the specified board

getBoardsForPage

java.util.List<PlanningBoard> getBoardsForPage(int page)
Retrieves the list of boards for the given page, according to PAGE_SIZE. If that page does not contain any boards, the returned list is empty.

Parameters:
page - the requested page, starting with 1
Returns:
list of boards in that page, or empty list

getTooltips

java.lang.String getTooltips()


Copyright © 2007-2011 Atlassian. All Rights Reserved.