Package 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
ConstructorsConstructorDescriptionUserListAccess(List<org.exoplatform.services.organization.User> list) constructor -
Method Summary
-
Constructor Details
-
UserListAccess
constructor- Parameters:
list-
-
-
Method Details
-
load
public org.exoplatform.services.organization.User[] load(int index, int length) throws Exception, IllegalArgumentException - Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>- Throws:
ExceptionIllegalArgumentException
-
getSize
- Specified by:
getSizein interfaceorg.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>- Throws:
Exception
-