|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Filterable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilterCondition()
Returns additional filter conditions |
java.lang.Integer |
getLimit()
Returns result limit |
int |
getStartRecord()
Return index of the first record. |
void |
setFilterCondition(java.lang.String condition)
Sets additional filter conditions |
void |
setLimit(java.lang.Integer size)
Sets limit for results. |
void |
setStartRecord(int index)
Sets index of the first record that should be retrieved. |
| Method Detail |
|---|
java.lang.String getFilterCondition()
void setFilterCondition(java.lang.String condition)
condition - Filter conditionsjava.lang.Integer getLimit()
void setLimit(java.lang.Integer size)
null - this means that all values from data source
should be retrieved. If the concrete value is set then DataSource will retrieve not more than the given
amount of data. For example, if limit is set to 4 then DataSource will retrieve maximum 4 result rows.
size - int getStartRecord()
void setStartRecord(int index)
index - first record index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||