com.counterclaim.openefm.model.court.ozone
Class OzoneEFSPManagerImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended bycom.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
          extended bycom.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
              extended bycom.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
 

Field Summary
private  java.util.Map efspIdMap
           
private  java.util.Map efspUsernameMap
           
private static org.apache.log4j.Logger log
           
private static long serialVersionUID
           
 
Fields inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
 
Fields inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
id, manager
 
Fields inherited from class org.ozoneDB.OzoneObject
 
Fields inherited from interface com.counterclaim.openefm.model.court.EFSPManager
NAME
 
Constructor Summary
OzoneEFSPManagerImpl()
           
 
Method Summary
private  void addEFSP(EFSP efsp)
           
 EFSP createEFSP()
           
protected  void deindex(OzoneModelObject obj)
           
 EFSP findEfilingProviderByUsername(java.lang.String username)
          Deprecated. use the consistently named 'getEFSP()' 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)
           
private  EFSP newEfilingProvider(boolean withNewId)
           
protected  void reindex(OzoneModelObject obj)
           
 void removeEFSP(EFSP efsp)
           
 boolean validateEFSP(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
getModel, nextId, postObjectModified, preObjectModified, setModel
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, log, log, postModify, preModify, setId, setObjectManager
 
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
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

log

private static org.apache.log4j.Logger log

efspIdMap

private java.util.Map efspIdMap

efspUsernameMap

private java.util.Map efspUsernameMap

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OzoneEFSPManagerImpl

public OzoneEFSPManagerImpl()
                     throws ModelException
Method Detail

deindex

protected void deindex(OzoneModelObject obj)
Specified by:
deindex in class OzoneObjectManagerImpl

reindex

protected void reindex(OzoneModelObject obj)
Specified by:
reindex in class OzoneObjectManagerImpl

newEfilingProvider

private EFSP newEfilingProvider(boolean withNewId)
                         throws ModelException
Throws:
ModelException

createEFSP

public EFSP createEFSP()
                throws ModelException
Specified by:
createEFSP in interface OzoneEFSPManager
Throws:
ModelException

addEFSP

private void addEFSP(EFSP efsp)
              throws ModelException
Throws:
ModelException

getEfilingProvider

public EFSP getEfilingProvider(Id efspId)
                        throws ModelException
Deprecated. use the consistently named 'getEFSP()' instead

Specified by:
getEfilingProvider in interface EFSPManager
Throws:
ModelException

getAllEfilingProviders

public java.util.List getAllEfilingProviders()
                                      throws ModelException
Deprecated. use the consistently named 'getAllEFSPs()' instead

Specified by:
getAllEfilingProviders in interface EFSPManager
Throws:
ModelException

getEFSP

public EFSP getEFSP(Id efspId)
             throws ModelException
Specified by:
getEFSP in interface EFSPManager
Throws:
ModelException

getAllEFSPs

public java.util.List getAllEFSPs()
                           throws ModelException
Specified by:
getAllEFSPs in interface EFSPManager
Throws:
ModelException

removeEFSP

public void removeEFSP(EFSP efsp)
                throws ModelException
Specified by:
removeEFSP in interface OzoneEFSPManager
Throws:
ModelException

findEfilingProviderByUsername

public EFSP findEfilingProviderByUsername(java.lang.String username)
                                   throws ModelException
Deprecated. use the consistently named 'getEFSP()' instead

Specified by:
findEfilingProviderByUsername in interface EFSPManager
Throws:
ModelException

findEFSPByUsername

public EFSP findEFSPByUsername(java.lang.String username)
                        throws ModelException
Specified by:
findEFSPByUsername in interface EFSPManager
Throws:
ModelException

validateEFSP

public boolean validateEFSP(java.lang.String username,
                            java.lang.String password)
                     throws ModelException
Specified by:
validateEFSP in interface EFSPManager
Throws:
ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.