com.counterclaim.openefm.model.lxml
Interface LxmlFilingManager
- All Superinterfaces:
- ObjectManager
- All Known Subinterfaces:
- OzoneLxmlFilingManager
- public interface LxmlFilingManager
- extends ObjectManager
Field Summary |
static java.lang.String |
NAME
|
NAME
public static final java.lang.String NAME
getAllFilings
public java.util.List getAllFilings()
throws ModelException
getPendingFilings
public java.util.List getPendingFilings()
throws ModelException
getRejectedFilings
public java.util.List getRejectedFilings()
throws ModelException
getAcceptedFilings
public java.util.List getAcceptedFilings()
throws ModelException
getAllFilingsByCourt
public java.util.List getAllFilingsByCourt(Id courtId)
throws ModelException
getAllFilingsByEfilingProvider
public java.util.List getAllFilingsByEfilingProvider(Id efspId)
throws ModelException
getAllFilingsByCourtAndEfilingProvider
public java.util.List getAllFilingsByCourtAndEfilingProvider()
throws ModelException
getFilingsOlderThan
public java.util.List getFilingsOlderThan(java.util.Date date)
throws ModelException
createLxmlFiling
public InternalLxmlFiling createLxmlFiling()
throws ModelException
addFiling
public void addFiling(InternalLxmlFiling filing)
throws ModelException
getFiling
public InternalLxmlFiling getFiling(Id filingId)
throws ModelException
removeFiling
public void removeFiling(Id filingId)
throws ModelException
acceptFiling
public void acceptFiling(Id filingId)
throws ModelException
rejectFiling
public void rejectFiling(Id filingId)
throws ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.