public interface IListView extends List, Serializable
IView
s.Modifier and Type | Method and Description |
---|---|
com.webmethods.portal.service.view.IPagingCookie |
getCookie()
Gets the paging cookie associated with this list.
|
void |
setCookie(com.webmethods.portal.service.view.IPagingCookie cookie)
Sets the paging cookie associated with this list.
|
void |
sort()
Sorts objects in this view according to paging cookie sort order.
|
void |
sort(Comparator comp)
Sorts the list using the given Comparator.
|
com.webmethods.portal.service.view.IPagingCookie getCookie()
void setCookie(com.webmethods.portal.service.view.IPagingCookie cookie)
cookie
- Cookie to associate with this list. May be null.void sort(Comparator comp) throws PortalException
comp
- Comparator to use when sorting the list.PortalException
- if an error occured while sorting.void sort() throws PortalException
PortalException