PortalIdentifier Interface

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.model
PortalIdentifier Interface

public interface PortalIdentifier

    extends com.bea.portal.model.ResourceIdentifier

Interface PortalIdentifier is used to uniquely identify a Portal instance within the portal framework.


All Superinterfaces
com.bea.portal.model.Identifier, com.bea.portal.model.PortalScopedObject, com.bea.portal.model.ResourceIdentifier, Serializable

Field Summary

   
Fields from interface com.bea.portal.model.com.bea.portal.model.ResourceIdentifier
 

Method Summary

public String
getApplicationName()
Returns the name of the app that this portal is deployed within.
public String
getPropertySetName()
Returns the name of the associated property set.
public String
getWebAppName()
Returns the name of the webApp that this portal is deployed within.
 
Methods from interface com.bea.portal.model.com.bea.portal.model.Identifier
getId
 
Methods from interface com.bea.portal.model.com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 
Methods from interface com.bea.portal.model.com.bea.portal.model.ResourceIdentifier
getResourceType
   

Method Detail

getApplicationName() Method

public String getApplicationName()
Returns the name of the app that this portal is deployed within.

Returns

application name for this portal.

getPropertySetName() Method

public String getPropertySetName()
Returns the name of the associated property set.

Returns

propertyset name.

getWebAppName() Method

public String getWebAppName()
Returns the name of the webApp that this portal is deployed within.

Returns

the web application name for this portal.