Skip navigation links


com.bea.p13n.pagination
Interface SortableFilterablePagedResult<T>

All Superinterfaces
FilterablePagedResult<T>, PagedResult<T>, Serializable, SortablePagedResult<T>
All Known Subinterfaces:
ICMPagedResult<T>

public interface SortableFilterablePagedResult<T>
extends SortablePagedResult<T>, FilterablePagedResult<T>

A PagedResult which can be both sorted and filtered.


Field Summary

 

Fields inherited from interface com.bea.p13n.pagination.PagedResult
COUNT_UNKNOWN

 

Fields inherited from interface com.bea.p13n.pagination.PagedResult
COUNT_UNKNOWN

 

Method Summary

 

Methods inherited from interface com.bea.p13n.pagination.SortablePagedResult
getSortableProperties, getSortLocale, getSortOrder, getSortProperty, reSort

 

Methods inherited from interface com.bea.p13n.pagination.PagedResult
close, getCurrentPageNumber, getPage, getPageCount, getPageSize, getTotalItemCount, hasNextPage, hasPage, hasPreviousPage, isCompleteResults, isGetPageSupported, nextPage, previousPage, resize

 

Methods inherited from interface com.bea.p13n.pagination.FilterablePagedResult
getFilterableProperties, getFilterLocale, getFilterMethod, getFilterProperty, getFilterString, getSupportedFilterMethods, reFilter

 

Methods inherited from interface com.bea.p13n.pagination.PagedResult
close, getCurrentPageNumber, getPage, getPageCount, getPageSize, getTotalItemCount, hasNextPage, hasPage, hasPreviousPage, isCompleteResults, isGetPageSupported, nextPage, previousPage, resize

 


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.