* @see org.apache.pluto.om.entity.PortletEntityListCtrl#add(org.apache.pluto.om.entity.PortletApplicationEntity, java.lang.String)
*/
public PortletEntity add(PortletApplicationEntity appEntity, String definitionId) {
// FIXME
PortletDefinitionRegistry registry = null;
PortletDefinition pd = registry.getPortletDefinition(ObjectIDImpl.createFromString(definitionId));
PortletApplicationEntity pae = registry.getPortletApplicationEntityList().get(ObjectIDImpl.createFromString("cocoon"));
CopletInstanceData coplet = null;
PortletEntity portletEntity = new PortletEntityImpl(pae, coplet, pd);
this.portlets.put(portletEntity.getId(), portletEntity);