com.counterclaim.openefm.model.lxml.ozone
Interface OzoneLxmlFilingManager

All Superinterfaces:
java.lang.Comparable, LxmlFilingManager, ModelObject, ObjectManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
OzoneLxmlFilingManagerImpl, OzoneLxmlFilingManagerImpl_Proxy

public interface OzoneLxmlFilingManager
extends LxmlFilingManager, OzoneObjectManager


Fields inherited from interface com.counterclaim.openefm.model.lxml.LxmlFilingManager
NAME
 
Method Summary
 void acceptFiling(Id filingId)
           
 void addFiling(InternalLxmlFiling filing)
           
 InternalLxmlFiling createLxmlFiling()
           
 void rejectFiling(Id filingId)
           
 void removeFiling(Id filingId)
           
 
Methods inherited from interface com.counterclaim.openefm.model.lxml.LxmlFilingManager
getAcceptedFilings, getAllFilings, getAllFilingsByCourt, getAllFilingsByCourtAndEfilingProvider, getAllFilingsByEfilingProvider, getFiling, getFilingsOlderThan, getPendingFilings, getRejectedFilings
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

createLxmlFiling

public InternalLxmlFiling createLxmlFiling()
                                    throws ModelException
Specified by:
createLxmlFiling in interface LxmlFilingManager

addFiling

public void addFiling(InternalLxmlFiling filing)
               throws ModelException
Specified by:
addFiling in interface LxmlFilingManager

removeFiling

public void removeFiling(Id filingId)
                  throws ModelException
Specified by:
removeFiling in interface LxmlFilingManager

acceptFiling

public void acceptFiling(Id filingId)
                  throws ModelException
Specified by:
acceptFiling in interface LxmlFilingManager

rejectFiling

public void rejectFiling(Id filingId)
                  throws ModelException
Specified by:
rejectFiling in interface LxmlFilingManager


Copyright © 2002 counterclaim.com. All Rights Reserved.