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

E10653-07

oracle.jbo.common.types
Interface ViewCriteria

All Known Subinterfaces:
ViewCriteria
All Known Implementing Classes:
ViewCriteriaImpl, ViewCriteriaImpl

public interface ViewCriteria

Since:
11g Release 1 (11.1.1)

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

getConjunction

java.lang.String getConjunction()
Gets the conjunction used between this view criteria and the previous view criteria.

Returns:
conjuction for this view criteria.

setConjunction

void setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria and the previous view criteria.

Parameters:
value - conjuction for this view criteria

getGroup

java.util.List getGroup()
Gets the list of view criteria rows.

Returns:
list of view criteria rows.

setGroup

void setGroup(java.util.List value)
Sets the list of view criteria rows.

Parameters:
value - list of view criteria rows

getNested

java.util.List getNested()
Gets the list of nested view criteria.

Returns:
list of nested view criteria.

setNested

void setNested(java.util.List value)
Sets the list of nested view criteria.

Parameters:
value - list of nested view criteria

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.