Interface SearchActionHelper

All Known Implementing Classes:
SearchActionHelperImpl

@Deprecated public interface SearchActionHelper
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.
Some utility code shared between the searching actions.
Since:
v5.2
  • Method Details

    • getPagerFilter

      PagerFilter getPagerFilter()
      Deprecated.
      Store the current pager in the session. The pager handles paging through the issue list.
      Returns:
      the page currently in the session.
    • getPagerFilter

      PagerFilter getPagerFilter(Integer tempMax)
      Deprecated.
      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.
    • resetPager

      PagerFilter resetPager()
      Deprecated.
      Restart the pager in the session.
      Returns:
      the new PagerFilter that was created