Class SearchActionHelperImpl
java.lang.Object
com.atlassian.jira.web.action.issue.SearchActionHelperImpl
- All Implemented Interfaces:
SearchActionHelper
Some utility code shared between the searching actions.
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionSearchActionHelperImpl
(SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, UserPreferencesManager userPreferencesManager, JiraAuthenticationContext authContext) -
Method Summary
Modifier and TypeMethodDescriptionStore the current pager in the session.getPagerFilter
(Integer tempMax) Store the current pager in the session.Restart the pager in the session.
-
Constructor Details
-
SearchActionHelperImpl
public SearchActionHelperImpl(SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory, UserPreferencesManager userPreferencesManager, JiraAuthenticationContext authContext)
-
-
Method Details
-
getPagerFilter
Description copied from interface:SearchActionHelper
Store the current pager in the session. The pager handles paging through the issue list.- Specified by:
getPagerFilter
in interfaceSearchActionHelper
- Returns:
- the page currently in the session.
-
getPagerFilter
Description copied from interface:SearchActionHelper
Store the current pager in the session. The pager handles paging through the issue list.- Specified by:
getPagerFilter
in interfaceSearchActionHelper
- Parameters:
tempMax
- temporary max results per page- Returns:
- the page currently in the session.
-
resetPager
Description copied from interface:SearchActionHelper
Restart the pager in the session.- Specified by:
resetPager
in interfaceSearchActionHelper
- Returns:
- the new PagerFilter that was created
-