org.apache.cocoon.portal.pluto.om
Class PortletEntityListImpl
java.lang.Object
org.apache.cocoon.portal.pluto.om.PortletEntityListImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl
- public class PortletEntityListImpl
- extends Object
- implements org.apache.pluto.om.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl
- Version:
- $Id: PortletEntityListImpl.java 322475 2005-10-16 14:26:44Z cziegeler $
Field Summary |
protected Map |
portlets
all portlet entities. |
Method Summary |
org.apache.pluto.om.entity.PortletEntity |
add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
String definitionId)
|
org.apache.pluto.om.entity.PortletEntity |
add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
String definitionId,
CopletInstanceData coplet,
PortletDefinitionRegistry registry)
|
org.apache.pluto.om.entity.PortletEntity |
get(org.apache.pluto.om.common.ObjectID objectId)
|
Iterator |
iterator()
|
void |
remove(org.apache.pluto.om.entity.PortletEntity entity)
Remove an entity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portlets
protected Map portlets
- all portlet entities.
PortletEntityListImpl
public PortletEntityListImpl()
get
public org.apache.pluto.om.entity.PortletEntity get(org.apache.pluto.om.common.ObjectID objectId)
- Specified by:
get
in interface org.apache.pluto.om.entity.PortletEntityList
iterator
public Iterator iterator()
- Specified by:
iterator
in interface org.apache.pluto.om.entity.PortletEntityList
add
public org.apache.pluto.om.entity.PortletEntity add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
String definitionId)
- Specified by:
add
in interface org.apache.pluto.om.entity.PortletEntityListCtrl
add
public org.apache.pluto.om.entity.PortletEntity add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
String definitionId,
CopletInstanceData coplet,
PortletDefinitionRegistry registry)
remove
public void remove(org.apache.pluto.om.entity.PortletEntity entity)
- Remove an entity
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.