org.apache.pluto.om.entity
Interface PortletEntityListCtrl

All Superinterfaces:
Controller

public interface PortletEntityListCtrl
extends Controller

The PortletEntityListSet interface ...

This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.


Method Summary
 PortletEntity add(PortletApplicationEntity appEntity, java.lang.String definitionId)
          create a new PortletEntity, add it to the list and return the new instance
 

Method Detail

add

PortletEntity add(PortletApplicationEntity appEntity,
                  java.lang.String definitionId)
create a new PortletEntity, add it to the list and return the new instance

Parameters:
appEntity - the portlet application the new entity belongs to
definitionId - the definitionId of the new PortletEntity
Returns:
the new PortletEntity


Copyright © 2003-2010 . All Rights Reserved.