@Deprecated public interface

SearchActionHelper

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

This interface is deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.

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.

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