public interface

SearchActionHelper

com.atlassian.jira.web.action.issue.SearchActionHelper
Known Indirect Subclasses

Class Overview

Some utility code shared between the searching actions.

Summary

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()

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 ()