org.apache.pluto.om.entity
Interface PortletApplicationEntity

All Superinterfaces:
Model

public interface PortletApplicationEntity
extends Model

The PortletApplicationEntity interface represents an instance of the application/context describing the portlets. The application instance may only contain one instance of each portlet of the corresponding application description.

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
 ObjectID getId()
          Returns the identifier of this portlet application instance as object id.
 PortletApplicationDefinition getPortletApplicationDefinition()
          Returns the portlet application definition.
 PortletEntityList getPortletEntityList()
          Returns all portlet entities contained in the application entity.
 

Method Detail

getId

public ObjectID getId()
Returns the identifier of this portlet application instance as object id. The return value cannot be NULL.

Returns:
the object identifier

getPortletEntityList

public PortletEntityList getPortletEntityList()
Returns all portlet entities contained in the application entity.

Returns:
a collection of PortletEntity objects

getPortletApplicationDefinition

public PortletApplicationDefinition getPortletApplicationDefinition()
Returns the portlet application definition. The return value cannot be NULL.

Returns:
the portlet application definition


Copyright © 2003-2006 . All Rights Reserved.