org.exoplatform.commons.utils
Class LazyPageList<E>
java.lang.Object
org.exoplatform.commons.utils.PageList<E>
org.exoplatform.commons.utils.LazyPageList<E>
public class LazyPageList<E>
- extends PageList<E>
- Version:
- $Revision$
- Author:
- Julien Viet
| 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 |
LazyPageList
public LazyPageList(ListAccess<E> listAccess,
int pageSize)
populateCurrentPage
protected void populateCurrentPage(int page)
throws Exception
- Specified by:
populateCurrentPage in class PageList<E>
- Throws:
Exception
getAll
public List<E> getAll()
throws Exception
- Specified by:
getAll in class PageList<E>
- Throws:
Exception
Copyright © 2015 eXo Platform SAS. All Rights Reserved.