org.apache.pluto.om.entity
Interface PortletEntityList

All Superinterfaces:
Model

public interface PortletEntityList
extends Model

This interface provides access to a set of PortletEntity 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
 PortletEntity get(ObjectID id)
          Returns the portlet entity object of the given id.
 java.util.Iterator iterator()
          Returns all portlet entities as iterator.
 

Method Detail

iterator

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

Returns:
An iterator containing PortletEntity objects

get

PortletEntity 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-2009 . All Rights Reserved.