org.apache.pluto.portalImpl.om.entity.impl
Class PortletEntityListImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.pluto.portalImpl.om.common.AbstractSupportSet
org.apache.pluto.portalImpl.om.entity.impl.PortletEntityListImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set, Support
public class PortletEntityListImpl
- extends AbstractSupportSet
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
PortletEntity |
add(PortletApplicationEntity appEntity,
java.lang.String definitionId)
|
PortletEntity |
get(ObjectID objectId)
|
PortletEntity |
get(java.lang.String objectId)
|
java.lang.String |
toString()
|
java.lang.String |
toString(int indent)
|
Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
PortletEntityListImpl
public PortletEntityListImpl()
get
public PortletEntity get(ObjectID objectId)
add
public PortletEntity add(PortletApplicationEntity appEntity,
java.lang.String definitionId)
get
public PortletEntity get(java.lang.String objectId)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.AbstractCollection
toString
public java.lang.String toString(int indent)