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
           
 
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)
           
 java.util.List getPendingFilings()
           
 java.util.List getRejectedFilings()
           
 void rejectFiling(Id filingId)
           
 void removeFiling(Id filingId)
           
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

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.