com.counterclaim.openefm.model.lxml.ozone
Class OzoneLxmlFilingManagerImpl_Proxy

java.lang.Object
  |
  +--org.ozoneDB.OzoneProxy
        |
        +--com.counterclaim.openefm.model.lxml.ozone.OzoneLxmlFilingManagerImpl_Proxy
All Implemented Interfaces:
java.lang.Comparable, java.io.Externalizable, LxmlFilingManager, ModelObject, ObjectManager, OzoneLxmlFilingManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, java.io.Serializable

public final class OzoneLxmlFilingManagerImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements OzoneLxmlFilingManager

This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.

See Also:
Serialized Form

Fields inherited from class org.ozoneDB.OzoneProxy
link, linkTable, remoteID
 
Fields inherited from interface com.counterclaim.openefm.model.lxml.LxmlFilingManager
NAME
 
Constructor Summary
OzoneLxmlFilingManagerImpl_Proxy()
           
OzoneLxmlFilingManagerImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
 
Method Summary
 void acceptFiling(Id arg0)
           
 void addFiling(InternalLxmlFiling arg0)
           
 int compareTo(java.lang.Object arg0)
           
 InternalLxmlFiling createLxmlFiling()
           
 java.util.List getAcceptedFilings()
           
 java.util.List getAllFilings()
           
 java.util.List getAllFilingsByCourt(Id arg0)
           
 java.util.List getAllFilingsByCourtAndEfilingProvider()
           
 java.util.List getAllFilingsByEfilingProvider(Id arg0)
           
 InternalLxmlFiling getFiling(Id arg0)
           
 java.util.List getFilingsOlderThan(java.util.Date arg0)
           
 Id getId()
           
 ObjectModel getModel()
           
 ObjectManager getObjectManager()
           
 java.util.List getPendingFilings()
           
 java.util.List getRejectedFilings()
           
 void postObjectModified(OzoneModelObject arg0)
           
 void preObjectModified(OzoneModelObject arg0)
           
 void rejectFiling(Id arg0)
           
 void removeFiling(Id arg0)
           
 void setId(Id arg0)
           
 void setModel(ObjectModel arg0)
           
 void setObjectManager(ObjectManager arg0)
           
 
Methods inherited from class org.ozoneDB.OzoneProxy
createProxyLinkAttributes, equals, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OzoneLxmlFilingManagerImpl_Proxy

public OzoneLxmlFilingManagerImpl_Proxy()

OzoneLxmlFilingManagerImpl_Proxy

public OzoneLxmlFilingManagerImpl_Proxy(org.ozoneDB.core.ObjectID oid,
                                        org.ozoneDB.OzoneInterface link)
Method Detail

getModel

public ObjectModel getModel()
Specified by:
getModel in interface ObjectManager

setModel

public void setModel(ObjectModel arg0)
Specified by:
setModel in interface ObjectManager

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable

getId

public Id getId()
         throws ModelException
Specified by:
getId in interface ModelObject

setObjectManager

public void setObjectManager(ObjectManager arg0)
                      throws ModelException
Specified by:
setObjectManager in interface OzoneModelObject

getObjectManager

public ObjectManager getObjectManager()
                               throws ModelException
Specified by:
getObjectManager in interface ModelObject

setId

public void setId(Id arg0)
           throws ModelException
Specified by:
setId in interface OzoneModelObject

getAllFilings

public java.util.List getAllFilings()
                             throws ModelException
Specified by:
getAllFilings in interface LxmlFilingManager

getPendingFilings

public java.util.List getPendingFilings()
                                 throws ModelException
Specified by:
getPendingFilings in interface LxmlFilingManager

getRejectedFilings

public java.util.List getRejectedFilings()
                                  throws ModelException
Specified by:
getRejectedFilings in interface LxmlFilingManager

getAcceptedFilings

public java.util.List getAcceptedFilings()
                                  throws ModelException
Specified by:
getAcceptedFilings in interface LxmlFilingManager

getFilingsOlderThan

public java.util.List getFilingsOlderThan(java.util.Date arg0)
                                   throws ModelException
Specified by:
getFilingsOlderThan in interface LxmlFilingManager

getAllFilingsByCourt

public java.util.List getAllFilingsByCourt(Id arg0)
                                    throws ModelException
Specified by:
getAllFilingsByCourt in interface LxmlFilingManager

getAllFilingsByEfilingProvider

public java.util.List getAllFilingsByEfilingProvider(Id arg0)
                                              throws ModelException
Specified by:
getAllFilingsByEfilingProvider in interface LxmlFilingManager

getAllFilingsByCourtAndEfilingProvider

public java.util.List getAllFilingsByCourtAndEfilingProvider()
                                                      throws ModelException
Specified by:
getAllFilingsByCourtAndEfilingProvider in interface LxmlFilingManager

createLxmlFiling

public InternalLxmlFiling createLxmlFiling()
                                    throws ModelException
Specified by:
createLxmlFiling in interface OzoneLxmlFilingManager

addFiling

public void addFiling(InternalLxmlFiling arg0)
               throws ModelException
Specified by:
addFiling in interface OzoneLxmlFilingManager

getFiling

public InternalLxmlFiling getFiling(Id arg0)
                             throws ModelException
Specified by:
getFiling in interface LxmlFilingManager

removeFiling

public void removeFiling(Id arg0)
                  throws ModelException
Specified by:
removeFiling in interface OzoneLxmlFilingManager

acceptFiling

public void acceptFiling(Id arg0)
                  throws ModelException
Specified by:
acceptFiling in interface OzoneLxmlFilingManager

rejectFiling

public void rejectFiling(Id arg0)
                  throws ModelException
Specified by:
rejectFiling in interface OzoneLxmlFilingManager

preObjectModified

public void preObjectModified(OzoneModelObject arg0)
Specified by:
preObjectModified in interface OzoneObjectManager

postObjectModified

public void postObjectModified(OzoneModelObject arg0)
Specified by:
postObjectModified in interface OzoneObjectManager


Copyright © 2002 counterclaim.com. All Rights Reserved.