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
           
 
Method Summary
 EFSP createEFSP()
           
 EFSP findEfilingProviderByUsername(java.lang.String username)
          Deprecated. use the consistently named 'getEFSPByUsername()' instead
 EFSP findEFSPByUsername(java.lang.String username)
           
 java.util.List getAllEfilingProviders()
          Deprecated. use the consistently named 'getAllEFSPs()' instead
 java.util.List getAllEFSPs()
           
 EFSP getEfilingProvider(Id efspId)
          Deprecated. use the consistently named 'getEFSP()' instead
 EFSP getEFSP(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
See Also:
Constant Field Values
Method Detail

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.