org.apache.pluto.om.portlet
Interface PortletDefinitionList

All Superinterfaces:
Model

public interface PortletDefinitionList
extends Model

This interface provides access to a set of PortletDefinition 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
 PortletDefinition get(ObjectID id)
          Returns the PortletDefinition object of the given object id The return value may be NULL.
 java.util.Iterator iterator()
          Returns all portlet definitions as iterator The return value cannot be NULL.
 

Method Detail

iterator

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

Returns:
An iterator containing PortletDefinition objects

get

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

Returns:
the PortletDefinition object


Copyright © 2003-2005 . All Rights Reserved.