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
 com.bea.content.paging.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 com.bea.content.paging.ICMPagedResult<T> createPagedResult(ContentContext context,
                                                                  IPagedList<T> pagedList)
                                                           throws RepositoryRuntimeException
create an ICMPagedResult from a PagedList

Throws
RepositoryRuntimeException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved