org.apache.oodt.cas.catalog.page
Class QueryPager
java.lang.Object
org.apache.oodt.cas.catalog.page.IndexPager
org.apache.oodt.cas.catalog.page.QueryPager
public class QueryPager
- extends IndexPager
- Version:
- $Revision$
A pager for paging through query results
- Author:
- bfoster
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
receipts
protected List<TransactionReceipt> receipts
QueryPager
public QueryPager(List<TransactionReceipt> receipts)
caculateTotalPages
protected int caculateTotalPages()
setPageInfo
public void setPageInfo(PageInfo pageInfo)
getTransactionReceipts
public List<TransactionReceipt> getTransactionReceipts()
getCurrentPage
public List<TransactionReceipt> getCurrentPage()
Copyright © 1999-2012 Apache OODT. All Rights Reserved.