|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletEntityListCtrl
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 |
---|
PortletEntity add(PortletApplicationEntity appEntity, java.lang.String definitionId)
appEntity
- the portlet application the new entity belongs todefinitionId
- the definitionId of the new PortletEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |