com.counterclaim.openefm.model.court
Interface EFSPManager
- All Superinterfaces:
- ObjectManager
- All Known Subinterfaces:
- OzoneEFSPManager
- All Known Implementing Classes:
- OzoneEFSPManagerImpl, OzoneEFSPManagerImpl_Proxy
- public interface EFSPManager
- extends ObjectManager
-

|
Field Summary |
static java.lang.String |
NAME
|
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
getAllEfilingProviders
public java.util.List getAllEfilingProviders()
throws ModelException
- Deprecated. use the consistently named 'getAllEFSPs()' instead
- Throws:
ModelException
getAllEFSPs
public java.util.List getAllEFSPs()
throws ModelException
- Throws:
ModelException
createEFSP
public EFSP createEFSP()
throws ModelException
- Throws:
ModelException
getEfilingProvider
public EFSP getEfilingProvider(Id efspId)
throws ModelException
- Deprecated. use the consistently named 'getEFSP()' instead
- Throws:
ModelException
getEFSP
public EFSP getEFSP(Id efspId)
throws ModelException
- Throws:
ModelException
removeEFSP
public void removeEFSP(EFSP efsp)
throws ModelException
- Throws:
ModelException
findEfilingProviderByUsername
public EFSP findEfilingProviderByUsername(java.lang.String username)
throws ModelException
- Deprecated. use the consistently named 'getEFSPByUsername()' instead
- Throws:
ModelException
findEFSPByUsername
public EFSP findEFSPByUsername(java.lang.String username)
throws ModelException
- Throws:
ModelException
validateEFSP
public boolean validateEFSP(java.lang.String username,
java.lang.String password)
throws ModelException
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.