LayoutDefinition 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
LayoutDefinition Interface

public interface LayoutDefinition

    extends com.bea.portal.model.PortalScopedObject

Interface LayoutDefinition represents a layout in the portal framework.


All Superinterfaces
com.bea.portal.model.PortalScopedObject

Method Summary

public String
getDisplayName()
Returns the name associated with this layout which will be displayed to end users.
public LayoutIdentifier
getIdentifier()
Returns the LayoutIdentifier that uniquely identifies this layout.
public void
setDisplayName(String displayName)
Sets the display name to be associated with this layout.
 
Methods from interface com.bea.portal.model.com.bea.portal.model.PortalScopedObject
getPortalIdentifier
   

Method Detail

getDisplayName() Method

public String getDisplayName()
Returns the name associated with this layout which will be displayed to end users.

Returns

the display name of this layout.

getIdentifier() Method

public LayoutIdentifier getIdentifier()
Returns the LayoutIdentifier that uniquely identifies this layout.

Returns

unique identifier for this layout.

setDisplayName(String) Method

public void setDisplayName(String displayName)
Sets the display name to be associated with this layout.

Parameters

displayName
the name of this layout to display to end users.