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

E22562-02

oracle.apps.fnd.applcore.menu.model.internal
Class Pillar

java.lang.Object
  extended by oracle.apps.fnd.applcore.menu.model.internal.Pillar

public final class Pillar
extends java.lang.Object

Representation of a pillar in the menu infrastructure.


Method Summary
static java.util.Iterator<Pillar> getAllPillars()
          Gets all pillars.
static Pillar getLocalPillar()
          Gets the local pillar.
static java.net.URL getMenuFragmentServiceWSDLURL(Pillar pillar)
          Gets the WSDL URL for the MenuFragmentService on a particular pillar.
 java.lang.String getName()
          Gets the name of the pillar.
static Pillar getPillarForName(java.lang.String name)
          Gets the pillar for a given name.
static java.util.Iterator<Pillar> getRemotePillars()
          Gets the remote pillars.
 java.lang.String getUrl()
          Gets the URL to access the pillar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the pillar.

Returns:
the name of the pillar

getUrl

public java.lang.String getUrl()
Gets the URL to access the pillar

Returns:
the URL

getPillarForName

public static final Pillar getPillarForName(java.lang.String name)
Gets the pillar for a given name.

Parameters:
name -
Returns:
the pillar

getLocalPillar

public static final Pillar getLocalPillar()
Gets the local pillar.

Returns:
the local pillar

getRemotePillars

public static final java.util.Iterator<Pillar> getRemotePillars()
Gets the remote pillars.

Returns:
the remote pillars

getAllPillars

public static final java.util.Iterator<Pillar> getAllPillars()
Gets all pillars.

Returns:
the pillars

getMenuFragmentServiceWSDLURL

public static java.net.URL getMenuFragmentServiceWSDLURL(Pillar pillar)
Gets the WSDL URL for the MenuFragmentService on a particular pillar.

Parameters:
pillar - the pillar
Returns:

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.