org.exoplatform.social.common
Class UserListAccess

java.lang.Object
  extended by org.exoplatform.social.common.UserListAccess
All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>

public class UserListAccess
extends Object
implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>


Constructor Summary
UserListAccess(List<org.exoplatform.services.organization.User> list)
          constructor
 
Method Summary
 int getSize()
           
 org.exoplatform.services.organization.User[] load(int index, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListAccess

public UserListAccess(List<org.exoplatform.services.organization.User> list)
constructor

Parameters:
list -
Method Detail

load

public org.exoplatform.services.organization.User[] load(int index,
                                                         int length)
                                                  throws Exception,
                                                         IllegalArgumentException
Specified by:
load in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
Throws:
Exception
IllegalArgumentException

getSize

public int getSize()
            throws Exception
Specified by:
getSize in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.