Package org.exoplatform.forum.common.jcr
Class JCRListAccess<E>
java.lang.Object
org.exoplatform.forum.common.jcr.JCRListAccess<E>
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<E>
public abstract class JCRListAccess<E>
extends Object
implements org.exoplatform.commons.utils.ListAccess<E>
Basis for JCR-based list access.
Acquires and releases system sessions on default workspace.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
manager
-
-
Constructor Details
-
JCRListAccess
-
-
Method Details
-
load
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<E>- Throws:
ExceptionIllegalArgumentException
-
getSize
-
load
protected abstract E[] load(javax.jcr.Session session, int index, int length) throws Exception, IllegalArgumentException - Throws:
ExceptionIllegalArgumentException
-
getSize
- Throws:
Exception
-