org.apache.pluto.portalImpl.om.common
Class AbstractSupportSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.apache.pluto.portalImpl.om.common.AbstractSupportSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set, Support
Direct Known Subclasses:
ContentTypeSetImpl, DescriptionSetImpl, DisplayNameSetImpl, LanguageSetImpl, PortletApplicationEntityListImpl, PortletDefinitionListImpl, PortletEntityListImpl, ResourceRefSet, ServletDefinitionListImpl, TagDefinitionSet

public abstract class AbstractSupportSet
extends java.util.HashSet
implements 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
AbstractSupportSet()
           
 
Method Summary
protected  void dispatch(java.lang.Object parameter, int id)
           
 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)
           
 
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, toString
 
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
 

Constructor Detail

AbstractSupportSet

public AbstractSupportSet()
Method Detail

postLoad

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

preBuild

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

postBuild

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

preStore

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

postStore

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

dispatch

protected void dispatch(java.lang.Object parameter,
                        int id)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2005 . All Rights Reserved.