com.counterclaim.openefm.model.lxml.ozone
Class OzoneLxmlFilingManagerImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
                    |
                    +--com.counterclaim.openefm.model.lxml.ozone.OzoneLxmlFilingManagerImpl
All Implemented Interfaces:
java.lang.Comparable, LxmlFilingManager, ModelObject, ObjectManager, org.ozoneDB.OzoneCompatible, OzoneLxmlFilingManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, java.io.Serializable

public class OzoneLxmlFilingManagerImpl
extends OzoneObjectManagerImpl
implements OzoneLxmlFilingManager

See Also:
Serialized Form

Fields inherited from interface com.counterclaim.openefm.model.lxml.LxmlFilingManager
NAME
 
Constructor Summary
OzoneLxmlFilingManagerImpl()
           
 
Method Summary
 void acceptFiling(Id filingId)
           
 void addFiling(InternalLxmlFiling filing)
           
 InternalLxmlFiling createLxmlFiling()
           
 java.util.List getAcceptedFilings()
           
 java.util.List getAllFilings()
           
 java.util.List getAllFilingsByCourt(Id courtId)
           
 java.util.List getAllFilingsByCourtAndEfilingProvider()
           
 java.util.List getAllFilingsByEfilingProvider(Id efspId)
           
 InternalLxmlFiling getFiling(Id filingId)
           
 java.util.List getFilingsOlderThan(java.util.Date date)
          NOTE: This method uses the lead documents date submitted..
 java.util.List getPendingFilings()
           
 java.util.List getRejectedFilings()
           
 void rejectFiling(Id filingId)
           
 void removeFiling(Id filingId)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
getModel, postObjectModified, preObjectModified, setModel
 
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.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
 

Constructor Detail

OzoneLxmlFilingManagerImpl

public OzoneLxmlFilingManagerImpl()
                           throws ModelException
Method Detail

getAllFilings

public java.util.List getAllFilings()
                             throws ModelException
Specified by:
getAllFilings in interface LxmlFilingManager

getPendingFilings

public java.util.List getPendingFilings()
                                 throws ModelException
Specified by:
getPendingFilings in interface LxmlFilingManager

getRejectedFilings

public java.util.List getRejectedFilings()
                                  throws ModelException
Specified by:
getRejectedFilings in interface LxmlFilingManager

getAcceptedFilings

public java.util.List getAcceptedFilings()
                                  throws ModelException
Specified by:
getAcceptedFilings in interface LxmlFilingManager

getFilingsOlderThan

public java.util.List getFilingsOlderThan(java.util.Date date)
                                   throws ModelException
NOTE: This method uses the lead documents date submitted.. - It could maybe use filing.getCreation() instead .. They are both the same date I believe in counterclaim's EFSP..
Specified by:
getFilingsOlderThan in interface LxmlFilingManager

getAllFilingsByCourt

public java.util.List getAllFilingsByCourt(Id courtId)
                                    throws ModelException
Specified by:
getAllFilingsByCourt in interface LxmlFilingManager

getAllFilingsByEfilingProvider

public java.util.List getAllFilingsByEfilingProvider(Id efspId)
                                              throws ModelException
Specified by:
getAllFilingsByEfilingProvider in interface LxmlFilingManager

getAllFilingsByCourtAndEfilingProvider

public java.util.List getAllFilingsByCourtAndEfilingProvider()
                                                      throws ModelException
Specified by:
getAllFilingsByCourtAndEfilingProvider in interface LxmlFilingManager

createLxmlFiling

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

addFiling

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

getFiling

public InternalLxmlFiling getFiling(Id filingId)
                             throws ModelException
Specified by:
getFiling in interface LxmlFilingManager

removeFiling

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

acceptFiling

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

rejectFiling

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


Copyright © 2002 counterclaim.com. All Rights Reserved.