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

E10653-07

oracle.jbo.datasource
Class ViewCriteriaImpl

java.lang.Object
  extended by oracle.jbo.datasource.ViewCriteriaImpl
All Implemented Interfaces:
ViewCriteria

public class ViewCriteriaImpl
extends java.lang.Object
implements ViewCriteria

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

Constructor Summary
ViewCriteriaImpl()
           
 
Method Summary
 void addToGroup(java.lang.Object item)
           
 void addToNested(java.lang.Object item)
           
static ViewCriteriaImpl convert(ViewCriteria jboVC, java.lang.Object[] params, int noUserParams)
           
 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.
 ViewCriteria toJboViewCriteria(ViewObject vo)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewCriteriaImpl

public ViewCriteriaImpl()
Method Detail

getConjunction

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

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

setConjunction

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

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

getGroup

public java.util.List getGroup()
Description copied from interface: ViewCriteria
Gets the list of view criteria rows.

Specified by:
getGroup in interface ViewCriteria
Returns:
list of view criteria rows.

setGroup

public void setGroup(java.util.List value)
Description copied from interface: ViewCriteria
Sets the list of view criteria rows.

Specified by:
setGroup in interface ViewCriteria
Parameters:
value - list of view criteria rows

addToGroup

public void addToGroup(java.lang.Object item)

getNested

public java.util.List getNested()
Description copied from interface: ViewCriteria
Gets the list of nested view criteria.

Specified by:
getNested in interface ViewCriteria
Returns:
list of nested view criteria.

setNested

public void setNested(java.util.List value)
Description copied from interface: ViewCriteria
Sets the list of nested view criteria.

Specified by:
setNested in interface ViewCriteria
Parameters:
value - list of nested view criteria

addToNested

public void addToNested(java.lang.Object item)

toJboViewCriteria

public ViewCriteria toJboViewCriteria(ViewObject vo)

convert

public static ViewCriteriaImpl convert(ViewCriteria jboVC,
                                       java.lang.Object[] params,
                                       int noUserParams)

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.6.0)

E10653-07

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