Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common.types
Interface ViewCriteriaRow

All Known Subinterfaces:
ViewCriteriaRow
All Known Implementing Classes:
ViewCriteriaRowImpl, ViewCriteriaRowImpl

public interface ViewCriteriaRow
Since:
11g Release 1 (11.1.1)

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

getConjunction

java.lang.String getConjunction()
Gets the conjunction used between this view criteria row and the previous view criteria row.
Returns:
conjuction for this view criteria row.

setConjunction

void setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria row and the previous view criteria row.
Parameters:
value - conjuction for this view criteria row

getUpperCaseCompare

boolean getUpperCaseCompare()
Gets the flag that indicates whether to search case-insensitively.
Returns:
case-insensitivity flag.

setUpperCaseCompare

void setUpperCaseCompare(boolean value)
Sets the flag that indicates whether to search case-insensitively. The default is false (case sensitive search).
Parameters:
value - case-insensitivity flag

getItem

java.util.List getItem()
Gets the list of view criteria items.
Returns:
list of view criteria items.

setItem

void setItem(java.util.List value)
Sets the list of view criteria items.
Parameters:
value - list of view criteria items

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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