org.apache.pluto.portalImpl.om.entity.impl
Class PortletEntityListImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.apache.pluto.portalImpl.om.common.AbstractSupportSet
                  extended byorg.apache.pluto.portalImpl.om.entity.impl.PortletEntityListImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl, java.io.Serializable, java.util.Set, Support

public class PortletEntityListImpl
extends AbstractSupportSet
implements org.apache.pluto.om.entity.PortletEntityList, org.apache.pluto.om.entity.PortletEntityListCtrl, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
PortletEntityListImpl()
           
 
Method Summary
 org.apache.pluto.om.entity.PortletEntity add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity, java.lang.String definitionId)
           
 org.apache.pluto.om.entity.PortletEntity get(org.apache.pluto.om.common.ObjectID objectId)
           
 org.apache.pluto.om.entity.PortletEntity get(java.lang.String objectId)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class org.apache.pluto.portalImpl.om.common.AbstractSupportSet
dispatch, postBuild, postLoad, postStore, preBuild, preStore
 
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 org.apache.pluto.om.entity.PortletEntityList
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

PortletEntityListImpl

public PortletEntityListImpl()
Method Detail

get

public org.apache.pluto.om.entity.PortletEntity get(org.apache.pluto.om.common.ObjectID objectId)
Specified by:
get in interface org.apache.pluto.om.entity.PortletEntityList

add

public org.apache.pluto.om.entity.PortletEntity add(org.apache.pluto.om.entity.PortletApplicationEntity appEntity,
                                                    java.lang.String definitionId)
Specified by:
add in interface org.apache.pluto.om.entity.PortletEntityListCtrl

get

public org.apache.pluto.om.entity.PortletEntity get(java.lang.String objectId)

toString

public java.lang.String toString()

toString

public java.lang.String toString(int indent)


Copyright © 2003-2007 . All Rights Reserved.