|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ldap.control.PagedResult
public class PagedResult
Bean to encapsulate a result List and a PagedResultsCookie
to use for
returning the results when using PagedResultsRequestControl
.
Constructor Summary | |
---|---|
PagedResult(List resultList,
PagedResultsCookie cookie)
Constructs a PagedResults using the supplied List and PagedResultsCookie . |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
PagedResultsCookie |
getCookie()
Get the cookie. |
List |
getResultList()
Get the result list. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PagedResult(List resultList, PagedResultsCookie cookie)
PagedResultsCookie
.
resultList
- the result list.cookie
- the cookie.Method Detail |
---|
public PagedResultsCookie getCookie()
public List getResultList()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |