|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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)
Deprecated. Constructs a PagedResults using the supplied List and PagedResultsCookie. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Deprecated. |
PagedResultsCookie |
getCookie()
Deprecated. Get the cookie. |
List<?> |
getResultList()
Deprecated. Get the result list. |
int |
hashCode()
Deprecated. |
| 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 o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Spring LDAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||