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
Constructors Constructor Description UserListAccess(List<org.exoplatform.services.organization.User> list)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()org.exoplatform.services.organization.User[]load(int index, int length)
-
-
-
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:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>- Throws:
ExceptionIllegalArgumentException
-
-