com.bea.content.paging
Class CMPagedResultFactory<T>

java.lang.Object
  extended by com.bea.content.paging.CMPagedResultFactory<T>

public class CMPagedResultFactory<T>
extends Object

supports creating an ICMPagedResult from a PagedList


Constructor Summary
CMPagedResultFactory()
           
 
Method Summary
 ICMPagedResult<T> createPagedResult(ContentContext context, IPagedList<T> pagedList)
          create an ICMPagedResult from a PagedList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPagedResultFactory

public CMPagedResultFactory()
Method Detail

createPagedResult

public ICMPagedResult<T> createPagedResult(ContentContext context,
                                           IPagedList<T> pagedList)
                                    throws RepositoryRuntimeException
create an ICMPagedResult from a PagedList

Throws
RepositoryRuntimeException


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.