|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.wcps.property.PagedList<T>
public class PagedList<T>
An implementation of the IPagedList interface. It provides a builder builder() to create instances of this class.
| Nested Class Summary | |
|---|---|
static class |
PagedList.Builder<T>The builder for creating an instance of IPagedList. |
| Method Summary | ||
|---|---|---|
static
|
builder()Returns a builder instance for building an instance of IPagedList. |
|
static
|
emptyList()Returns an empty paged list. |
|
PaginationContext |
getCurrentPaginationContext()Returns the current pagination context. |
|
java.util.List<T> |
getList()The list of entities of type <T> for the current page. |
|
PaginationContext |
getNextPaginationContext()Returns the next pagination context. |
|
PaginationContext |
getPrevPaginationContext()Returns the previous pagination context. |
|
int |
getTotalCount()The total number of entities found in the system based on a filterContext. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public PaginationContext getPrevPaginationContext()
IPagedListgetPrevPaginationContext in interface IPagedList<T>public PaginationContext getCurrentPaginationContext()
IPagedListgetCurrentPaginationContext in interface IPagedList<T>public PaginationContext getNextPaginationContext()
IPagedListgetNextPaginationContext in interface IPagedList<T>public int getTotalCount()
IPagedListgetTotalCount in interface IPagedList<T>public java.util.List<T> getList()
IPagedListgetList in interface IPagedList<T>public static <T> IPagedList<T> emptyList()
public static <T> PagedList.Builder<T> builder()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||