com.counterclaim.openefm.model.court.ozone
Class OzoneEFSPManagerImpl

java.lang.Object
  |
  +--org.ozoneDB.OzoneObject
        |
        +--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
              |
              +--com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
                    |
                    +--com.counterclaim.openefm.model.court.ozone.OzoneEFSPManagerImpl
All Implemented Interfaces:
java.lang.Comparable, EFSPManager, ModelObject, ObjectManager, org.ozoneDB.OzoneCompatible, OzoneEFSPManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, java.io.Serializable

public class OzoneEFSPManagerImpl
extends OzoneObjectManagerImpl
implements OzoneEFSPManager

See Also:
Serialized Form

Fields inherited from interface com.counterclaim.openefm.model.court.EFSPManager
NAME
 
Constructor Summary
OzoneEFSPManagerImpl()
           
 
Method Summary
 void addEFSP(EFSP efsp)
           
 EFSP createEFSP()
           
 EFSP findEfilingProviderByUsername(java.lang.String username)
           
 java.util.List getAllEfilingProviders()
           
 EFSP getEfilingProvider(Id efspId)
           
 void removeEFSP(EFSP efsp)
           
 boolean validateEFSP(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
getModel, postObjectModified, preObjectModified, setModel
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, setId, setObjectManager
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OzoneEFSPManagerImpl

public OzoneEFSPManagerImpl()
                     throws ModelException
Method Detail

createEFSP

public EFSP createEFSP()
                throws ModelException
Specified by:
createEFSP in interface OzoneEFSPManager

addEFSP

public void addEFSP(EFSP efsp)
             throws ModelException
Specified by:
addEFSP in interface OzoneEFSPManager

getEfilingProvider

public EFSP getEfilingProvider(Id efspId)
                        throws ModelException
Specified by:
getEfilingProvider in interface EFSPManager

getAllEfilingProviders

public java.util.List getAllEfilingProviders()
                                      throws ModelException
Specified by:
getAllEfilingProviders in interface EFSPManager

removeEFSP

public void removeEFSP(EFSP efsp)
                throws ModelException
Specified by:
removeEFSP in interface OzoneEFSPManager

findEfilingProviderByUsername

public EFSP findEfilingProviderByUsername(java.lang.String username)
                                   throws ModelException
Specified by:
findEfilingProviderByUsername in interface EFSPManager

validateEFSP

public boolean validateEFSP(java.lang.String username,
                            java.lang.String password)
                     throws ModelException
Specified by:
validateEFSP in interface EFSPManager


Copyright © 2002 counterclaim.com. All Rights Reserved.