public class IdentityListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity>
| Constructor and Description |
|---|
IdentityListAccess(List<org.exoplatform.social.core.identity.model.Identity> list)
Initializes IdentityListAccess object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Gets the number of element in accessing list.
|
org.exoplatform.social.core.identity.model.Identity[] |
load(int index,
int length)
Implements load method of ListAccess interfaces for load all initial variables.
|
public IdentityListAccess(List<org.exoplatform.social.core.identity.model.Identity> list)
list - List using for accessing.public org.exoplatform.social.core.identity.model.Identity[] load(int index,
int length)
throws Exception,
IllegalArgumentException
load in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity>ExceptionIllegalArgumentExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.