|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PaginatedList
Interface describing an externally sorted and paginated list.
| Method Summary | |
|---|---|
int |
getFullListSize()
Returns the size of the full list |
java.util.List |
getList()
Returns the current partial list |
int |
getObjectsPerPage()
Returns the number of objects per page. |
int |
getPageNumber()
Returns the page number of the partial list (starts from 1) |
java.lang.String |
getSearchId()
Returns an ID for the search used to get the list. |
java.lang.String |
getSortCriterion()
Returns the sort criterion used to externally sort the full list |
SortOrderEnum |
getSortDirection()
Returns the sort direction used to externally sort the full list |
| Method Detail |
|---|
java.util.List getList()
int getPageNumber()
int getObjectsPerPage()
int getFullListSize()
java.lang.String getSortCriterion()
SortOrderEnum getSortDirection()
java.lang.String getSearchId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||