com.counterclaim.openefm.model.ozone
Interface OzoneObjectManager

All Superinterfaces:
java.lang.Comparable, ModelObject, ObjectManager, OzoneModelObject, org.ozoneDB.OzoneRemote
All Known Subinterfaces:
OzoneCourtManager, OzoneEFSPManager, OzoneLxmlFilingManager, OzoneUserManager
All Known Implementing Classes:
OzoneObjectManagerImpl

public interface OzoneObjectManager
extends ObjectManager, OzoneModelObject


Method Summary
 void postObjectModified(OzoneModelObject obj)
           
 void preObjectModified(OzoneModelObject obj)
           
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
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
 

Method Detail

preObjectModified

public void preObjectModified(OzoneModelObject obj)

postObjectModified

public void postObjectModified(OzoneModelObject obj)


Copyright © 2002 counterclaim.com. All Rights Reserved.