Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.common.types
Interface ChildFindCriteria

All Superinterfaces:
FindCriteria
All Known Subinterfaces:
ChildFindCriteria
All Known Implementing Classes:
ChildFindCriteriaImpl

public interface ChildFindCriteria
extends FindCriteria
Since:
11g Release 1 (11.1.1)

Method Summary
 java.lang.String getChildAttrName()
          Gets the name of the child object for which this search criteria applies.
 void setChildAttrName(java.lang.String value)
          Sets the name of the child object for which this search criteria applies.

 

Methods inherited from interface oracle.jbo.common.types.FindCriteria
getChildFindCriteria, getExcludeAttribute, getFetchSize, getFetchStart, getFilter, getFindAttribute, getSortOrder, setChildFindCriteria, setExcludeAttribute, setFetchSize, setFetchStart, setFilter, setFindAttribute, setSortOrder

 

Method Detail

getChildAttrName

java.lang.String getChildAttrName()
Gets the name of the child object for which this search criteria applies.
Returns:
name of a child property.

setChildAttrName

void setChildAttrName(java.lang.String value)
Sets the name of the child object for which this search criteria applies.
Parameters:
value - name of a child property

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.