|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.webui.RelationshipListAccess
public class RelationshipListAccess
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Aug 28, 2009
| Constructor Summary | |
|---|---|
RelationshipListAccess(List<org.exoplatform.social.core.relationship.model.Relationship> list)
Initializes the access list. |
|
| Method Summary | |
|---|---|
int |
getSize()
Gets the number of element in accessing list. |
org.exoplatform.social.core.relationship.model.Relationship[] |
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 RelationshipListAccess(List<org.exoplatform.social.core.relationship.model.Relationship> list)
list - List is used for initialize.| Method Detail |
|---|
public org.exoplatform.social.core.relationship.model.Relationship[] load(int index,
int length)
throws Exception,
IllegalArgumentException
load in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.relationship.model.Relationship>Exception
IllegalArgumentException
public int getSize()
throws Exception
getSize in interface org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.relationship.model.Relationship>Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||