|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FindCriteria
Method Summary | |
---|---|
java.util.List |
getChildFindCriteria()
Gets the list of child view objects from which to retrieve data. |
boolean |
getExcludeAttribute()
Gets the flag that indicates whether to include or exclude specified attributes. |
int |
getFetchSize()
Gets the maximum number of rows to retrieve. |
int |
getFetchStart()
Gets the zero-based row index to start with. |
ViewCriteria |
getFilter()
Gets additional runtime search condition. |
java.util.List |
getFindAttribute()
Gets the list of attributes (view attributes and link accessors) to retrieve. |
SortOrder |
getSortOrder()
Gets the query result sort order. |
void |
setChildFindCriteria(java.util.List value)
Sets the list of child view objects from which
to retrieve data. |
void |
setExcludeAttribute(boolean value)
Sets the flag that indicates whether to include or exclude specified attributes. |
void |
setFetchSize(int value)
Sets the maximum number of rows to retrieve. |
void |
setFetchStart(int value)
Sets the zero-based row index to start with. |
void |
setFilter(ViewCriteria value)
Sets additional runtime search condition. |
void |
setFindAttribute(java.util.List value)
Sets the list of attributes (view attributes and link accessors) to retrieve. |
void |
setSortOrder(SortOrder value)
Sets the query result sort order. |
Method Detail |
---|
int getFetchStart()
void setFetchStart(int value)
value
- starting row indexint getFetchSize()
void setFetchSize(int value)
value
- maximum number of rows to retrieveViewCriteria getFilter()
void setFilter(ViewCriteria value)
value
- additional runtime search conditionSortOrder getSortOrder()
void setSortOrder(SortOrder value)
value
- query result sort orderjava.util.List getFindAttribute()
void setFindAttribute(java.util.List value)
value
- list of attribute namesboolean getExcludeAttribute()
void setExcludeAttribute(boolean value)
value
- exclusion flagjava.util.List getChildFindCriteria()
void setChildFindCriteria(java.util.List value)
child view objects
from which
to retrieve data. When none is specified, children are fetched using the
default search criteria (first row, all rows, no additional search
condition, etc.).
value
- list of child object search criteria
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |