|
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 | ||||||||
T - a property service entity type.public interface IPagedList<T>
Represents a paged list based on a PaginationContext. This is created and returned when filtering the property service entities. Filtering uses filter context (IFilterContext), which contains a paginationContext to use.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
PaginationContext getPrevPaginationContext()
PaginationContext getCurrentPaginationContext()
PaginationContext getNextPaginationContext()
int getTotalCount()
java.util.List<T> getList()
|
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 | ||||||||