org.apache.cocoon.portal.pluto.om
Class PortletApplicationEntityListImpl
java.lang.Object
org.apache.cocoon.portal.pluto.om.PortletApplicationEntityListImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl
- public class PortletApplicationEntityListImpl
- extends Object
- implements org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl
- Version:
- $Id: PortletApplicationEntityListImpl.java 322475 2005-10-16 14:26:44Z cziegeler $
Method Summary |
org.apache.pluto.om.entity.PortletApplicationEntity |
add(String definitionId)
|
org.apache.pluto.om.entity.PortletApplicationEntity |
get(org.apache.pluto.om.common.ObjectID objectId)
|
Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletApplicationEntities
protected Map portletApplicationEntities
- the portlet application entities
registry
protected PortletDefinitionRegistry registry
- The registry
PortletApplicationEntityListImpl
public PortletApplicationEntityListImpl(PortletDefinitionRegistry pdr)
- Constructor
iterator
public Iterator iterator()
- Specified by:
iterator
in interface org.apache.pluto.om.entity.PortletApplicationEntityList
add
public org.apache.pluto.om.entity.PortletApplicationEntity add(String definitionId)
- Specified by:
add
in interface org.apache.pluto.om.entity.PortletApplicationEntityListCtrl
get
public org.apache.pluto.om.entity.PortletApplicationEntity get(org.apache.pluto.om.common.ObjectID objectId)
- Specified by:
get
in interface org.apache.pluto.om.entity.PortletApplicationEntityList
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.