Interface SearchActionHelper
- All Known Implementing Classes:
SearchActionHelperImpl
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Store the current pager in the session.getPagerFilter
(Integer tempMax) Deprecated.Store the current pager in the session.Deprecated.Restart the pager in the session.
-
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
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
-