|
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 ViewCriteriaRow
| Method Summary | |
|---|---|
java.lang.String |
getConjunction()
Gets the conjunction used between this view criteria row and the previous view criteria row. |
java.util.List |
getItem()
Gets the list of view criteria items. |
boolean |
getUpperCaseCompare()
Gets the flag that indicates whether to search case-insensitively. |
void |
setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria row and the previous view criteria row. |
void |
setItem(java.util.List value)
Sets the list of view criteria items. |
void |
setUpperCaseCompare(boolean value)
Sets the flag that indicates whether to search case-insensitively. |
| Method Detail |
|---|
java.lang.String getConjunction()
void setConjunction(java.lang.String value)
value - conjuction for this view criteria rowboolean getUpperCaseCompare()
void setUpperCaseCompare(boolean value)
value - case-insensitivity flagjava.util.List getItem()
void setItem(java.util.List value)
view criteria items.
value - list of view criteria items
|
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 | ||||||||