public final class

SearchActionHelperImpl

extends Object
implements SearchActionHelper
java.lang.Object
   ↳ com.atlassian.jira.web.action.issue.SearchActionHelperImpl

Class Overview

Some utility code shared between the searching actions.

Summary

Public Constructors
SearchActionHelperImpl(SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, UserPreferencesManager userPreferencesManager, JiraAuthenticationContext authContext)
Public Methods
PagerFilter getPagerFilter()
Store the current pager in the session.
PagerFilter getPagerFilter(Integer tempMax)
Store the current pager in the session.
PagerFilter resetPager()
Restart the pager in the session.
void resetPagerTempMax(Integer tempMax)
void resetPagerTempMax()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.action.issue.SearchActionHelper

Public Constructors

public SearchActionHelperImpl (SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, UserPreferencesManager userPreferencesManager, JiraAuthenticationContext authContext)

Public Methods

public PagerFilter getPagerFilter ()

Store the current pager in the session. The pager handles paging through the issue list.

Returns
  • the page currently in the session.

public PagerFilter getPagerFilter (Integer tempMax)

Store the current pager in the session. The pager handles paging through the issue list.

Parameters
tempMax temporary max results per page
Returns
  • the page currently in the session.

public PagerFilter resetPager ()

Restart the pager in the session.

Returns
  • the new PagerFilter that was created

public void resetPagerTempMax (Integer tempMax)

public void resetPagerTempMax ()