org.apache.jetspeed.om.portlet.impl
Class PortletDefinitionListImpl
java.lang.Object
org.apache.jetspeed.om.portlet.impl.PortletDefinitionListImpl
- All Implemented Interfaces:
- java.io.Serializable, 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, java.io.Serializable
PortletDefinitionListImpl
- Version:
- $Id: PortletDefinitionListImpl.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
Method Summary |
boolean |
add(java.lang.Object o)
|
org.apache.pluto.om.portlet.PortletDefinition |
get(org.apache.pluto.om.common.ObjectID id)
|
org.apache.pluto.om.portlet.PortletDefinition |
get(java.lang.String name)
Retrieves a PortletDefinition from this
collection by the PortletDefinitions proper name |
java.util.Collection |
getInnerCollection()
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object o)
|
void |
setInnerCollection(java.util.Collection collection)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
innerCollection
protected java.util.Collection innerCollection
PortletDefinitionListImpl
public PortletDefinitionListImpl()
PortletDefinitionListImpl
public PortletDefinitionListImpl(java.util.Collection collection)
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface org.apache.pluto.om.portlet.PortletDefinitionList
- See Also:
PortletDefinitionList.iterator()
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
- See Also:
PortletDefinitionList.get(org.apache.pluto.om.common.ObjectID)
get
public org.apache.pluto.om.portlet.PortletDefinition get(java.lang.String name)
- Retrieves a
PortletDefinition
from this
collection by the PortletDefinitions proper name
- Parameters:
name
- Proper name of PortletDefinition to locate.
- Returns:
- PortletDefinition matching
name
or null
if no PortletDefinition within this PortletApplication has that name.
add
public boolean add(java.lang.Object o)
- See Also:
Collection.add(java.lang.Object)
remove
public boolean remove(java.lang.Object o)
- See Also:
Collection.remove(java.lang.Object)
getInnerCollection
public java.util.Collection getInnerCollection()
- Returns:
setInnerCollection
public void setInnerCollection(java.util.Collection collection)
- Parameters:
collection
-
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.