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
|
NAME
public static final java.lang.String NAME
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.