org.exoplatform.commons.utils
Class ObjectPageList

java.lang.Object
  extended by org.exoplatform.commons.utils.PageList
      extended by org.exoplatform.commons.utils.ObjectPageList

public class ObjectPageList
extends PageList

Since:
Oct 21, 2004
Version:
$Id: ObjectPageList.java,v 1.1 2004/10/22 14:18:46 tuan08 Exp $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Field Summary
 
Fields inherited from class org.exoplatform.commons.utils.PageList
available_, availablePage_, currentListPage_, currentPage_, EMPTY_LIST
 
Constructor Summary
ObjectPageList(java.util.List list, int pageSize)
           
 
Method Summary
 java.util.List getAll()
           
protected  void populateCurrentPage(int page)
           
 
Methods inherited from class org.exoplatform.commons.utils.PageList
checkAndSetPage, currentPage, getAvailable, getAvailablePage, getCurrentPage, getFrom, getPage, getPageSize, getTo, setAvailablePage, setPageSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPageList

public ObjectPageList(java.util.List list,
                      int pageSize)
Method Detail

populateCurrentPage

protected void populateCurrentPage(int page)
                            throws java.lang.Exception
Specified by:
populateCurrentPage in class PageList
Throws:
java.lang.Exception

getAll

public java.util.List getAll()
                      throws java.lang.Exception
Specified by:
getAll in class PageList
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.