org.apache.pluto.om.entity
Interface PortletApplicationEntityList

All Superinterfaces:
Model

public interface PortletApplicationEntityList
extends Model

This interface provides access to a set of PortletApplicationEntity objects.

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
 PortletApplicationEntity get(ObjectID id)
          Returns the portlet entity object of the given id.
 java.util.Iterator iterator()
          Returns all portlet application entities as iterator The return value cannot be NULL.
 

Method Detail

iterator

public java.util.Iterator iterator()
Returns all portlet application entities as iterator The return value cannot be NULL.

Returns:
An iterator containing PortletApplicationEntity objects

get

public PortletApplicationEntity get(ObjectID id)
Returns the portlet entity object of the given id. The return value may be NULL.

Returns:
the portlet entity object


Copyright © 2003-2007 . All Rights Reserved.