public class PaginableWithDelegate<T> extends ArrayList<T> implements Paginable<T>
modCount| Constructor and Description |
|---|
PaginableWithDelegate(Paginable<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.nuxeo.ecm.platform.query.api.Aggregate<? extends org.nuxeo.ecm.platform.query.api.Bucket>> |
getAggregates() |
long |
getCurrentPageIndex() |
long |
getCurrentPageSize() |
String |
getErrorMessage() |
long |
getMaxPageSize() |
long |
getNumberOfPages() |
long |
getPageSize() |
long |
getResultsCount() |
boolean |
hasAggregateSupport() |
boolean |
hasError() |
boolean |
isLastPageAvailable() |
boolean |
isNextPageAvailable() |
boolean |
isPreviousPageAvailable() |
boolean |
isSortable() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic long getPageSize()
getPageSize in interface Paginable<T>public long getMaxPageSize()
getMaxPageSize in interface Paginable<T>public long getResultsCount()
getResultsCount in interface Paginable<T>public long getNumberOfPages()
getNumberOfPages in interface Paginable<T>public boolean isNextPageAvailable()
isNextPageAvailable in interface Paginable<T>public boolean isLastPageAvailable()
isLastPageAvailable in interface Paginable<T>public boolean isPreviousPageAvailable()
isPreviousPageAvailable in interface Paginable<T>public long getCurrentPageSize()
getCurrentPageSize in interface Paginable<T>public long getCurrentPageIndex()
getCurrentPageIndex in interface Paginable<T>public boolean isSortable()
isSortable in interface Paginable<T>public String getErrorMessage()
getErrorMessage in interface Paginable<T>public Map<String,org.nuxeo.ecm.platform.query.api.Aggregate<? extends org.nuxeo.ecm.platform.query.api.Bucket>> getAggregates()
getAggregates in interface Paginable<T>public boolean hasAggregateSupport()
hasAggregateSupport in interface Paginable<T>Copyright © 2019 Nuxeo SA. All rights reserved.