Package org.springframework.ldap.control
Class PagedResult
- java.lang.Object
-
- org.springframework.ldap.control.PagedResult
-
public class PagedResult extends java.lang.ObjectDeprecated.Bean to encapsulate a result List and aPagedResultsCookieto use for returning the results when usingPagedResultsRequestControl.
-
-
Constructor Summary
Constructors Constructor Description PagedResult(java.util.List<?> resultList, PagedResultsCookie cookie)Deprecated.Constructs a PagedResults using the supplied List andPagedResultsCookie.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.PagedResultsCookiegetCookie()Deprecated.Get the cookie.java.util.List<?>getResultList()Deprecated.Get the result list.inthashCode()Deprecated.
-
-
-
Constructor Detail
-
PagedResult
public PagedResult(java.util.List<?> resultList, PagedResultsCookie cookie)Deprecated.Constructs a PagedResults using the supplied List andPagedResultsCookie.- Parameters:
resultList- the result list.cookie- the cookie.
-
-
Method Detail
-
getCookie
public PagedResultsCookie getCookie()
Deprecated.Get the cookie.- Returns:
- the cookie.
-
getResultList
public java.util.List<?> getResultList()
Deprecated.Get the result list.- Returns:
- the result list.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-