|
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.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()
FindCriteria
getFetchStart
in interface FindCriteria
public void setFetchStart(int value)
FindCriteria
setFetchStart
in interface FindCriteria
value
- starting row indexpublic int getFetchSize()
FindCriteria
getFetchSize
in interface FindCriteria
public void setFetchSize(int value)
FindCriteria
setFetchSize
in interface FindCriteria
value
- maximum number of rows to retrievepublic ViewCriteria getFilter()
FindCriteria
getFilter
in interface FindCriteria
public void setFilter(ViewCriteria value)
FindCriteria
setFilter
in interface FindCriteria
value
- additional runtime search conditionpublic SortOrder getSortOrder()
FindCriteria
getSortOrder
in interface FindCriteria
public void setSortOrder(SortOrder value)
FindCriteria
setSortOrder
in interface FindCriteria
value
- query result sort orderpublic boolean getExcludeAttribute()
FindCriteria
getExcludeAttribute
in interface FindCriteria
public void setExcludeAttribute(boolean value)
FindCriteria
setExcludeAttribute
in interface FindCriteria
value
- exclusion flagpublic java.util.List getChildFindCriteria()
FindCriteria
getChildFindCriteria
in interface FindCriteria
public void setChildFindCriteria(java.util.List value)
FindCriteria
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.).
setChildFindCriteria
in interface FindCriteria
value
- list of child object search criteriapublic java.util.List getFindAttribute()
FindCriteria
getFindAttribute
in interface FindCriteria
public void setFindAttribute(java.util.List value)
FindCriteria
setFindAttribute
in interface FindCriteria
value
- 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 |