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 |
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 java.lang.Comparable |
compareTo |
OzoneEFSPManagerImpl
public OzoneEFSPManagerImpl()
throws ModelException
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.