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

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

public class QuerySearchBoard
extends SearchBoard


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
QuerySearchBoard(BoardContext boardContext, java.lang.String searchKey)
           
 
Method Summary
 com.atlassian.jira.issue.Issue getIssue()
           
 int getMaxPagine()
           
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 java.lang.String getSearchKey()
           
 java.lang.String getTitle()
           
 boolean isStatsPanelSupported()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.SearchBoard
canSelect, getStrippedSearchKey, getStrippedSearchKeyForInput, getType, isSearchInputSupported
 
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
canBoardRank, canRank, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getCursor, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxIssues, 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

QuerySearchBoard

public QuerySearchBoard(BoardContext boardContext,
                        java.lang.String searchKey)
Method Detail

getIssue

public com.atlassian.jira.issue.Issue getIssue()
Specified by:
getIssue in class SearchBoard

getMaxPagine

public int getMaxPagine()
Specified by:
getMaxPagine in interface Board
Overrides:
getMaxPagine in class AbstractBoard

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class SearchBoard

getSearchKey

public java.lang.String getSearchKey()
Specified by:
getSearchKey in class SearchBoard

isStatsPanelSupported

public boolean isStatsPanelSupported()
Overrides:
isStatsPanelSupported in class SearchBoard

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.