Package org.exoplatform.commons.utils
Class EmptySerializablePageList<E>
java.lang.Object
org.exoplatform.commons.utils.PageList<E>
org.exoplatform.commons.utils.AbstractSerializablePageList<E>
org.exoplatform.commons.utils.EmptySerializablePageList<E>
- All Implemented Interfaces:
Serializable
public class EmptySerializablePageList<E>
extends AbstractSerializablePageList<E>
implements Serializable
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Field Summary
Fields inherited from class org.exoplatform.commons.utils.PageList
available_, availablePage_, currentListPage_, currentPage_, EMPTY_LIST -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.commons.utils.AbstractSerializablePageList
checkAndSetPage, currentPage, getAll, getAvailable, getAvailablePage, getCurrentPage, getFrom, getPage, getPageSize, getTo, populateCurrentPage, readState, setAvailablePage, setPageSize, writeState
-
Constructor Details
-
EmptySerializablePageList
public EmptySerializablePageList()
-
-
Method Details
-
connect
- Specified by:
connectin classAbstractSerializablePageList<E>- Throws:
Exception
-
get
public static <E> org.exoplatform.commons.utils.PageList<E> get()
-