public interface DataFilter
| Modifier and Type | Method and Description | 
|---|---|
| int | getFetchSize()Gets the maximum number of rows to retrieve. | 
| int | getFetchStart()Gets the zero-based row index to start with. | 
| java.util.List<java.lang.String> | getSearchAttributeNames()Gets the list of attributes (view attributes and link accessors) to
 retrieve. | 
| SearchCriteria | getSearchCriteria()Gets additional runtime search condition. | 
| SortCriteria | getSortCriteria()Gets the query result sort order. | 
int getFetchStart()
int getFetchSize()
SearchCriteria getSearchCriteria()
SortCriteria getSortCriteria()
java.util.List<java.lang.String> getSearchAttributeNames()