com.counterclaim.openefm.model.court
Interface Court
- All Superinterfaces:
- java.lang.Comparable, ModelObject
- All Known Subinterfaces:
- OzoneCourt
- All Known Implementing Classes:
- OzoneCourtImpl, OzoneCourtImpl_Proxy
- public interface Court
- extends ModelObject
-

| Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
throws ModelException
- Throws:
ModelException
getName
public java.lang.String getName()
throws ModelException
- Throws:
ModelException
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Throws:
ModelException
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
getAllUsers
public java.util.List getAllUsers()
throws ModelException
- Throws:
ModelException
addUser
public void addUser(User user)
throws ModelException
- Throws:
ModelException
getUser
public User getUser(Id userId)
throws ModelException
- Throws:
ModelException
removeUser
public void removeUser(User user)
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.