public interface PaginationMap
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMarker(java.lang.Integer page)
Gets the marker text (ie, the name of the last record of the previous page) for navigating
to another page.
|
int |
getNumberOfPages()
Returns the number of pages
|
int |
getNumberOfRecords()
Returns the number of records
|
int |
getPageSize()
Returns the page size
|
java.lang.String |
getPrefix()
Returns the prefix which is used to search the records
|
java.lang.String getMarker(java.lang.Integer page)
page - the page to get the appropriate marker forint getNumberOfPages()
int getPageSize()
int getNumberOfRecords()
java.lang.String getPrefix()
Copyright © 2012-2020 42 BV. All Rights Reserved.