org.infoglue.deliver.portal.om
Class PortletDefinitionListImpl

java.lang.Object
  |
  +--org.infoglue.deliver.portal.om.PortletDefinitionListImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletDefinitionList

public class PortletDefinitionListImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.PortletDefinitionList

Dummy implementation of interface

Author:
Jöran TODO Implement this

Constructor Summary
PortletDefinitionListImpl()
           
 
Method Summary
 void add(org.apache.pluto.om.common.ObjectID id, org.apache.pluto.om.portlet.PortletDefinition definition)
           
 org.apache.pluto.om.portlet.PortletDefinition get(org.apache.pluto.om.common.ObjectID id)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDefinitionListImpl

public PortletDefinitionListImpl()
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface org.apache.pluto.om.portlet.PortletDefinitionList

get

public org.apache.pluto.om.portlet.PortletDefinition get(org.apache.pluto.om.common.ObjectID id)
Specified by:
get in interface org.apache.pluto.om.portlet.PortletDefinitionList

add

public void add(org.apache.pluto.om.common.ObjectID id,
                org.apache.pluto.om.portlet.PortletDefinition definition)