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