org.exoplatform.services.jcr.ext.organization
Class SimpleJCRUserListAccess
java.lang.Object
org.exoplatform.services.jcr.ext.organization.JCRUserListAccess
org.exoplatform.services.jcr.ext.organization.SimpleJCRUserListAccess
- All Implemented Interfaces:
- org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
public class SimpleJCRUserListAccess
- extends JCRUserListAccess
Created by The eXo Platform SAS.
- Version:
- $Id: SimpleUserListAccess.java 111 2008-11-11 11:11:11Z $
- Author:
- Anatoliy Bazko
|
Method Summary |
protected javax.jcr.NodeIterator |
createIterator(javax.jcr.Session session)
Returns iterator over entities. |
protected int |
getSize(javax.jcr.Session session)
Determines the count of available users. |
protected Object |
readObject(javax.jcr.Node node)
Reads entity from node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJCRUserListAccess
public SimpleJCRUserListAccess(JCROrganizationServiceImpl service)
throws javax.jcr.RepositoryException
- JCRUserListAccess constructor.
- Throws:
javax.jcr.RepositoryException
getSize
protected int getSize(javax.jcr.Session session)
throws Exception
- Determines the count of available users.
- Specified by:
getSize in class JCRUserListAccess
- Throws:
Exception
readObject
protected Object readObject(javax.jcr.Node node)
throws Exception
- Reads entity from node.
- Specified by:
readObject in class JCRUserListAccess
- Throws:
Exception
createIterator
protected javax.jcr.NodeIterator createIterator(javax.jcr.Session session)
throws javax.jcr.RepositoryException
- Returns iterator over entities.
- Specified by:
createIterator in class JCRUserListAccess
- Throws:
javax.jcr.RepositoryException
Copyright © 2014 eXo Platform SAS. All Rights Reserved.