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

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
                  extended byorg.apache.cocoon.portal.pluto.om.common.DescriptionSetImpl
All Implemented Interfaces:
Cloneable, Collection, org.apache.pluto.om.common.DescriptionSet, org.apache.pluto.om.Model, Serializable, Set, Support

public class DescriptionSetImpl
extends AbstractSupportSet
implements org.apache.pluto.om.common.DescriptionSet, Serializable, Support

Version:
$Id: DescriptionSetImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
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
DescriptionSetImpl()
           
 
Method Summary
 org.apache.pluto.om.common.Description get(Locale locale)
           
 void postBuild(Object parameter)
           
 void postLoad(Object parameter)
           
 void postStore(Object parameter)
           
 void preBuild(Object parameter)
           
 void preStore(Object parameter)
           
 
Methods inherited from class org.apache.cocoon.portal.pluto.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, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.om.common.DescriptionSet
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

DescriptionSetImpl

public DescriptionSetImpl()
Method Detail

get

public org.apache.pluto.om.common.Description get(Locale locale)
Specified by:
get in interface org.apache.pluto.om.common.DescriptionSet
See Also:
DescriptionSet.get(java.util.Locale)

postBuild

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

postLoad

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

postStore

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

preBuild

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

preStore

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


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.