|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.datasource.FindCriteriaImpl
public class FindCriteriaImpl
| Constructor Summary | |
|---|---|
FindCriteriaImpl() |
|
| 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. |
java.util.List |
getParameters() |
SortOrder |
getSortOrder()Gets the query result sort order. |
java.lang.String |
getSQL() |
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 |
setParameters(java.util.List parameters) |
void |
setSortOrder(SortOrder value)Sets the query result sort order. |
void |
setSQL(java.lang.String sql) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindCriteriaImpl()
| Method Detail |
|---|
public int getFetchStart()
FindCriteriagetFetchStart in interface FindCriteriapublic void setFetchStart(int value)
FindCriteriasetFetchStart in interface FindCriteriavalue - starting row indexpublic int getFetchSize()
FindCriteriagetFetchSize in interface FindCriteriapublic void setFetchSize(int value)
FindCriteriasetFetchSize in interface FindCriteriavalue - maximum number of rows to retrievepublic ViewCriteria getFilter()
FindCriteriagetFilter in interface FindCriteriapublic void setFilter(ViewCriteria value)
FindCriteriasetFilter in interface FindCriteriavalue - additional runtime search conditionpublic SortOrder getSortOrder()
FindCriteriagetSortOrder in interface FindCriteriapublic void setSortOrder(SortOrder value)
FindCriteriasetSortOrder in interface FindCriteriavalue - query result sort orderpublic boolean getExcludeAttribute()
FindCriteriagetExcludeAttribute in interface FindCriteriapublic void setExcludeAttribute(boolean value)
FindCriteriasetExcludeAttribute in interface FindCriteriavalue - exclusion flagpublic java.util.List getChildFindCriteria()
FindCriteriagetChildFindCriteria in interface FindCriteriapublic void setChildFindCriteria(java.util.List value)
FindCriteriachild 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.).setChildFindCriteria in interface FindCriteriavalue - list of child object search criteriapublic java.util.List getFindAttribute()
FindCriteriagetFindAttribute in interface FindCriteriapublic void setFindAttribute(java.util.List value)
FindCriteriasetFindAttribute in interface FindCriteriavalue - list of attribute namespublic void setSQL(java.lang.String sql)
public java.lang.String getSQL()
public void setParameters(java.util.List parameters)
public java.util.List getParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||