com.counterclaim.openefm.model.court.ozone
Class OzoneCourtImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bycom.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
          extended bycom.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 com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
id, manager
 
Fields inherited from class org.ozoneDB.OzoneObject
 
Constructor Summary
OzoneCourtImpl()
           
OzoneCourtImpl(OzoneCourtManagerImpl courtManager)
           
OzoneCourtImpl(OzoneCourtManagerImpl courtManager, Id newId)
           
 
Method Summary
 void addFiling(InternalLxmlFiling filing)
           
 void addUser(User user)
           
 java.util.List getAllFilings()
           
 java.util.List getAllUsers()
           
 InternalLxmlFiling getFiling(Id filingId)
           
 java.lang.String getName()
           
 User getUser(Id userId)
           
 void removeFiling(InternalLxmlFiling filing)
           
 void removeUser(User user)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, log, log, postModify, preModify, setId, setObjectManager
 
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 com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setId, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

Field Detail

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
Constructor Detail

OzoneCourtImpl

public OzoneCourtImpl()
               throws ModelException

OzoneCourtImpl

public OzoneCourtImpl(OzoneCourtManagerImpl courtManager)
               throws ModelException

OzoneCourtImpl

public OzoneCourtImpl(OzoneCourtManagerImpl courtManager,
                      Id newId)
               throws ModelException
Method Detail

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.