com.bea.wsrp.model
Interface IOfferedEntity

All Superinterfaces
Serializable
All Known Subinterfaces:
IBookDescription, INavigableDescription, IPageDescription, IPlaceableDescription, IPortletDescription, IPortletRefDescription

public interface IOfferedEntity
extends Serializable

Producer offered entity. Producers offer portlets, pages, and books

See Also
IPortletRefDescription, IPageDescription, IBookDescription
This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getHandle()
          A unique identifier of the entity.
 ILocalizedString getTitle()
          Title
 

Method Detail

getTitle

ILocalizedString getTitle()
Title

Returns
title

getHandle

String getHandle()
A unique identifier of the entity. The method returns the same value as returned by getPortletHandle for portlets, getPageHandle for pages, and getBookHandle for books.

Returns
handle
See Also
IPortletRefDescription.getPortletHandle(), IPageDescription.getPageHandle(), IBookDescription.getBookHandle()


Copyright © 2011, Oracle. All rights reserved.