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

E10653-07

oracle.jbo.common
Class ViewCriteriaItemValueImpl

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.jbo.common.JboAbstractMap
          extended by oracle.jbo.ViewCriteriaItemValue
              extended by oracle.jbo.common.ViewCriteriaItemValueImpl
All Implemented Interfaces:
java.io.Serializable, java.util.Map, PersistentDefinition

public class ViewCriteriaItemValueImpl
extends ViewCriteriaItemValue
implements PersistentDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class oracle.jbo.ViewCriteriaItemValue
HAS_TRIGGER, INDEX, IS_BIND_VARIABLE, IS_SQL_FRAGMENT, mHasTrigger, mIndex, mIsBindVar, mIsSqlFragment, mOwner, mValue, SEARCH_VALUE, VALUE
 
Fields inherited from class oracle.jbo.common.JboAbstractMap
MAP_NULL_VALUE
 
Constructor Summary
ViewCriteriaItemValueImpl(ViewCriteriaItem owner, int index)
           
ViewCriteriaItemValueImpl(ViewCriteriaItem owner, java.lang.Object value, boolean isBindVar, boolean isSqlFragment, int index)
           
 
Method Summary
 java.lang.String getDefXMLElementTag()
           
 java.lang.String getDefXMLNameSpace()
           
 java.lang.String getXMLElementTag()
          Returns a piece of static info for the type of object this is invoked upon.
 void loadXMLContent(DefElement xmlElement)
           
 void writeChildren(DefWriter jos)
          Writes the Object's children to the Persistent storage
 void writeContents(DefWriter jos)
          Objects should write their persistence output in this method
 void writeObject(DefWriter jos)
          Objects should write their persistence output in this method
 
Methods inherited from class oracle.jbo.ViewCriteriaItemValue
equals, get, getBindVariable, getFormattedValue, getHasTrigger, getIndex, getIsBindVar, getIsSqlFragment, getSearchValue, getValue, getViewCriteriaItem, put, setIsBindVar, setIsSqlFragment, setSearchValue, setValue
 
Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, hashCode, internalGet, internalPut, setThrowIfPropertyNotFoundOnGet
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewCriteriaItemValueImpl

public ViewCriteriaItemValueImpl(ViewCriteriaItem owner,
                                 int index)

ViewCriteriaItemValueImpl

public ViewCriteriaItemValueImpl(ViewCriteriaItem owner,
                                 java.lang.Object value,
                                 boolean isBindVar,
                                 boolean isSqlFragment,
                                 int index)
Method Detail

writeObject

public void writeObject(DefWriter jos)
Description copied from interface: PersistentDefinition
Objects should write their persistence output in this method

Specified by:
writeObject in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

writeContents

public void writeContents(DefWriter jos)
Description copied from interface: PersistentDefinition
Objects should write their persistence output in this method

Specified by:
writeContents in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

writeChildren

public void writeChildren(DefWriter jos)
Description copied from interface: PersistentDefinition
Writes the Object's children to the Persistent storage

Specified by:
writeChildren in interface PersistentDefinition
Parameters:
jos - the Output storage for persistence

loadXMLContent

public void loadXMLContent(DefElement xmlElement)

getDefXMLElementTag

public java.lang.String getDefXMLElementTag()
Specified by:
getDefXMLElementTag in interface PersistentDefinition

getXMLElementTag

public java.lang.String getXMLElementTag()
Description copied from interface: PersistentDefinition
Returns a piece of static info for the type of object this is invoked upon. Examples are PreparedStatements for insert, update, delete, and String containing a base the select statement for retrieving instances of this type through the SQLInputStream

Specified by:
getXMLElementTag in interface PersistentDefinition
Returns:
returns the Statement required to store in Persitent Storage. Incase of XML, it just returns the String. In the case of SQL a JDBC PreparedStatement is returned.

getDefXMLNameSpace

public java.lang.String getDefXMLNameSpace()
Specified by:
getDefXMLNameSpace in interface PersistentDefinition

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.