com.counterclaim.openefm.model.court.ozone
Class OzoneCourtImpl
java.lang.Object
|
+--org.ozoneDB.OzoneObject
|
+--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
|
+--com.counterclaim.openefm.model.court.ozone.OzoneCourtImpl
- All Implemented Interfaces:
- java.lang.Comparable, Court, ModelObject, org.ozoneDB.OzoneCompatible, OzoneCourt, OzoneModelObject, org.ozoneDB.OzoneRemote, java.io.Serializable
- public class OzoneCourtImpl
- extends OzoneModelObjectImpl
- implements OzoneCourt
- See Also:
- Serialized Form
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OzoneCourtImpl
public OzoneCourtImpl()
throws ModelException
OzoneCourtImpl
public OzoneCourtImpl(OzoneCourtManagerImpl courtManager)
throws ModelException
OzoneCourtImpl
public OzoneCourtImpl(OzoneCourtManagerImpl courtManager,
Id newId)
throws ModelException
setName
public void setName(java.lang.String name)
throws ModelException
- Specified by:
setName
in interface OzoneCourt
getName
public java.lang.String getName()
throws ModelException
- Specified by:
getName
in interface Court
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Specified by:
getAllFilings
in interface Court
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
addFiling
in interface OzoneCourt
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Specified by:
getFiling
in interface Court
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
removeFiling
in interface OzoneCourt
getAllUsers
public java.util.List getAllUsers()
throws ModelException
- Specified by:
getAllUsers
in interface Court
addUser
public void addUser(User user)
throws ModelException
- Specified by:
addUser
in interface OzoneCourt
getUser
public User getUser(Id userId)
throws ModelException
- Specified by:
getUser
in interface Court
removeUser
public void removeUser(User user)
throws ModelException
- Specified by:
removeUser
in interface OzoneCourt
Copyright © 2002 counterclaim.com. All Rights Reserved.