Skip navigation links 
 
oracle.jbo.common
Class ViewCriteriaUsageImpl
java.lang.Object
  
oracle.jbo.ViewCriteriaUsage
      
oracle.jbo.common.ViewCriteriaUsageImpl
- All Implemented Interfaces:
 
- java.io.Serializable, DiffMergeable, PersistentDefinition
 
- 
public class ViewCriteriaUsageImpl
 
- extends ViewCriteriaUsage
 
- implements PersistentDefinition, DiffMergeable
 
- See Also:
 
- Serialized Form
 
 
 
  
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
ViewCriteriaUsageImpl
public ViewCriteriaUsageImpl()
ViewCriteriaUsageImpl
public ViewCriteriaUsageImpl(java.lang.String name,
                             java.lang.String fullName,
                             int conjunction)
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 
 
ensureDifferDetails
public DifferDetails ensureDifferDetails(DifferDetails difDetails)
- 
- Specified by:
 
ensureDifferDetails in interface DiffMergeable 
 
diffContents
public DifferDetails diffContents(DiffMergeable docDef,
                                  DiffMergeable orgDef,
                                  DifferDetails difDetails)
- 
- Specified by:
 
diffContents in interface DiffMergeable 
 
diffChildren
public DifferDetails diffChildren(DiffMergeable docDef,
                                  DiffMergeable orgDef,
                                  DifferDetails difDetails)
- 
- Specified by:
 
diffChildren in interface DiffMergeable 
 
diffObjects
public DifferDetails diffObjects(DiffMergeable docDef,
                                 DiffMergeable orgDef,
                                 DifferDetails difDetails)
- 
- Specified by:
 
diffObjects in interface DiffMergeable 
 
applyDiffContents
public void applyDiffContents(DifferDetails dif,
                              DiffResolver resolver)
- 
- Specified by:
 
applyDiffContents in interface DiffMergeable 
 
applyDiffChildren
public void applyDiffChildren(DifferDetails dif,
                              DiffResolver resolver)
- 
- Specified by:
 
applyDiffChildren in interface DiffMergeable 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.