com.counterclaim.openefm.model.ozone
Class OzoneObjectManagerImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
All Implemented Interfaces:
java.lang.Comparable, ModelObject, ObjectManager, org.ozoneDB.OzoneCompatible, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, java.io.Serializable
Direct Known Subclasses:
OzoneCourtManagerImpl, OzoneEFSPManagerImpl, OzoneLxmlFilingManagerImpl, OzoneUserManagerImpl

public abstract class OzoneObjectManagerImpl
extends OzoneModelObjectImpl
implements OzoneObjectManager

See Also:
Serialized Form

Constructor Summary
OzoneObjectManagerImpl()
           
 
Method Summary
 ObjectModel getModel()
           
 void postObjectModified(OzoneModelObject obj)
           
 void preObjectModified(OzoneModelObject obj)
           
 void setModel(ObjectModel model)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, setId, setObjectManager
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OzoneObjectManagerImpl

public OzoneObjectManagerImpl()
                       throws ModelException
Method Detail

setModel

public void setModel(ObjectModel model)
Specified by:
setModel in interface ObjectManager

getModel

public ObjectModel getModel()
Specified by:
getModel in interface ObjectManager

preObjectModified

public void preObjectModified(OzoneModelObject obj)
Specified by:
preObjectModified in interface OzoneObjectManager

postObjectModified

public void postObjectModified(OzoneModelObject obj)
Specified by:
postObjectModified in interface OzoneObjectManager


Copyright © 2002 counterclaim.com. All Rights Reserved.