|
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 | ||||||||
java.lang.Objectoracle.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()
FindCriteria
getFetchStart in interface FindCriteriapublic void setFetchStart(int value)
FindCriteria
setFetchStart in interface FindCriteriavalue - starting row indexpublic int getFetchSize()
FindCriteria
getFetchSize in interface FindCriteriapublic void setFetchSize(int value)
FindCriteria
setFetchSize in interface FindCriteriavalue - maximum number of rows to retrievepublic ViewCriteria getFilter()
FindCriteria
getFilter in interface FindCriteriapublic void setFilter(ViewCriteria value)
FindCriteria
setFilter in interface FindCriteriavalue - additional runtime search conditionpublic SortOrder getSortOrder()
FindCriteria
getSortOrder in interface FindCriteriapublic void setSortOrder(SortOrder value)
FindCriteria
setSortOrder in interface FindCriteriavalue - query result sort orderpublic boolean getExcludeAttribute()
FindCriteria
getExcludeAttribute in interface FindCriteriapublic void setExcludeAttribute(boolean value)
FindCriteria
setExcludeAttribute in interface FindCriteriavalue - exclusion flagpublic java.util.List getChildFindCriteria()
FindCriteria
getChildFindCriteria 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()
FindCriteria
getFindAttribute in interface FindCriteriapublic void setFindAttribute(java.util.List value)
FindCriteria
setFindAttribute 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.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||