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

E10653-05

oracle.jbo.datasource
Class ViewCriteriaItemImpl

java.lang.Object
  extended by oracle.jbo.datasource.ViewCriteriaItemImpl
All Implemented Interfaces:
ViewCriteriaItem

public class ViewCriteriaItemImpl
extends java.lang.Object
implements ViewCriteriaItem

Since:
release specific (what release of product did this appear in)

Constructor Summary
ViewCriteriaItemImpl()
           
 
Method Summary
 java.lang.String getAttribute()
          Gets the attribute name for the view criteria item.
 java.lang.String getConjunction()
          Gets the conjunction used between this view criteria item and the previous view criteria item.
 ViewCriteria getNested()
          Gets the nested view criteria for the view criteria item.
 java.lang.String getOperator()
          Gets the comparison operator for the view criteria item.
 boolean getUpperCaseCompare()
          Gets the flag that indicates whether to search case-insensitively.
 java.util.List getValue()
          Gets the values to filter on for the view criteria item.
 void setAttribute(java.lang.String value)
          Sets the attribute name for the view criteria item.
 void setConjunction(java.lang.String value)
          Sets the conjunction used between this view criteria item and the previous view criteria item.
 void setNested(ViewCriteria value)
          Sets the nested view criteria for the view criteria item.
 void setOperator(java.lang.String value)
          Sets the comparison operator for the view criteria item.
 void setUpperCaseCompare(boolean value)
          Sets the flag that indicates whether to search case-insensitively.
 void setValue(java.util.List value)
          Sets the values to filter on for the view criteria item.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewCriteriaItemImpl

public ViewCriteriaItemImpl()
Method Detail

getConjunction

public java.lang.String getConjunction()
Description copied from interface: ViewCriteriaItem
Gets the conjunction used between this view criteria item and the previous view criteria item.

Specified by:
getConjunction in interface ViewCriteriaItem
Returns:
conjuction for this view criteria item.

setConjunction

public void setConjunction(java.lang.String value)
Description copied from interface: ViewCriteriaItem
Sets the conjunction used between this view criteria item and the previous view criteria item.

Specified by:
setConjunction in interface ViewCriteriaItem
Parameters:
value - conjuction for this view criteria item

getUpperCaseCompare

public boolean getUpperCaseCompare()
Description copied from interface: ViewCriteriaItem
Gets the flag that indicates whether to search case-insensitively.

Specified by:
getUpperCaseCompare in interface ViewCriteriaItem
Returns:
case-insensitivity flag.

setUpperCaseCompare

public void setUpperCaseCompare(boolean value)
Description copied from interface: ViewCriteriaItem
Sets the flag that indicates whether to search case-insensitively. The default is false (case sensitive search).

Specified by:
setUpperCaseCompare in interface ViewCriteriaItem
Parameters:
value - case-insensitivity flag

getAttribute

public java.lang.String getAttribute()
Description copied from interface: ViewCriteriaItem
Gets the attribute name for the view criteria item.

Specified by:
getAttribute in interface ViewCriteriaItem
Returns:
attribute name.

setAttribute

public void setAttribute(java.lang.String value)
Description copied from interface: ViewCriteriaItem
Sets the attribute name for the view criteria item.

Specified by:
setAttribute in interface ViewCriteriaItem
Parameters:
value - attribute name

getOperator

public java.lang.String getOperator()
Description copied from interface: ViewCriteriaItem
Gets the comparison operator for the view criteria item.

Specified by:
getOperator in interface ViewCriteriaItem
Returns:
comparison operator.

setOperator

public void setOperator(java.lang.String value)
Description copied from interface: ViewCriteriaItem
Sets the comparison operator for the view criteria item.

Specified by:
setOperator in interface ViewCriteriaItem
Parameters:
value - comparison operator

getValue

public java.util.List getValue()
Description copied from interface: ViewCriteriaItem
Gets the values to filter on for the view criteria item.

Specified by:
getValue in interface ViewCriteriaItem
Returns:
values to filter on.

setValue

public void setValue(java.util.List value)
Description copied from interface: ViewCriteriaItem
Sets the values to filter on for the view criteria item. When this is set, nested view criteria is ignored.

Specified by:
setValue in interface ViewCriteriaItem
Parameters:
value - values to filter on

getNested

public ViewCriteria getNested()
Description copied from interface: ViewCriteriaItem
Gets the nested view criteria for the view criteria item.

Specified by:
getNested in interface ViewCriteriaItem
Returns:
nested view criteria.

setNested

public void setNested(ViewCriteria value)
Description copied from interface: ViewCriteriaItem
Sets the nested view criteria for the view criteria item. This is ignored when filter value is set.

Specified by:
setNested in interface ViewCriteriaItem
Parameters:
value - nested view criteria

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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

E10653-05

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