com.atlassian.jira.web.action.issue
Class IssueNavigatorSearchResultsHelperImpl

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.IssueNavigatorSearchResultsHelperImpl
All Implemented Interfaces:
IssueNavigatorSearchResultsHelper

public class IssueNavigatorSearchResultsHelperImpl
extends Object
implements IssueNavigatorSearchResultsHelper

Utility for getting search results for issue navigation

Since:
v5.2

Constructor Summary
IssueNavigatorSearchResultsHelperImpl(SearchProvider searchProvider, JiraAuthenticationContext authContext, SearchActionHelper searchActionHelper, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
           
 
Method Summary
 void ensureAnIssueIsSelected(SearchResultsInfo sr, boolean isPagingToPreviousPage)
           
 SearchResultsInfo getSearchResults(Query query, boolean isPageChanged)
           
 void resetPagerAndSelectedIssue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueNavigatorSearchResultsHelperImpl

public IssueNavigatorSearchResultsHelperImpl(SearchProvider searchProvider,
                                             JiraAuthenticationContext authContext,
                                             SearchActionHelper searchActionHelper,
                                             SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
Method Detail

getSearchResults

public SearchResultsInfo getSearchResults(Query query,
                                          boolean isPageChanged)
                                   throws SearchException
Specified by:
getSearchResults in interface IssueNavigatorSearchResultsHelper
Throws:
SearchException

ensureAnIssueIsSelected

public void ensureAnIssueIsSelected(SearchResultsInfo sr,
                                    boolean isPagingToPreviousPage)
Specified by:
ensureAnIssueIsSelected in interface IssueNavigatorSearchResultsHelper

resetPagerAndSelectedIssue

public void resetPagerAndSelectedIssue()
Specified by:
resetPagerAndSelectedIssue in interface IssueNavigatorSearchResultsHelper


Copyright © 2002-2014 Atlassian. All Rights Reserved.