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

E10653-04

oracle.jbo.common
Class ViewCriteriaUsageImpl

java.lang.Object
  extended by oracle.jbo.ViewCriteriaUsage
      extended by oracle.jbo.common.ViewCriteriaUsageImpl
All Implemented Interfaces:
java.io.Serializable, PersistentDefinition

public class ViewCriteriaUsageImpl
extends ViewCriteriaUsage
implements PersistentDefinition

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.jbo.ViewCriteriaUsage
mConjunction, mFullName, mName, mReferencedViewCriteria, VCU_CONJUNCTION, VCU_FULLNAME, VCU_NAME
 
Constructor Summary
ViewCriteriaUsageImpl()
           
ViewCriteriaUsageImpl(java.lang.String name, java.lang.String fullName, int conjunction)
           
 
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.ViewCriteriaUsage
activate, copyFrom, getConjunction, getFullName, getName, getReferencedViewCriteria, passivate, setConjunction, setFullName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewCriteriaUsageImpl

public ViewCriteriaUsageImpl()

ViewCriteriaUsageImpl

public ViewCriteriaUsageImpl(java.lang.String name,
                             java.lang.String fullName,
                             int conjunction)
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)

E10653-04

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