org.apache.pluto.om.portlet
Interface PortletApplicationDefinitionList

All Superinterfaces:
Model

public interface PortletApplicationDefinitionList
extends Model

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

Method Detail

iterator

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

Returns:
An iterator containing PortletApplicationDefinition objects

get

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

Returns:
the PortletApplicationDefinition object


Copyright © 2003-2007 . All Rights Reserved.