org.apache.cocoon.portal.pluto.om
Class PortletApplicationEntityListImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.PortletApplicationEntityListImpl
All Implemented Interfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl, org.apache.pluto.om.Model

public class PortletApplicationEntityListImpl
extends Object
implements org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl

Version:
CVS $Id: PortletApplicationEntityListImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  Map portletApplicationEntities
          the portlet application entities
protected  PortletDefinitionRegistry registry
          The registry
 
Constructor Summary
PortletApplicationEntityListImpl(PortletDefinitionRegistry pdr)
          Constructor
 
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
 

Field Detail

portletApplicationEntities

protected Map portletApplicationEntities
the portlet application entities


registry

protected PortletDefinitionRegistry registry
The registry

Constructor Detail

PortletApplicationEntityListImpl

public PortletApplicationEntityListImpl(PortletDefinitionRegistry pdr)
Constructor

Method Detail

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-2010 The Apache Software Foundation. All Rights Reserved.