com.counterclaim.openefm.model.court.ozone
Class OzoneCourtManagerImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
                    |
                    +--com.counterclaim.openefm.model.court.ozone.OzoneCourtManagerImpl
All Implemented Interfaces:
java.lang.Comparable, CourtManager, ModelObject, ObjectManager, org.ozoneDB.OzoneCompatible, OzoneCourtManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, java.io.Serializable

public class OzoneCourtManagerImpl
extends OzoneObjectManagerImpl
implements OzoneCourtManager

See Also:
Serialized Form

Fields inherited from interface com.counterclaim.openefm.model.court.CourtManager
NAME
 
Constructor Summary
OzoneCourtManagerImpl()
           
 
Method Summary
 void addCourt(Court court)
           
 Court createCourt()
           
 Court findCourtByName(java.lang.String courtName)
           
 java.util.List getAllCourts()
           
 Court getCourt(Id courtId)
           
 void removeCourt(Court court)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
getModel, postObjectModified, preObjectModified, setModel
 
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.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
 

Constructor Detail

OzoneCourtManagerImpl

public OzoneCourtManagerImpl()
                      throws ModelException
Method Detail

createCourt

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

addCourt

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

getCourt

public Court getCourt(Id courtId)
               throws ModelException
Specified by:
getCourt in interface CourtManager

getAllCourts

public java.util.List getAllCourts()
                            throws ModelException
Specified by:
getAllCourts in interface CourtManager

removeCourt

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

findCourtByName

public Court findCourtByName(java.lang.String courtName)
                      throws ModelException
Specified by:
findCourtByName in interface CourtManager


Copyright © 2002 counterclaim.com. All Rights Reserved.