Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.trees.metadata.creator.hierarchy
Class ApplicationsHierarchyCreator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.trees.metadata.creator.hierarchy.ApplicationsHierarchyCreator
All Implemented Interfaces:
oracle.bali.xml.util.NodeCreator

public class ApplicationsHierarchyCreator
extends java.lang.Object
implements oracle.bali.xml.util.NodeCreator

The ApplicationHierarchyCreator is the first class that is called when the Applications Hierarchy Component is dropped onto a form. This class is responsible for calling the First Dialog for database connection and then if all is right call the second dialog.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>

Constructor Summary
ApplicationsHierarchyCreator()
           
 
Method Summary
 org.w3c.dom.Node createNode(oracle.bali.xml.model.XmlContext xmlContext, oracle.bali.xml.metadata.XmlKey key, oracle.bali.xml.dom.position.DomPosition position, org.w3c.dom.Node prototypeNode)
          createNode method, makes appropriate calls to create the Dialogs shown when the Applications Hierarchy Component is selected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsHierarchyCreator

public ApplicationsHierarchyCreator()
Method Detail

createNode

public org.w3c.dom.Node createNode(oracle.bali.xml.model.XmlContext xmlContext,
                                   oracle.bali.xml.metadata.XmlKey key,
                                   oracle.bali.xml.dom.position.DomPosition position,
                                   org.w3c.dom.Node prototypeNode)
createNode method, makes appropriate calls to create the Dialogs shown when the Applications Hierarchy Component is selected.

Specified by:
createNode in interface oracle.bali.xml.util.NodeCreator
Parameters:
xmlContext - xml context
key - Xml Key
position - Dom Position
prototypeNode - Component Element
Returns:
a node tree representing the user choices.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.