com.counterclaim.openefm.model.court
Interface Court

All Superinterfaces:
java.lang.Comparable, ModelObject
All Known Subinterfaces:
OzoneCourt

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, setObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setName

public void setName(java.lang.String name)
             throws ModelException

getName

public java.lang.String getName()
                         throws ModelException

getAllFilings

public java.util.List getAllFilings()
                             throws ModelException

addFiling

public void addFiling(InternalLxmlFiling filing)
               throws ModelException

getFiling

public InternalLxmlFiling getFiling(Id filingId)
                             throws ModelException

removeFiling

public void removeFiling(InternalLxmlFiling filing)
                  throws ModelException

getAllUsers

public java.util.List getAllUsers()
                           throws ModelException

addUser

public void addUser(User user)
             throws ModelException

getUser

public User getUser(Id userId)
             throws ModelException

removeUser

public void removeUser(User user)
                throws ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.