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
           
 
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
See Also:
Constant Field Values
Method Detail

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.