com.counterclaim.openefm.model.court
Interface CourtManager
- All Superinterfaces:
- ObjectManager
- All Known Subinterfaces:
- OzoneCourtManager
- All Known Implementing Classes:
- OzoneCourtManagerImpl, OzoneCourtManagerImpl_Proxy
- public interface CourtManager
- extends ObjectManager
-

|
Field Summary |
static java.lang.String |
NAME
|
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
getAllCourts
public java.util.List getAllCourts()
throws ModelException
- Throws:
ModelException
createCourt
public Court createCourt()
throws ModelException
- Throws:
ModelException
getCourt
public Court getCourt(Id courtId)
throws ModelException
- Throws:
ModelException
removeCourt
public void removeCourt(Court court)
throws ModelException
- Throws:
ModelException
findCourtByName
public Court findCourtByName(java.lang.String courtName)
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.