|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.issue.pager.NextPreviousPager
@Deprecated public class NextPreviousPager
Constructor Summary | |
---|---|
NextPreviousPager(ApplicationProperties applicationProperties)
Deprecated. |
|
NextPreviousPager(NextPreviousPager that)
Deprecated. |
Method Summary | |
---|---|
String |
getCurrentKey()
Deprecated. |
int |
getCurrentPosition()
Deprecated. |
int |
getCurrentSize()
Deprecated. |
String |
getNextKey()
Deprecated. |
String |
getPreviousKey()
Deprecated. |
boolean |
isHasCurrentKey()
Deprecated. |
void |
update(SearchRequest searchRequest,
com.atlassian.crowd.embedded.api.User user,
String currentKey)
Deprecated. As of JIRA 6.0, issue pager is no longer generated on the server side. This method will do nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NextPreviousPager(NextPreviousPager that)
public NextPreviousPager(ApplicationProperties applicationProperties)
Method Detail |
---|
public boolean isHasCurrentKey()
public String getCurrentKey()
public int getCurrentPosition()
public int getCurrentSize()
public String getNextKey()
public String getPreviousKey()
public void update(SearchRequest searchRequest, com.atlassian.crowd.embedded.api.User user, String currentKey) throws IOException, SearchException
searchRequest
- The search request to keep track of.user
- The user performing the searchcurrentKey
- the current issue that the user is browsing.
IOException
- if there is a problem while trying to read from the index
SearchException
- thrown if there is an exception thrown during the search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |