protected class DCBeanDataControl.VOAsDataFilter extends java.lang.Object implements 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.
|
ViewRowSetImpl |
getViewRowSetImpl() |
public int getFetchStart()
DataFilter
getFetchStart
in interface DataFilter
public int getFetchSize()
DataFilter
getFetchSize
in interface DataFilter
public SearchCriteria getSearchCriteria()
DataFilter
getSearchCriteria
in interface DataFilter
@Concealed public final ViewRowSetImpl getViewRowSetImpl()
public SortCriteria getSortCriteria()
DataFilter
getSortCriteria
in interface DataFilter
public java.util.List<java.lang.String> getSearchAttributeNames()
DataFilter
getSearchAttributeNames
in interface DataFilter