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
           
 
Method Summary
 Court createCourt()
           
 Court findCourtByName(java.lang.String courtName)
           
 java.util.List getAllCourts()
           
 Court getCourt(Id courtId)
           
 void removeCourt(Court court)
           
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

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.