|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.paging.PagedListFactory<T>
public class PagedListFactory<T>
supports creating a ISortableFilterablePagedList<T> from a List<T>
| Constructor Summary | |
|---|---|
PagedListFactory() |
|
| Method Summary | |
|---|---|
ISortableFilterablePagedList<T> |
createPagedList(ContentContext context, Class<?> itemClass, List<T> itemList)Create an ISortableFilterablePagedList<T> from a List<T>. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagedListFactory()
| Method Detail |
|---|
public ISortableFilterablePagedList<T> createPagedList(ContentContext context,
Class<?> itemClass,
List<T> itemList)
throws RepositoryRuntimeException
context - The Content Context.itemClass - The class of the items in the list.itemList - The list to convert.RepositoryRuntimeException - If this operaton fails.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.