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:SearchActionHelperStore the current pager in the session. The pager handles paging through the issue list.- Specified by:
getPagerFilterin interfaceSearchActionHelper- Returns:
- the page currently in the session.
-
getPagerFilter
Description copied from interface:SearchActionHelperStore the current pager in the session. The pager handles paging through the issue list.- Specified by:
getPagerFilterin interfaceSearchActionHelper- Parameters:
tempMax- temporary max results per page- Returns:
- the page currently in the session.
-
resetPager
Description copied from interface:SearchActionHelperRestart the pager in the session.- Specified by:
resetPagerin interfaceSearchActionHelper- Returns:
- the new PagerFilter that was created
-