com.counterclaim.openefm.model.court
Interface EFSPManager
- All Superinterfaces:
- ObjectManager
- All Known Subinterfaces:
- OzoneEFSPManager
- public interface EFSPManager
- extends ObjectManager
Field Summary |
static java.lang.String |
NAME
|
NAME
public static final java.lang.String NAME
getAllEfilingProviders
public java.util.List getAllEfilingProviders()
throws ModelException
createEFSP
public EFSP createEFSP()
throws ModelException
addEFSP
public void addEFSP(EFSP efsp)
throws ModelException
getEfilingProvider
public EFSP getEfilingProvider(Id efspId)
throws ModelException
removeEFSP
public void removeEFSP(EFSP efsp)
throws ModelException
findEfilingProviderByUsername
public EFSP findEfilingProviderByUsername(java.lang.String username)
throws ModelException
validateEFSP
public boolean validateEFSP(java.lang.String username,
java.lang.String password)
throws ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.