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

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, 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
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 

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

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.