Uses of Class
org.apache.oodt.cas.filemgr.structs.ProductPage

Packages that use ProductPage
org.apache.oodt.cas.filemgr.catalog   
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
 

Uses of ProductPage in org.apache.oodt.cas.filemgr.catalog
 

Methods in org.apache.oodt.cas.filemgr.catalog that return ProductPage
 ProductPage ScienceDataCatalog.getFirstPage(ProductType type)
           
 ProductPage LuceneCatalog.getFirstPage(ProductType type)
           
 ProductPage DataSourceCatalog.getFirstPage(ProductType type)
           
 ProductPage ScienceDataCatalog.getLastProductPage(ProductType type)
           
 ProductPage LuceneCatalog.getLastProductPage(ProductType type)
           
 ProductPage DataSourceCatalog.getLastProductPage(ProductType type)
           
 ProductPage ScienceDataCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage ScienceDataCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage ScienceDataCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage MappedDataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage LuceneCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage DataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage Catalog.pagedQuery(Query query, ProductType type, int pageNum)
           Performs a query against the underlying Catalog, and then properly formulates a page of results to send back to the user.
 

Methods in org.apache.oodt.cas.filemgr.catalog with parameters of type ProductPage
 ProductPage ScienceDataCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage ScienceDataCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 

Uses of ProductPage in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that return ProductPage
static ProductPage ProductPage.blankPage()
           
 

Uses of ProductPage in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that return ProductPage
 ProductPage XmlRpcFileManagerClient.getFirstPage(ProductType type)
           
 ProductPage XmlRpcFileManagerClient.getLastPage(ProductType type)
           
 ProductPage XmlRpcFileManagerClient.getNextPage(ProductType type, ProductPage currPage)
           
 ProductPage XmlRpcFileManagerClient.getPrevPage(ProductType type, ProductPage currPage)
           
 ProductPage XmlRpcFileManagerClient.pagedQuery(Query query, ProductType type, int pageNum)
           
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type ProductPage
 ProductPage XmlRpcFileManagerClient.getNextPage(ProductType type, ProductPage currPage)
           
 ProductPage XmlRpcFileManagerClient.getPrevPage(ProductType type, ProductPage currPage)
           
 

Uses of ProductPage in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return ProductPage
 ProductPage Pagination.getFirstPage(ProductType type)
           
 ProductPage Pagination.getLastProductPage(ProductType type)
           
 ProductPage Pagination.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage Pagination.getPrevPage(ProductType type, ProductPage currentPage)
           
static ProductPage XmlRpcStructFactory.getProductPageFromXmlRpc(Hashtable<String,Object> productPageHash)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type ProductPage
 ProductPage Pagination.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage Pagination.getPrevPage(ProductType type, ProductPage currentPage)
           
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcProductPage(ProductPage page)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.