Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ProductPage |
SolrCatalog.getFirstPage(ProductType type) |
ProductPage |
SolrCatalog.getLastProductPage(ProductType type) |
ProductPage |
SolrCatalog.getNextPage(ProductType type,
ProductPage currentPage) |
ProductPage |
SolrCatalog.getPrevPage(ProductType type,
ProductPage currentPage) |
ProductPage |
SolrCatalog.pagedQuery(Query query,
ProductType type,
int pageNum) |
Modifier and Type | Method and Description |
---|---|
ProductPage |
SolrCatalog.getNextPage(ProductType type,
ProductPage currentPage) |
ProductPage |
SolrCatalog.getPrevPage(ProductType type,
ProductPage currentPage) |
Modifier and Type | Method and Description |
---|---|
static ProductPage |
ProductPage.blankPage() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ProductPage |
XmlRpcFileManagerClient.getNextPage(ProductType type,
ProductPage currPage) |
ProductPage |
XmlRpcFileManagerClient.getPrevPage(ProductType type,
ProductPage currPage) |
Modifier and Type | Method and Description |
---|---|
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(Map<String,Object> productPageHash) |
Modifier and Type | Method and Description |
---|---|
ProductPage |
Pagination.getNextPage(ProductType type,
ProductPage currentPage) |
ProductPage |
Pagination.getPrevPage(ProductType type,
ProductPage currentPage) |
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcProductPage(ProductPage page) |
Constructor and Description |
---|
ProductPaginator(String id,
ProductPage page,
String productTypeName,
Class<? extends org.apache.wicket.markup.html.WebPage> typeBrowserPage) |
Modifier and Type | Method and Description |
---|---|
ProductPage |
FileManagerUtils.safeFirstPage(ProductType type)
Get a first page of Products using the pagination API.
|
Copyright © 1999–2017 Apache OODT. All rights reserved.