|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.RetainAccessorDomain
public class RetainAccessorDomain
| 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 |
|---|
public RetainAccessorDomain(ViewRowSetImpl vrs)
public RetainAccessorDomain(ViewRowImpl row)
public RetainAccessorDomain(java.lang.String str)
| Method Detail |
|---|
public final java.lang.String getRowSetName()
public java.lang.String toString()
toString in class java.lang.Objectpublic Node getXMLContentNode(Document xmlDoc)
XMLDomainInterfacegetXMLContentNode in interface XMLDomainInterfacexmlDoc - name of the XML document in which the node should be created.
public java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees)
XMLDomainInterfaceThe allDefs hashtable contains predefined XML definitions and is passed by whatever calls this method.
printXMLDefinition in interface XMLDomainInterfaceallDefs - 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.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||