com.counterclaim.openefm.model.court
Interface CourtManager

All Superinterfaces:
ObjectManager
All Known Subinterfaces:
OzoneCourtManager

public interface CourtManager
extends ObjectManager


Field Summary
static java.lang.String NAME
           
 
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 interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

getAllCourts

public java.util.List getAllCourts()
                            throws ModelException

createCourt

public Court createCourt()
                  throws ModelException

addCourt

public void addCourt(Court court)
              throws ModelException

getCourt

public Court getCourt(Id courtId)
               throws ModelException

removeCourt

public void removeCourt(Court court)
                 throws ModelException

findCourtByName

public Court findCourtByName(java.lang.String courtName)
                      throws ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.