com.counterclaim.openefm.model.court.ozone
Class OzoneEFSPManagerImpl
java.lang.Object
org.ozoneDB.OzoneObject
com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
com.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
-

| Fields inherited from class org.ozoneDB.OzoneObject |
|
| Fields inherited from interface com.counterclaim.openefm.model.court.EFSPManager |
NAME |
| 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 java.lang.Comparable |
compareTo |
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
OzoneEFSPManagerImpl
public OzoneEFSPManagerImpl()
throws ModelException
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.