public class PagerManager extends Object
Constructor and Description |
---|
PagerManager(ApplicationProperties applicationProperties,
SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
clearPager()
Removes the pager from the session.
|
NextPreviousPager |
getPager()
Deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side.
|
void |
updatePager(NextPreviousPager pager,
SearchRequest searchRequest,
ApplicationUser user,
String currentKey)
Deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side. This method will do nothing.
|
public PagerManager(ApplicationProperties applicationProperties, SessionSearchObjectManagerFactory sessionSearchObjectManagerFactory)
public void updatePager(NextPreviousPager pager, SearchRequest searchRequest, ApplicationUser user, String currentKey)
pager
- The current pager to updatesearchRequest
- The current search request in the applicationuser
- The current remote usercurrentKey
- The current issue key that we are viewingpublic NextPreviousPager getPager()
public void clearPager()
Copyright © 2002-2016 Atlassian. All Rights Reserved.