Class Page<T>
java.lang.Object
com.liferay.batch.engine.pagination.Page<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
long
long
getPage()
long
long
boolean
hasNext()
boolean
static <T> Page<T>
of
(Collection<T> items) static <T> Page<T>
of
(Collection<T> items, Pagination pagination, long totalCount)
-
Method Details
-
of
-
of
-
getItems
-
getLastPage
public long getLastPage() -
getPage
public long getPage() -
getPageSize
public long getPageSize() -
getTotalCount
public long getTotalCount() -
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()
-