com.atlassian.jira.issue.pager
Class PagerManager

java.lang.Object
  extended bycom.atlassian.jira.issue.pager.PagerManager

public class PagerManager
extends java.lang.Object


Constructor Summary
PagerManager(java.util.Map session)
           
 
Method Summary
 NextPreviousPager getPager()
           
 void updatePager(java.util.Collection issues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerManager

public PagerManager(java.util.Map session)
Method Detail

updatePager

public void updatePager(java.util.Collection issues)
                 throws java.lang.NullPointerException
Throws:
java.lang.NullPointerException - If one of the issues is null, which usually happens if the search index is corrupt.

getPager

public NextPreviousPager getPager()


Copyright © 2002-2005 Atlassian. All Rights Reserved.