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_Proxy, OzoneCourtManagerImpl

public interface OzoneCourtManager
extends CourtManager, OzoneObjectManager


Fields inherited from interface com.counterclaim.openefm.model.court.CourtManager
NAME
 
Method Summary
 void addCourt(Court court)
           
 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

addCourt

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

removeCourt

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


Copyright © 2002 counterclaim.com. All Rights Reserved.