com.counterclaim.openefm.model.lxml
Interface LxmlFilingManager
- All Superinterfaces:
- ObjectManager
- All Known Subinterfaces:
- OzoneLxmlFilingManager
- All Known Implementing Classes:
- OzoneLxmlFilingManagerImpl, OzoneLxmlFilingManagerImpl_Proxy
- public interface LxmlFilingManager
- extends ObjectManager
-

|
Field Summary |
static java.lang.String |
NAME
|
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
getAllFilings
public java.util.List getAllFilings()
throws ModelException
- Throws:
ModelException
getPendingFilings
public java.util.List getPendingFilings()
throws ModelException
- Throws:
ModelException
getRejectedFilings
public java.util.List getRejectedFilings()
throws ModelException
- Throws:
ModelException
getAcceptedFilings
public java.util.List getAcceptedFilings()
throws ModelException
- Throws:
ModelException
getAllFilingsByCourt
public java.util.List getAllFilingsByCourt(Id courtId)
throws ModelException
- Throws:
ModelException
getAllFilingsByEfilingProvider
public java.util.List getAllFilingsByEfilingProvider(Id efspId)
throws ModelException
- Throws:
ModelException
getAllFilingsByCourtAndEfilingProvider
public java.util.List getAllFilingsByCourtAndEfilingProvider()
throws ModelException
- Throws:
ModelException
getFilingsOlderThan
public java.util.List getFilingsOlderThan(java.util.Date date)
throws ModelException
- Throws:
ModelException
createLxmlFiling
public InternalLxmlFiling createLxmlFiling()
throws ModelException
- Throws:
ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
- Throws:
ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
- Throws:
ModelException
removeFiling
public void removeFiling(Id filingId)
throws ModelException
- Throws:
ModelException
acceptFiling
public void acceptFiling(Id filingId)
throws ModelException
- Throws:
ModelException
rejectFiling
public void rejectFiling(Id filingId)
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.