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.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl, org.apache.pluto.om.Model
public class PortletEntityListImpl
- extends Object
- implements org.apache.pluto.om.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl
- Version:
- CVS $Id: PortletEntityListImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
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-2010 The Apache Software Foundation. All Rights Reserved.