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 class org.ozoneDB.OzoneObject |
|
| 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 |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
log
private static org.apache.log4j.Logger log
filingIdMap
private java.util.Map filingIdMap
- A map of all filings. filingId -> filing
pendingFilingIdMap
private java.util.Map pendingFilingIdMap
- A map of pending filings. filingId -> filing
acceptedFilingIdMap
private java.util.Map acceptedFilingIdMap
- A map of accepted filings. filingId -> filing
rejectedFilingIdMap
private java.util.Map rejectedFilingIdMap
- A map of rejected filings. filingId -> filing
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
OzoneLxmlFilingManagerImpl
public OzoneLxmlFilingManagerImpl()
throws ModelException
deindex
protected void deindex(OzoneModelObject obj)
- Specified by:
deindex in class OzoneObjectManagerImpl
reindex
protected void reindex(OzoneModelObject obj)
- Specified by:
reindex in class OzoneObjectManagerImpl
indexByStatus
private void indexByStatus(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Specified by:
getAllFilings in interface LxmlFilingManager
- Throws:
ModelException
getPendingFilings
public java.util.List getPendingFilings()
throws ModelException
- Specified by:
getPendingFilings in interface LxmlFilingManager
- Throws:
ModelException
getRejectedFilings
public java.util.List getRejectedFilings()
throws ModelException
- Specified by:
getRejectedFilings in interface LxmlFilingManager
- Throws:
ModelException
getAcceptedFilings
public java.util.List getAcceptedFilings()
throws ModelException
- Specified by:
getAcceptedFilings in interface LxmlFilingManager
- Throws:
ModelException
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
- Throws:
ModelException
getAllFilingsByCourt
public java.util.List getAllFilingsByCourt(Id courtId)
throws ModelException
- Specified by:
getAllFilingsByCourt in interface LxmlFilingManager
- Throws:
ModelException
getAllFilingsByEfilingProvider
public java.util.List getAllFilingsByEfilingProvider(Id efspId)
throws ModelException
- Specified by:
getAllFilingsByEfilingProvider in interface LxmlFilingManager
- Throws:
ModelException
getAllFilingsByCourtAndEfilingProvider
public java.util.List getAllFilingsByCourtAndEfilingProvider()
throws ModelException
- Specified by:
getAllFilingsByCourtAndEfilingProvider in interface LxmlFilingManager
- Throws:
ModelException
newLxmlFiling
private OzoneLxmlFiling newLxmlFiling(boolean withNewId)
throws ModelException
- Throws:
ModelException
createLxmlFiling
public InternalLxmlFiling createLxmlFiling()
throws ModelException
- Specified by:
createLxmlFiling in interface OzoneLxmlFilingManager
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Specified by:
addFiling in interface OzoneLxmlFilingManager
- Throws:
ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Specified by:
getFiling in interface LxmlFilingManager
- Throws:
ModelException
removeFiling
public void removeFiling(Id filingId)
throws ModelException
- Specified by:
removeFiling in interface OzoneLxmlFilingManager
- Throws:
ModelException
acceptFiling
public void acceptFiling(Id filingId)
throws ModelException
- Specified by:
acceptFiling in interface OzoneLxmlFilingManager
- Throws:
ModelException
rejectFiling
public void rejectFiling(Id filingId)
throws ModelException
- Specified by:
rejectFiling in interface OzoneLxmlFilingManager
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.