Class LimitOffsetPagedList<T>
java.lang.Object
io.ebeaninternal.server.query.LimitOffsetPagedList<T>
- All Implemented Interfaces:
PagedList<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLimitOffsetPagedList(SpiEbeanServer server, SpiQuery<T> query) Construct with firstRow/maxRows. -
Method Summary
-
Constructor Details
-
LimitOffsetPagedList
Construct with firstRow/maxRows.
-
-
Method Details
-
loadCount
-
getFutureCount
- Specified by:
getFutureCountin interfacePagedList<T>
-
getList
-
getPageIndex
public int getPageIndex()- Specified by:
getPageIndexin interfacePagedList<T>
-
getTotalPageCount
public int getTotalPageCount()- Specified by:
getTotalPageCountin interfacePagedList<T>
-
getTotalCount
public int getTotalCount()- Specified by:
getTotalCountin interfacePagedList<T>
-
hasNext
-
hasPrev
-
getPageSize
public int getPageSize()- Specified by:
getPageSizein interfacePagedList<T>
-
getDisplayXtoYofZ
-