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

 

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 interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager, setId, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.