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 |
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 java.lang.Comparable |
compareTo |
OzoneCourtManagerImpl
public OzoneCourtManagerImpl()
throws ModelException
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.