com.counterclaim.openefm.model.court.ozone
Interface OzoneCourtManager

All Superinterfaces:
java.lang.Comparable, CourtManager, ModelObject, ObjectManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneCourtManagerImpl, OzoneCourtManagerImpl_Proxy

public interface OzoneCourtManager
extends CourtManager, OzoneObjectManager

 

Field Summary
 
Fields inherited from interface com.counterclaim.openefm.model.court.CourtManager
NAME
 
Method Summary
 Court createCourt()
           
 void removeCourt(Court court)
           
 
Methods inherited from interface com.counterclaim.openefm.model.court.CourtManager
findCourtByName, getAllCourts, getCourt
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
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

createCourt

public Court createCourt()
                  throws ModelException
Specified by:
createCourt in interface CourtManager
Throws:
ModelException

removeCourt

public void removeCourt(Court court)
                 throws ModelException
Specified by:
removeCourt in interface CourtManager
Throws:
ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.