Package org.exoplatform.commons.utils
Class SerializablePageList<E>
java.lang.Object
org.exoplatform.commons.utils.PageList<E>
org.exoplatform.commons.utils.AbstractSerializablePageList<E>
org.exoplatform.commons.utils.StatelessPageList<E>
org.exoplatform.commons.utils.SerializablePageList<E>
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionSerializablePageList(Class<E> serializableType, List<E> list, int pageSize) SerializablePageList(org.exoplatform.commons.utils.ListAccess<E> listAccess, int pageSize) -
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
-
SerializablePageList
-
SerializablePageList
-
-
Method Details
-
connect
- Specified by:
connectin classStatelessPageList<E>- Throws:
Exception
-