Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.pojo
Class FndOsnIntegrationNode

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.model.datacontrol.SocialNetworkNode
      extended by oracle.apps.fnd.applcore.socialnetwork.model.pojo.OsnRootNode
          extended by oracle.apps.fnd.applcore.socialnetwork.model.pojo.FndOsnIntegrationNode
All Implemented Interfaces:
java.io.Serializable, XmlOsnParsableNode

public class FndOsnIntegrationNode
extends OsnRootNode
implements XmlOsnParsableNode

Used for reading in the fnd-osn-integration xml node from the fnd-osn-integration.xml OSN metadata file.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/pojo/FndOsnIntegrationNode.java /st_atgpf_pt-11.1.1.7.0/2 2013/03/03 11:30:02 pacross Exp $
See Also:
Serialized Form

Field Summary
static java.lang.String XML_LOCAL_NAME
          XML node name for fnd-osn-metadata.
 
Fields inherited from class oracle.apps.fnd.applcore.socialnetwork.model.datacontrol.SocialNetworkNode
_key, ENABLED_AUTOMATIC, ENABLED_MANUAL, ENABLED_NO
 
Fields inherited from interface oracle.apps.fnd.applcore.socialnetwork.model.pojo.XmlOsnParsableNode
ATTRIBUTE_NAME, XML_NAMESPACE
 
Method Summary
static FndOsnIntegrationNode fromXML(org.w3c.dom.Element xmlElement, SocialNetworkStructureStorage storage, ModuleFilter moduleFilter)
          Parses the node provided, validates it is a fnd-osn-integration xml node and loads the childen xml into SocialNetworkNode structures.
 java.lang.String getModuleId()
          Gets the module id read from the XML.
 void setModuleId(java.lang.String moduleId)
          Override the module id read from the XML.
 
Methods inherited from class oracle.apps.fnd.applcore.socialnetwork.model.pojo.OsnRootNode
equals, getDescription, getDisplayName, getName, hashCode, setDescription, setDisplayName, setName
 
Methods inherited from class oracle.apps.fnd.applcore.socialnetwork.model.datacontrol.SocialNetworkNode
addChild, getChildren, getCustomerEnabled, getEnabled, getKey, getParent, getStatusMessage, getStatusMessageEnabled, isViewObjectNode, setCustomerEnabled, setParent, setStatusMessage, setStatusMessageEnabled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_LOCAL_NAME

public static final java.lang.String XML_LOCAL_NAME
XML node name for fnd-osn-metadata.

See Also:
Constant Field Values
Method Detail

fromXML

public static FndOsnIntegrationNode fromXML(org.w3c.dom.Element xmlElement,
                                            SocialNetworkStructureStorage storage,
                                            ModuleFilter moduleFilter)
Parses the node provided, validates it is a fnd-osn-integration xml node and loads the childen xml into SocialNetworkNode structures.

Parameters:
xmlElement - the node to parse.
storage - the container for the list of structure objects in the data control.
moduleFilter - the filter to test any xml file for before loading.
Returns:
an instance of this class based upon the node provided with child nodes loaded internally.

setModuleId

public void setModuleId(java.lang.String moduleId)
Override the module id read from the XML.

Parameters:
moduleId - the module id.

getModuleId

public java.lang.String getModuleId()
Gets the module id read from the XML.

Returns:
the module id.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.