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
-

|
Field Summary |
private java.util.Map |
filings
|
private static org.apache.log4j.Logger |
log
|
private java.lang.String |
name
|
private static long |
serialVersionUID
|
private java.util.Map |
users
|
| Fields inherited from class org.ozoneDB.OzoneObject |
|
| 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 |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
log
private static org.apache.log4j.Logger log
name
private java.lang.String name
filings
private java.util.Map filings
users
private java.util.Map users
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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
- Throws:
ModelException
getName
public java.lang.String getName()
throws ModelException
- Specified by:
getName in interface Court
- Throws:
ModelException
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Specified by:
getAllFilings in interface Court
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
addFiling in interface OzoneCourt
- Throws:
ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Specified by:
getFiling in interface Court
- Throws:
ModelException
removeFiling
public void removeFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
removeFiling in interface OzoneCourt
- Throws:
ModelException
getAllUsers
public java.util.List getAllUsers()
throws ModelException
- Specified by:
getAllUsers in interface Court
- Throws:
ModelException
addUser
public void addUser(User user)
throws ModelException
- Specified by:
addUser in interface OzoneCourt
- Throws:
ModelException
getUser
public User getUser(Id userId)
throws ModelException
- Specified by:
getUser in interface Court
- Throws:
ModelException
removeUser
public void removeUser(User user)
throws ModelException
- Specified by:
removeUser in interface OzoneCourt
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.