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

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.PortletApplicationEntityListImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl, java.io.Serializable, java.util.Set, Support

public class PortletApplicationEntityListImpl
extends AbstractSupportSet
implements org.apache.pluto.om.entity.PortletApplicationEntityList, org.apache.pluto.om.entity.PortletApplicationEntityListCtrl, java.io.Serializable, Support

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
PortletApplicationEntityListImpl()
           
 
Method Summary
 org.apache.pluto.om.entity.PortletApplicationEntity add(java.lang.String definitionId)
           
 org.apache.pluto.om.entity.PortletApplicationEntity get(org.apache.pluto.om.common.ObjectID objectId)
           
 org.apache.pluto.om.entity.PortletApplicationEntity get(java.lang.String objectId)
           
 java.util.Collection getCastorApplications()
           
 void postBuild(java.lang.Object parameter)
           
 void postLoad(java.lang.Object parameter)
           
 void postStore(java.lang.Object parameter)
           
 void preBuild(java.lang.Object parameter)
           
 void preStore(java.lang.Object parameter)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class org.apache.pluto.portalImpl.om.common.AbstractSupportSet
dispatch
 
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.PortletApplicationEntityList
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

PortletApplicationEntityListImpl

public PortletApplicationEntityListImpl()
Method Detail

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

add

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

postLoad

public void postLoad(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
postLoad in interface Support
Overrides:
postLoad in class AbstractSupportSet
Throws:
java.lang.Exception

preBuild

public void preBuild(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
preBuild in interface Support
Overrides:
preBuild in class AbstractSupportSet
Throws:
java.lang.Exception

postBuild

public void postBuild(java.lang.Object parameter)
               throws java.lang.Exception
Specified by:
postBuild in interface Support
Overrides:
postBuild in class AbstractSupportSet
Throws:
java.lang.Exception

preStore

public void preStore(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
preStore in interface Support
Overrides:
preStore in class AbstractSupportSet
Throws:
java.lang.Exception

postStore

public void postStore(java.lang.Object parameter)
               throws java.lang.Exception
Specified by:
postStore in interface Support
Overrides:
postStore in class AbstractSupportSet
Throws:
java.lang.Exception

get

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

toString

public java.lang.String toString()

toString

public java.lang.String toString(int indent)

getCastorApplications

public java.util.Collection getCastorApplications()


Copyright © 2003-2007 . All Rights Reserved.