|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListAccess<E>
The List Access for accessing list.
This is useful for lazy fetch data.
| Method Summary | |
|---|---|
int |
getSize()
Returns the list size. |
E[] |
load(int index,
int limit)
Retrieves an array of objects from the list access. |
List<E> |
loadAsList(int index,
int limit)
Retrieves a list of objects from the list access. |
| Method Detail |
|---|
E[] load(int index,
int limit)
throws SocialClientLibException
Retrieves an array of objects from the list access.
The index value and the lenght value cannot be negative, and the sum of the index and the length cannot be greater than the list size. Those values are considered as non correct.
index - the indexlimit - the limit
SocialClientLibException
List<E> loadAsList(int index,
int limit)
throws SocialClientLibException
index - limit -
SocialClientLibExceptionint getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||