| Modifier and Type | Field and Description |
|---|---|
protected int |
firstRow |
protected boolean |
initialized |
protected List<E> |
list |
protected int |
pageSize |
| Modifier | Constructor and Description |
|---|---|
protected |
PaginatedResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<E> |
execute() |
int |
firstRow() |
boolean |
gotoPage(int page) |
boolean |
hasNext() |
List<E> |
list() |
boolean |
nextPage() |
int |
pageSize() |
boolean |
previousPage() |
Copyright © 2018. All rights reserved.