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
           
 
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 interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

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.