java.lang.Object | |
↳ | com.atlassian.jira.issue.pager.PagerManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes the pager from the session.
| |||||||||||
This method is deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side.
| |||||||||||
This method is deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side. This method will do nothing.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Removes the pager from the session.
This method is deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side.
Returns pager stored in the session or a new pager if pager not found in the session.
This method is deprecated.
As of JIRA 6.0, issue pager is no longer generated on the server side. This method will do nothing.
Update a pager if the search request passed is different from the searchrequest that is already there.
pager | The current pager to update |
---|---|
searchRequest | The current search request in the application |
user | The current remote user |
currentKey | The current issue key that we are viewing |