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

E17483-02

oracle.jbo.common.service.types
Class ViewCriteriaImpl

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDODataObject
      extended by oracle.jbo.common.service.types.ViewCriteriaImpl
All Implemented Interfaces:
commonj.sdo.DataObject, java.io.Serializable, ViewCriteria, org.eclipse.persistence.oxm.sequenced.SequencedObject

public class ViewCriteriaImpl
extends org.eclipse.persistence.sdo.SDODataObject
implements ViewCriteria

See Also:
Serialized Form

Field Summary
static int END_PROPERTY_INDEX
           
static int START_PROPERTY_INDEX
           
 
Constructor Summary
ViewCriteriaImpl()
           
 
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.
 
Methods inherited from class org.eclipse.persistence.sdo.SDODataObject
_getContainmentPropertyName, _getCurrentValueStore, _getOpenContentProperties, _getOpenContentPropertiesAttributes, _getOpenContentPropertiesAttributesMap, _getOpenContentPropertiesWithXMLRoots, _getPath, _getSdoRef, _setChangeSummary, _setContainer, _setContainmentPropertyName, _setCreated, _setCurrentValueStore, _setHelperContext, _setModified, _setOpenContentPropertiesAttributes, _setOpenContentPropertiesAttributesMap, _setOpenContentPropertiesWithXMLRoots, _setSdoRef, _setType, addOpenContentProperty, convertObjectToValue, convertObjectToValue, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, defineOpenContentProperty, defineOpenContentProperty, delete, detach, detachOrDelete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getPropertyInternal, getRootObject, getSequence, getSequence, getSequence, getSequence, getSettings, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, isSetInternal, parentContains, removeOpenContentProperty, resetChanges, set, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataGraph, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setInternal, setList, setList, setList, setLong, setLong, setLong, setPropertyInternal, setShort, setShort, setShort, setString, setString, setString, undoChanges, unset, unset, unset, unset, updateContainment, updateContainment, updateContainment, updateContainment, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset
 

Field Detail

START_PROPERTY_INDEX

public static final int START_PROPERTY_INDEX
See Also:
Constant Field Values

END_PROPERTY_INDEX

public static final int END_PROPERTY_INDEX
See Also:
Constant Field Values
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

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

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

E17483-02

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