org.exoplatform.social.common
Class UserListAccess
java.lang.Object
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 |
UserListAccess
public UserListAccess(List<org.exoplatform.services.organization.User> list)
- constructor
- Parameters:
list -
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–2014 eXo Platform SAS. All rights reserved.