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

E22562-02

oracle.apps.fnd.applcore.menu.model.fragment
Class MenuFragment

java.lang.Object
  extended by oracle.apps.fnd.applcore.menu.model.fragment.MenuFragment

public class MenuFragment
extends java.lang.Object

Representation of a fragment (XML file) of the global menu.


Nested Class Summary
static class MenuFragment.FragmentType
          Type of fragment.
 
Method Summary
static MenuFragment createFragment(java.lang.String documentName, org.w3c.dom.Document dom, Pillar owner, java.lang.String version, java.util.Date loadTime)
          Create a menu frgament.
 java.lang.String getDocumentName()
          Gets the document name.
 org.w3c.dom.Document getDom()
          Gets the DOM for this fragment.
 MenuFragment.FragmentType getFragmentType()
          Gets the type of the fragment.
 java.util.Date getLoadTime()
          Gets the load time.
 Pillar getOwner()
          Gets the owner of this fragment.
 java.lang.String getTranslatedValue(java.lang.String key)
          Gets the translated value for a key.
 java.lang.String getVersion()
          Gets the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDocumentName

public java.lang.String getDocumentName()
Gets the document name.

Returns:
the document name

getDom

public org.w3c.dom.Document getDom()
Gets the DOM for this fragment.

Returns:
the DOM

getOwner

public Pillar getOwner()
Gets the owner of this fragment.

Returns:
the owner

getVersion

public java.lang.String getVersion()
Gets the version.

Returns:
the version

getLoadTime

public java.util.Date getLoadTime()
Gets the load time.

Returns:
the load time

getFragmentType

public MenuFragment.FragmentType getFragmentType()
Gets the type of the fragment.

Returns:
the fragment type
See Also:
MenuFragment.FragmentType

getTranslatedValue

public java.lang.String getTranslatedValue(java.lang.String key)
Gets the translated value for a key.

Parameters:
key - the key
Returns:
the translated value

createFragment

public static MenuFragment createFragment(java.lang.String documentName,
                                          org.w3c.dom.Document dom,
                                          Pillar owner,
                                          java.lang.String version,
                                          java.util.Date loadTime)
Create a menu frgament.

Parameters:
documentName - the MDS document name for the fragment
dom - the DOM for the document
owner - the owning pillar
version - the version identifier
loadTime - the document load time
Returns:

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.