|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.util.ListResponse
org.apache.cayenne.util.IncrementalListResponse
public class IncrementalListResponse
A QueryResponse that contains a sublist of the query result. Also contains extra information about the full list.
Field Summary | |
---|---|
protected int |
fullSize
|
Fields inherited from class org.apache.cayenne.util.ListResponse |
---|
currentIndex, objectList |
Constructor Summary | |
---|---|
IncrementalListResponse(java.util.List objectList,
int fullSize)
|
Method Summary | |
---|---|
int |
getFullSize()
|
Methods inherited from class org.apache.cayenne.util.ListResponse |
---|
currentList, currentUpdateCount, firstList, firstUpdateCount, isList, next, reset, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int fullSize
Constructor Detail |
---|
public IncrementalListResponse(java.util.List objectList, int fullSize)
Method Detail |
---|
public int getFullSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |