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.
Modifier and Type | Method and Description |
---|---|
PortletEntity |
add(PortletApplicationEntity appEntity,
java.lang.String definitionId)
create a new PortletEntity, add it to the list and return the new instance
|
PortletEntity add(PortletApplicationEntity appEntity, java.lang.String definitionId)
appEntity
- the portlet application the new entity belongs todefinitionId
- the definitionId of the new PortletEntityCopyright © 2003-2013 . All Rights Reserved.