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
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 java.lang.Comparable |
compareTo |
OzoneLxmlFilingManagerImpl
public OzoneLxmlFilingManagerImpl()
throws ModelException
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.