|
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 ViewCriteria
| Method Summary | |
|---|---|
java.lang.String |
getConjunction()
Gets the conjunction used between this view criteria and the previous view criteria. |
java.util.List |
getGroup()
Gets the list of view criteria rows. |
java.util.List |
getNested()
Gets the list of nested view criteria. |
void |
setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria and the previous view criteria. |
void |
setGroup(java.util.List value)
Sets the list of view criteria rows. |
void |
setNested(java.util.List value)
Sets the list of nested view criteria. |
| Method Detail |
|---|
java.lang.String getConjunction()
void setConjunction(java.lang.String value)
value - conjuction for this view criteriajava.util.List getGroup()
void setGroup(java.util.List value)
view criteria rows.
value - list of view criteria rowsjava.util.List getNested()
void setNested(java.util.List value)
nested view criteria.
value - list of nested view 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 | ||||||||