org.apache.cocoon.portal.pluto.om.common
Class AbstractSupportSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, Support
Direct Known Subclasses:
ContentTypeSetImpl, DescriptionSetImpl, DisplayNameSetImpl, LanguageSetImpl, PortletApplicationDefinitionImpl, PortletDefinitionListImpl, ResourceRefSet, ServletDefinitionListImpl, TagDefinitionSet

public abstract class AbstractSupportSet
extends HashSet
implements Serializable, Support

Version:
CVS $Id: AbstractSupportSet.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.pluto.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
AbstractSupportSet()
           
 
Method Summary
protected  void dispatch(Object parameter, int id)
           
 void postBuild(Object parameter)
           
 void postLoad(Object parameter)
           
 void postStore(Object parameter)
           
 void preBuild(Object parameter)
           
 void preStore(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(Object parameter)
              throws Exception
Specified by:
postLoad in interface Support
Throws:
Exception

preBuild

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

postBuild

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

preStore

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

postStore

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

dispatch

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


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.