|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletEntity
interface represents a single portlet occurance,
that can be shown on a single page or on multiple pages.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Method Summary | |
Description |
getDescription(java.util.Locale locale)
Returns the description of this portlet entity for the given locale. |
ObjectID |
getId()
Returns the identifier of this portlet instance as object id. |
PortletApplicationEntity |
getPortletApplicationEntity()
Returns the parent application instance of this portlet instance The return value cannot be NULL. |
PortletDefinition |
getPortletDefinition()
Returns the portlet description The return value cannot be NULL. |
PortletWindowList |
getPortletWindowList()
Get a list with all windows which belong to this portlet instance The return value cannot be NULL. |
PreferenceSet |
getPreferenceSet()
Returns all preferences of this portlet The return value cannot be NULL. |
Method Detail |
public ObjectID getId()
public PreferenceSet getPreferenceSet()
public PortletDefinition getPortletDefinition()
public PortletApplicationEntity getPortletApplicationEntity()
public PortletWindowList getPortletWindowList()
PortletWindowList with all windows
public Description getDescription(java.util.Locale locale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |