|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.webui.IdentityListAccess
public class IdentityListAccess
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Aug 28, 2009
| Constructor Summary | |
|---|---|
IdentityListAccess(List<org.exoplatform.social.core.identity.model.Identity> list)
Initializes IdentityListAccess object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityListAccess(List<org.exoplatform.social.core.identity.model.Identity> list)
list - List using for accessing.| Method Detail |
|---|
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>Exception
IllegalArgumentException
public int getSize()
throws Exception
getSize in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity>Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||