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

E10653-05

oracle.jbo.server
Class RetainAccessorDomain

java.lang.Object
  extended by oracle.jbo.server.RetainAccessorDomain
All Implemented Interfaces:
XMLDomainInterface

public class RetainAccessorDomain
extends java.lang.Object
implements XMLDomainInterface


Constructor Summary
RetainAccessorDomain(java.lang.String str)
           
RetainAccessorDomain(ViewRowImpl row)
           
RetainAccessorDomain(ViewRowSetImpl vrs)
           
 
Method Summary
 java.lang.String getRowSetName()
           
 Node getXMLContentNode(Document xmlDoc)
          Creates the XML node in the given XML document for this domain's data.
 java.lang.String printXMLDefinition(java.util.Hashtable allDefs, java.io.PrintWriter pw, boolean bContainees)
          Prints the DTD info for this domain in the given print writer.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetainAccessorDomain

public RetainAccessorDomain(ViewRowSetImpl vrs)

RetainAccessorDomain

public RetainAccessorDomain(ViewRowImpl row)

RetainAccessorDomain

public RetainAccessorDomain(java.lang.String str)
Method Detail

getRowSetName

public final java.lang.String getRowSetName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getXMLContentNode

public Node getXMLContentNode(Document xmlDoc)
Description copied from interface: XMLDomainInterface
Creates the XML node in the given XML document for this domain's data.

Specified by:
getXMLContentNode in interface XMLDomainInterface
Parameters:
xmlDoc - name of the XML document in which the node should be created.

printXMLDefinition

public java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
                                           java.io.PrintWriter pw,
                                           boolean bContainees)
Description copied from interface: XMLDomainInterface
Prints the DTD info for this domain in the given print writer. Returns the DTD string to be added to this domain's container entity/domain.

The allDefs hashtable contains predefined XML definitions and is passed by whatever calls this method.

Specified by:
printXMLDefinition in interface XMLDomainInterface
Parameters:
allDefs - a hashtable of predefined XML definitions passed from whatever calls this method.
pw - print writer into which the defnition is being printed.
bContainees - if true, prints definitions of contained objects.

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

E10653-05

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