org.apache.pluto.om.entity
Interface PortletApplicationEntityListCtrl

All Superinterfaces:
Controller

public interface PortletApplicationEntityListCtrl
extends Controller

The PortletApplicationEntityListCtrl 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
 PortletApplicationEntity add(java.lang.String definitionId)
          create a new PortletApplicationEntity, add it to the list and return the new instance
 

Method Detail

add

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

Parameters:
definitionId - the definitionId of the new PortletApplicationEntity
Returns:
the new PortletApplicationEntity


Copyright © 2003-2007 . All Rights Reserved.